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
260
XamGrid Grouping does not reflect underlying data changes
posted

Hi,

The scenario is like this:

  1. At runtime I enable grouping based on a column (or nested columns).
  2. The datasource changes which causes the columns to change.
  3. This change is not updated  for the grouping column.

Is there a way in which the grouping can be refreshed for data updates ? Or is there a propertyt that needs to be enabled to update regrouping for a column change for the rows ?

Parents
No Data
Reply
  • 27093
    posted

    Hello,

    I have been reading through your description and  I see what you mean. This behavior is usually by design in order to prevent editable items from disappearing from the user's viewable area. What you can do is call the XamDataGrid's InvalidateData method right after the data change.

    Please let me know if you require any further assistance on the matter.

    Sincerely,

    Petar Monov

    Developer Support Engineer

    Infragistics Bulgaria

    www.infragistics.com/support

     

Children