Hello,
I have a button that enables me to save a layout and reset to default.
By saving layout I mean, re-arranging columns and saving that order.
I want to be able to reset layout to the initial default state (specified in a GridConfig) by deleting the settings saved when custom layout was saved.
After that I would like to perform a grid layout refresh. How can this be achieved? When I do
this.Refresh()
or GroupingControlGridComponent.Refresh()
or GroupingControlGridComponent.TableControl. Refresh()
nothing happens when it should re-arrange the columns to default order.
Any help will be much appreciated.
Kind Regards