Hi,
I wish to know how can I update the GroupByRow Header after datas updating.
In fact, I applying a group on my XamGrid as this :
When I wish to modify a data with the form on right, The row was updated correctly but not the GroupByRow Header :
Best Regards,
Yoann.
In this case you would need to call InvaliateData on the grid. The grid would need to re-evaluate all it's groups.
Hi Darrell,
Yes I already try to call InvalidateData on the grid, but when I call it, all of the rows are collapsed.
Regards,