How to open particular node in dhtmlXGrid.

I am working with dhtmlXGridObject which loads the data from database.
I want to open tree at particular node.
I have search the forum and found that openIteam can do this job, but this method is for Tree and not for dhtmlXGridObject.
Please suggest the method to make it working.
Regards,
Abhijit K

I am using 2.5 enterprise licence version

To open item in dthmlxTreeGrid you can use openItem(rowId) method.
docs.dhtmlx.com/doku.php?id=dhtm … t_openitem
docs.dhtmlx.com/doku.php?id=dhtm … _toc_alpha

Note, this method will not open item if you loading branch dynamically