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
140
Expanded Rows close after calling Update Row
posted

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.