I have a Hierarchical Grid, and when I expand a Row, and then manually call updateRow on another, it causes the Expanded Row to close.
Do the igGridUpdating methods such as SetCellValue and UpdateRow actually call dataBind() behind the scenes?
I've had quite a few problems with feature persistence and dataBinding() and was hoping that using the updating methods would have resolved this.
Hello Dominick,
Could you provide a few more details about how you are triggering updateRow and how you have your page set up? Calling updateRow shouldn't be causing this behavior on its own as you can see in this jsFiddle I put together. Most likely there's something else triggering this behind the scenes but I'd have to know how you have your page set up to say for certain what that would be.
This issue has been resolved.
The issue was because rowVirtualization was set to True.