This question is locked. New answers and comments are not allowed.
I have two grids in the same form on the same page. They have different names and I verified that there are no spelling inconsistencies. When a row is selected in one grid, I want to update the second grid In the RowSelected event for the first grid, I try to retrieve both grids:
planGrid always comes back as "undefined". Is there something funky you have to do to get two grids working on the same page?
Thanks.
J
var clientGrid = $("#ClientGrid").data("tGrid");var planGrid = $("#PlanGrid").data("tGrid");planGrid always comes back as "undefined". Is there something funky you have to do to get two grids working on the same page?
Thanks.
J