Hi,
Iam using gwt 4.0 and SmartGWT pro 3.1 and
Chrome browser Version 27.0.1453.116 m.
I have a Tree Grid, it is having one of the fields Header Span field with 4 child columns as follows.
B
A ------------------------ C
b1 b2 b3 b4
I want to remove sorting option for the child fields, so,
I used to set "setCanSort(false)" property for these child fields.
When ever I do right click other than these fields (A or C) and select 'Configure Sort' It is having as follows,
A- < name>
B- Undefined
B- Undefined
B- Undefined
B- Undefined
C-<number>
I want to remove the fileds which are having "Undefined" from the Configured Sort combobox item.
I have one sample application from 'Smart Gwt Showcase'.
Please find the screenshot and sample application link.
http://www.smartclient.com/smartgwt/...e_header_spans
Please give me a solution for this issue.
Thanks in Advance
Iam using gwt 4.0 and SmartGWT pro 3.1 and
Chrome browser Version 27.0.1453.116 m.
I have a Tree Grid, it is having one of the fields Header Span field with 4 child columns as follows.
B
A ------------------------ C
b1 b2 b3 b4
I want to remove sorting option for the child fields, so,
I used to set "setCanSort(false)" property for these child fields.
When ever I do right click other than these fields (A or C) and select 'Configure Sort' It is having as follows,
A- < name>
B- Undefined
B- Undefined
B- Undefined
B- Undefined
C-<number>
I want to remove the fileds which are having "Undefined" from the Configured Sort combobox item.
I have one sample application from 'Smart Gwt Showcase'.
Please find the screenshot and sample application link.
http://www.smartclient.com/smartgwt/...e_header_spans
Please give me a solution for this issue.
Thanks in Advance
Comment