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?

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, ,")