Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1190
XAMGrid Grouping does not update when data changes
posted

I have a XAMGrid that is bound to data that is read only from the users perspective.  But changes come over the network.  I notice that when a column that is grouped changes the row is not moved to the correct GroupByRow.  I know this isn't supposed to happen automatically, but how do get that row to go where it belongs.  Calling InvalidateData() on the grid works but causes performance problems (as well as UI problems with the expanded state of ros) so I need to do it on a row by row basis.