Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Florian Brun-Buisson on Dec 07, 2009 07:59
open dhtmlx forum
dhtmlxGrid

Hello, (french user, sorry for bad sentences)

In the Grid Objet,

How to obtain grid id (id of the grid object) in the '_in_header_master_checkbox' function ("dhtmxlsgrid_filter.js") ?

I have a lot of grid in the same page and i want to know which grid is concerned by the master chekbox.

The objective is to call special doOnCheck function this grid id in parameter.

Thanks
Answer posted by Stanislav (support) on Dec 07, 2009 08:42
this.entBox.id ( or self.entBox.id , if you meant part of code inside of onclick event ) will provide the necessary info.