Just a very simple question.
How do I remove the "group by area" from the XamDataGrid completely?
I don't just want to disable the click-event or something. The thin "bar" shouldn't even be visible...
It's pretty easy! According to the docs you can use the property "GroupByAreaLocation" in XamDataGrid and set it to "None". This hides it completely.
Ah. Thanks!
Can't believe I missed that in the docs...