Hi
Is there a way of having the master check box selected by default on grid load?
Gayathri
It can be done only with code modification. In the file dhtmlxgrid_filter.js
dhtmlXGridObject.prototype._in_header_master_checkbox=function(t,i,c){
t.innerHTML=c[0]+"<input type=‘checkbox’ checked />"+c[1];
…
}