I have jq Grid in mvc 3, it loads data with async call from DB, on page load I pull up all the data for child grid and make a local source for it. Now inside gridcomplete method of main grid if expand subgird and data is assigned to subgrid from local source on its Id basis. Its working fine as far as displaying is concerned. But problem is with speed , it takes lot of time when subgrid data id bounded with it through row expand. No issue with data fetching from db, it quick.
Want to know is there any way to expand subgrid in a sequence , such that one row is expanded and shown in grid and then it continues for the other.
