In one of my Xceed datagrids, when I group by a column, all Xceed datagrids that are bound to that collection show the grouping. Is there a way to avoid this? I have like 3 tables (on different Pages) bound to the same collection, but showing slightly different fields.
I am binding the datagrid on window_load, directly binding to the collection:
xdg.DataContext = myFilteredMiniFutureCollection;
Thanks for your great grid, it's been a godsend!