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
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