Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Updating data in listGrid that contains a group breaks.

    I have a use case where I use a list grid and group the data by one of the columns. That works just fine. I have it set so I can double click on one of the items in the list and it creates a popup where I can edit the information. That works just fine. When I save the data and close the popup, the information in listgrid gets automatically updated, at least it appears to be. The data does get saved in the database and the server returns the proper results. When I don't group the data everything works great.

    When the data is grouped it visually changes and saves the changes in the database, however it appears that under the hood the data does NOT get updated in the UI datasource only. When I click on that item again it shows the old data not the new data. Again visually on the listGrid it displays the new data correctly.

    It appears that when the data is grouped the underling data used to create the listgrid doesn't get refreshed. It works perfect if no data is grouped.

    Thanks again!
Working...
X