Thank you for your very prompt response.
I have three levels of nested grid say:
+ Business Unit 1
+ Level 1
- Level 2
+ Department 1
- Department 2
START Period END PERIOD PNL Data
12/01/2014 02/28/2015 9,994,500
03/01/2015 11/30/2015 2,994,887
- Department 3
START Period END PERIOD PNL Data
12/01/2014 02/28/2015 4,454,500
03/01/2015 11/30/2015 2,654,887
+ Level 3
+ Business Unit 2
....
Here is how my grid would look like and once the user enter the "Accept Change" Button, I want to pull up the PNL number along with the date range along with the hierachy information.
So my question to you is is there a way to loop (using callback) thru the nested grid and get the data enter by user, if so, how to use the callback function, is there a demo version where it is implemented similar kind of logic ?
cellSave also looks good, but in that case I will have to store it in an array the values entered, I wanted to get the data only when the User Click on Accept Change button by looping thru hierachy to get the information.
Let me know if my description is not clear.
Thanks for your time and support.
Prabhu