Hi There,
I have created a grid with the following:
_______________________________
source: sourcexz,
width: “98%”,
height: “70%”,
theme:”energyblue”,
sortable: true,
filterable: true,
editable: false,
enablebrowserselection: true,
columnsreorder: true,
selectionmode: ‘singlerow’,
columnsresize: true,
scrollbarsize: 5,
groupable: true,
showdefaultloadelement: false,
autoshowloadelement: false,
autosavestate: true,
___________________________________
It works fine with grouping,
but cant close the group filter with the small button in group as its disable.
Means, I am stack with selected group, and can’t restore the default grid before selected group.