This question is locked. New answers and comments are not allowed.
We have a hierarchical grid and when a user makes a change to a value in the child grid we want to update the parent (master) row client side.
Is there an easy way to get a reference to that row in the data("tGrid") of the child grid? I didn't see a way. I am currently using jQuery to drill up using closest(".t-detail-row") and then .prev("tr"). It works, but seems a bit of a kludge.
Is there a better way?
BOb
Is there an easy way to get a reference to that row in the data("tGrid") of the child grid? I didn't see a way. I am currently using jQuery to drill up using closest(".t-detail-row") and then .prev("tr"). It works, but seems a bit of a kludge.
Is there a better way?
BOb
