I have a xamgrid with data. how can order the columns and hide some columns?
Hello marenas,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi marenas,
to order the columns you need to modify the XamGrid.Columns property. If you define your columns in xaml they will appear in the grid in the same order.
To hide a column you need to set its Visibility property to Collapsed(again either in xaml or from Columns collection).
Check out this help page about xamGrid's columns.
Hoep this helps,