Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Nov 03, 2008 01:38
open dhtmlx forum
Grid Filter

Hi,
How to set the width of the header filter object
Answer posted by Support on Nov 03, 2008 02:51
The width hardcoded in dhtmlxgrid_filter.js, you can change it as 

div.gridbox table.hdr .filter input{
   width : xx !important;
}
div.gridbox table.hdr .filter select{
   width : xx !important;
}