ColumnOrdering

Hi I''ve one GGC with many child tables inside it.ie parent-child relation exists.What my problem is If I change the column order and then I closed the form.Again if I open the same form ,the column order which i changed is not persisting.Please give me a solution for this. Thanks Prethi

1 Reply

AD Administrator Syncfusion Team November 11, 2005 08:26 AM UTC

If you want to persist the column order, then your application will have to save the schema as you close the application, and then reload it upon re-entering the application. Take a look at the \Essential Studio\3.3.0.0\Windows\Grid.Windows\Samples\Grouping\CategoryView sample. It shows how to save and load the schema as an xml file.

Loader.
Up arrow icon