Hi
I have the following problem:
I initialize XamDataGrid layout in code-behind in FieldLayoutInitializing event handler. Some of the fields are defined as Hidden right from the start, but can be Unhidden by the user in run-time. The problem is when I make those field visible again, by setting:
field.Visibility =
Visibility.Visible
they don't appear in the group-by area.
How can I fix it, so the previously hidden fields, when become visible will also appear in the group-by area?
Thanks
Hello,
I was not able to reproduce this issue following your steps to reproduce. Which version of our dlls are you using?
Hi Alex,
I'm using the v9.1 version
Could you give us the exact dll build number of the dlls?
As I am not able to reproduce this with the service release, please make sure that you download and test this with it. If the problem still exists, please provide us with a small sample with this behavior.
Thanks.
Version - 9.1.20091.1006
Runtime Version - v2.0.50727
Thank you