Hi
What is the recommended way to refresh a SL XamGrid where the grouped column value changes?
I'm using an ObservableCollection, changing the value in my view model and I see the value change but the grouping doesn't reflect that change.
So for now I remove the record and add it back - very messy.
Kr
Robin
Hello lordrob,
After a grouped column value is edited you can call the InvalidateData method of the control to force the regroup.
Thanks Duane
Busy testing but confident it will work.