I am doing an application and this has various XamDatadrid.
The main window has user control which has a XamDatagrid. All is fine there.
The Group by area appears there.
Later, another button makes another user control appear, which has his own XamDataGrid:
The Group by Area has dissapear. And I hae tried a lot of thins but I can´t find what happened.
Hello,
You can check the GroupByAreaLocation property of the XamDataGrid and see if it is set to None.
In both XamDatagrid the GroupByAreaLocation says :
Thanks for the help !
Thank you for your screenshots.
I checked with the development team and we have not yet seen such behavior and it looks like it is very specific to your setup and environment. Is it possible to provide a sample project so that we can reproduce this ourselves and resolve the issue?
This from the second:
This is from the first XamDataGrid, right? From the screenshot I am seeing that it has 11 fields (while the second one has only 4) and the IsGroupByAreaExpanded is true. Can you provide the same debugging screen for the other XamDataGrid as well?