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
622
column still hidden after LoadCustomization
posted

Hello,

I have a question about the LoadCustomization method. Why this method doesn't make visible column that are mentionned as visible in xml customization file but have been hidden using column selector panel of XamDataGrid ?

Has anyone an answer or a workaround to make hidden column visible ?

Jean

Parents
  • 5124
    posted

    Jean,

    If I hide a column by unchecking it in the field chooser, then that column will have:

    Visibility="Collapsed" and isCollapsedInLayout="true"  in the customization file. 

    Therefore, when I load the customization file, that column collapses and is not visible, which is exactly what I was expecting. 

    Am I properly modeling the situation?  If not, please attach a sample and/or let me know precisely how I should try to reproduce this.

    Thanks,

    Francis

Reply Children