Nested grids and pagination on client side
Nested grids and pagination on client side
I want to populate nested grids and for that on ajax call i will get data as json array which internally contains data for nested grids also. In total there are three grids on opening of first nested second grid will open and on opening of second nested grid the third nested grid will open. When i am getting data for topmost grid at one shot all data for all below nested grids i am thinking to populate. There is a pagination also for topmost grid which i want to on client side only. Please suggest.
Answers
Looking forward for any suggestions.