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.
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.