Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
Hiding a column
posted

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? 

Parents
  • 30945
    Offline posted

    Hello,

     

    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.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

    RemoveAutoGeneratedField.zip
Reply Children
No Data