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

If you are calling attachHeader() after mygrid.init() you should call also mygrid.setSizes()

Thanks its working now

Regards
Umair Tariq