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
110
UltraWinGrid 7.3 How to trigger a GroupByRow to refresh all child rows?
posted

Hello,

I have created a group during design time that will group on the column "Error". Error has two values, true and false. When the grid is initially loaded, the rows all have "Error" set to false, so they all fall under the same GroupByRow.

At some later point, a particular row's "Error" cell will have its value updated in the InitializeRow event. After that, I am expecting the updated row to appear in under a different GroupByRow, but that is not happening. All the rows stay under the initial GroupByRow no matter how their "Error" value changes.

I have tried calling Row.Refresh() using the various parameters, and I have tried Row.Update(), and even Grid.Invalidate(), but nothing is working.

Does anyone know how to trigger a refresh and cause the GroupByRows to re-evaluate?

Parents Reply Children
No Data