Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Patrick on Aug 21, 2008 11:08
open dhtmlx forum
Frozen Column/text_filter/select_filter issue in IE

Working on the grid. Works great....but not in IE6 or 7?

Here is the skinny on only the attach header and split code:

mygrid.attachHeader(",,#text_filter,#select_filter,,,,,,,,,,,,,,,,,,,,,")
mygrid.splitAt(3);

With that config...it works great! But when I spilt it at 4 it breaks in IE?
Answer posted by Support on Aug 22, 2008 02:50
Be sure that right part of header has at least one , not empty cell. ( in other case browser will collapse such header line )
        mygrid.attachHeader(",,#text_filter,#select_filter, ,,,,,,,,,,,,,,,,,,,,")