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.

Parents
No Data
Reply
  • 8421
    posted

    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.

Children