Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Azeez on May 26, 2009 22:25
open dhtmlx forum
How to get the DHTMLXGRID object after it loads

Hi,
I am new with DHTMLXGRID . can someone tell me how to get the xgrid object after it has loaded on the page. I load multiple xgrid objects on the page and then later on click of a button i need to get a specific xgrid object and remove a row. i am not able to get a particular xgrid object among many .. pls help...
Answer posted by dhxSupport on May 27, 2009 00:43
When you are creating dhtmlxGrid object you specify it's name and container. So after page was loaded you can get grid's object by this name. There is no any global dhtmlxGrid object which will know how many grids were initialized on the page.