Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Neha on Nov 11, 2008 22:47
open dhtmlx forum
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 ?

Answer posted by Support on Nov 12, 2008 02:06
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