Hi,
Thank you for the quick response. Now I am able to get the selected columns from the menuUI-Icon.
But as you suggested when I used grid.saveState() it will not stores the customized columns data instead it stores the grid information which was loaded initially.
Here after selecting specific columns (let us say 5 columns) from the menuUI - Icon, I want to store that grid information instead of its initial state which is having 30 columns data.
Please suggest me is there any event/method to get that customized grid data.
Our requirement is to store that customized pivoted grid information as a string in Database and re-create/update the grid with the remote data.
Thank you,