We have auto generated columns but would like to hide one specific one. Is there a way to remove just one column and have all the other be auto generated?
Hello,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thank you for your post. I have been looking into the functionality that you are trying to achieve and I can suggest using the FieldLayoutInitialzied event of the XamDataGrid. When this event is fired all the Fields of the FieldLayout are already generated and you can remove or hide, the fields that you wish to not appear in the grid. I have created a sample application for you, that shows how you can implement this approach.
Please let me know if you need any further assistance on the matter.