Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Saurabh Malviya on Nov 03, 2008 01:44
open dhtmlx forum
Checkbox in Column Header

How can I get a checkbox in column header and specify the header name simultaneously?
Answer posted by Support on Nov 03, 2008 02:45
If you are mean master_checkbox functionality it can be done as 

mygrid.setHeader(A,some {#master_checkbox} other,C);

If you mean native checkbox input - you can use any HTML as part of setHeader|attachHeader commands

mygrid.setHeader(A,some <input type='checkbox'> other,C);