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

Parents
No Data
Reply
  • 69686
    posted

    Hello Joe,

    If this can be reproduced only by toggling the visibility property and only happens to specific users, then it sounds like it is specific to their environment. This could be a potential issue, but we have to know their environment so that we can test this and reproduce as well.

Children