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
370
Reflect value changes in grouped columns
posted

 Hi,

 In group-by mode, the grouped coumn values are displayed right after the grouped column name (ie 'Col1 : Value (x items)'). When the column value  is changed, the value displayed in group is not updated (it remians 'Col1 : Value (x items)' whereas it should be 'Col1 : NEWValue (y items)').

How can we force value refresh (property or programmatically)?

 

Thanks. 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Rows are not re-sorted or re-grouped automatically when a value is changed because it would be a little weird for the user to edit a cell, tab to the next cell, and then suddenly the row they were editing moves to a new position in the grid.

    But you can force a row to move to it's new sort and/or group position by calling RefreshSortPosition on the row or band.SortedColumn.Refresh.

Children
No Data