Is there a way to save the grid structure after we re order the columns and hidden a few and pinned a few , so that next time the grid loads with the same form. Else every time the grid re sets to the original form.
Hello sudeshna datta,
Thank you for contacting us.
Yes, this scenario could be achieved. You should save the structure in a database and then declare the grid based on this structure. There is not any built-in feature doing this.
Please let us know if you have any further questions.
Thanks Tihomir for your suggestion , I can surely declare the grid from the DB , but what I wanted to know if there is a way to save the structure after we reorder the columns in the UI grid. The other way round.
Hello sudeshna data,
As far as I understand you need a way to extract the current structure of the grid, for example with a method. Save the structure in the DB and then pass it to grid somehow. If this is the feature you need, we currently do not have it. Please log a feature request in our GitHub repository - https://github.com/IgniteUI/igniteui-angular.
Please let me know if you meant something else.