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
560
Setting Field.Visibility=Visibility.Visible not making the fields visible
posted

I have a XamDataGrid with AutoGenerateFields="False". I'm defining the layout with a few fields initially hidden. In repsonse to a user action I unhide these fields. The way I do that is by looping throught the fields of the grid's FieldLayout reference and setting the relevant field's Visibility to Visible.

However for a few of our users (a small set to be honest) the fields are not becoming visible. Can you please give me some pointers to investigate/fix this issue?

Thanks,

Joe