SmartClient Version: v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)
I am using datasource and displaying listgrid. I need to save the group by state and set the group by state to initially saved state.
I am setting the groupstate like below:
grid.setGroupState("([{fieldName:"matDescription",groupingMode:null,groupGranularity:null,groupPrecision:null}])");
Sometimes, the state is shown and sometime its not. Also, sometime the grouping option is not visible in header menu.
I am using datasource and displaying listgrid. I need to save the group by state and set the group by state to initially saved state.
I am setting the groupstate like below:
grid.setGroupState("([{fieldName:"matDescription",groupingMode:null,groupGranularity:null,groupPrecision:null}])");
Sometimes, the state is shown and sometime its not. Also, sometime the grouping option is not visible in header menu.
Comment