AD
Administrator
Syncfusion Team
May 26, 2005 08:25 PM UTC
The order in which the columns are displayed is determined by the TableScriptor.VisibleColumns collection. So, you need to add columns to this collection in teh order you want to see them. This will dertermine the order of teh column in the grid.
Check out the CategoryView example. It shows how you can save and load the layout schema of a GridGroupingCOntrol as a XML file.
Here is also a forum thread on how to extend this if you need to do so.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=17634
LM
Lan Mo
May 30, 2005 01:13 PM UTC
Thanks,
I got my code work well now.
>The order in which the columns are displayed is determined by the TableScriptor.VisibleColumns collection. So, you need to add columns to this collection in teh order you want to see them. This will dertermine the order of teh column in the grid.
>
>Check out the CategoryView example. It shows how you can save and load the layout schema of a GridGroupingCOntrol as a XML file.
>
>Here is also a forum thread on how to extend this if you need to do so.
>
>http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=17634
>