Hi Isomorphic,
We are using Smart Gwt-4.1p (10th August 2015)
Browser: Google chrome 45.0.2454.101 m
Issue : "Group By" State of ListGridField is still maintained even after "Ungroup".
I have attached the sample code (TestsmartGwtProject.java) for your reference.
Sample code will display ListGrid with 4 columns(Code,Country,Capital,Government) and it is having the code for the addFieldStateChangedHandler() of ListGrid to save the viewstate.
Steps to Reproduce:
1. Run the Sample code and Sort any one column,let us say "Code".
2. Open context menu and Group the "Code" Column and Ungroup it.
3. Now refresh the browser and Check
Expected : "Code" Column should be displayed without Grouping.
Actual : "Code" Column should be displayed with Grouping.
Note : This issue is observed only when sorting is applied to any one of the column.
I have attached the screenshot(ViewState_of_ListGrid_Column.png) for your reference.
Thank you.
We are using Smart Gwt-4.1p (10th August 2015)
Browser: Google chrome 45.0.2454.101 m
Issue : "Group By" State of ListGridField is still maintained even after "Ungroup".
I have attached the sample code (TestsmartGwtProject.java) for your reference.
Sample code will display ListGrid with 4 columns(Code,Country,Capital,Government) and it is having the code for the addFieldStateChangedHandler() of ListGrid to save the viewstate.
Steps to Reproduce:
1. Run the Sample code and Sort any one column,let us say "Code".
2. Open context menu and Group the "Code" Column and Ungroup it.
3. Now refresh the browser and Check
Expected : "Code" Column should be displayed without Grouping.
Actual : "Code" Column should be displayed with Grouping.
Note : This issue is observed only when sorting is applied to any one of the column.
I have attached the screenshot(ViewState_of_ListGrid_Column.png) for your reference.
Thank you.
Comment