after adding an table to the form, the xamgrid column collection is empty, how can hide/show columns or modify the order of the columns?
or is there a workaround ?
or an update to fix this problem?
Hello marenas,
I am just checking if my last reply was helpful for you.
If you require any further assistance please do not hesitate to ask.
I have been looking into your post and I assume that you have not bound the XamGrid to data source or you have bound it and set the ‘AutoGenerateColumns’ property of the XamGrid to “false”.
If you have the second scenario I can suggest you define your own column structure as shown in the following link to show only :
http://help.infragistics.com/NetAdvantage/Silverlight/2011.2/CLR4.0/?page=xamGrid_Manually_Defining_a_Basic_Column_Structure.html
This way you can choose which columns to be shown and determine their order.
If I have misunderstood you or you have any other questions, do not hesitate to ask.