Hi!
So i need to know when a certain column's IsGroupBy property changes. I've tried it with ColumnBase.PropertyChanged but it doesn't fire when i group the grid by a certain column.
Any help will be greatly appreciated.
Thanks!
Hi,
You can use the GroupByCollectionChanged event of the XamGrid. The event handler receives an argument of type GroupByCollectionChangedEventArgs containing data related to this event.
Regards,