Use of ajax with sub grids


This is with reference to the question asked earlier by Kunal on the sub grid functionality…



the 2 events that you have mentioned (onSubGridCreated…etc.) works if I am using coltype sub_row .



But I am using sub_row_ajax to load my own jsp as an inline page. how do I pass data to this jsp/ retrieve data from this jsp ?

There is no built in events for sub_row_ajax cell. If you need some kind of event, to detect, the moment when data loaded - it can be done only by code modification.

>>how do I pass data to this jsp/ retrieve data from this jsp ?
After data loading , retrieved content injected in main page, so you can access it by normal DOM methods