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
465
Updating data in a datasource of a igHierarchicalGrid and have it reflects the changes
posted

Hi, I have a read-only igHierarchicalGrid bounded with a list of objects as the data source.  We have multiple async ajax calls that update the different parts (fields) in the data source when the data returns, and I want the grid to naturally update the values in those columns with the updated data.  Is there a way to do it without refreshing the whole grid?  What we didn't want is on updating the grid, it resets its columns or scroll view or expand/collapse nodes.  Thanks.

  • 25665
    Offline posted

    Hello Michael,

    Thank you for contacting Infragistics!

    The way to update data in the igHierarchicalGrid currently is to re-bind the data to the grid which will cause it to re-render. The only other option would be to update each row/cell individually.