Categories | Question details Back To List | ||
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; } |