Hello,
i have a main grid and each row has a subgrid.
when I add/edit the subgrid I need to reload data in the current row on the main grid but I would like to keep the subgrid open.
The problem is that when I do this in the after submit of the subgrid:
$(“#MainGrid”).trigger(“reloadGrid”, [{current:true}]);
it will collapse the subgrid.
How can I keep the subgrid expanded?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top