Categories | Question details Back To List | ||
DHTMLX GRID HI. I am using dhtmlx grid. I have attached header like rmygrid.attachHeader("#text_filter,#text_filter,#text_filter,#select_filter,#text_filter,#text_filter"); Its working fine in IE but in firefox and safari the filter does not appear after loading. To show it I need to click on header (like we do to sort records) or I call mygrid.sortRows(0); function after attaching the header. Please help me to solve this problem. Regards Umair Tariq Xeeonix Tech Answer posted by dhxSupport on Oct 22, 2009 07:43 If you are calling attachHeader() after mygrid.init() you should call also mygrid.setSizes() Answer posted by Umair on Oct 23, 2009 23:48 Thanks its working now Regards Umair Tariq |