Hi,
I have the following scenario:
1) parent grid loads some data
2) user clicks on one of the rows
3) row expands and loads subgrid (I use another grid as a child subgrid)
4) user edits/deleted data in child subgrid
5) after edit process is finished my child subgrid has to reload data. For this purpose I use trigger(“reloadGrid”) method
6) all expanded rows in parent grid
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top