Is there a grid layout manager for saving sorting order, hiding/displaying columns, and changing column labels..
Thanks
Adrian,
Each FieldLayout (level of the data hierarchy) exposes a Fields collection. Each field in that collection has e Visibility property that you can use to show/hide columns.
Thank you Alex, that works.
One more thing. Is there any functionality to hide/show columns in a xamDataGrid at run-time or I need to write some columns manager?
Adrian
Yes, the XamDataGrid supports that. You can see more information on the following links:
Save Customizations
Load Customizations
and also here.
Hope this helps