Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Shane Kirk on Oct 02, 2009 06:56
open dhtmlx forum
Folloup to previous question

Followup to question here. http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=12033&a=19446

If there a function that checks whether a sub_row was opened prior to up updateFromXML?  Here is the code I have now.

mygrid.updateFromXML(my_link,true,true,doAfterUpdate);},2000)

function doAfterUpdate(){

    mygrid.forEachRow(function(id){

       if (Need something here....

              mygrid.cellById(id,0).open();

    });  

}

Answer posted by dhxSupport on Oct 02, 2009 10:06
Unfortunately there is no appropriate property to find out if sub row is opened.