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
Sure, what sort of environment / any other details would you need?
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.