Grid Filter

Hi,
How to set the width of the header filter object

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;
}