Complex content in header

Hi,



i downloaded dhtmlxSuite and i tried out your example under:



/dhtmlxSuite/dhtmlxGrid/samples/header_footer/grid_complexheader_content.html



… to see, how selectbox-filters work. it works but:



the selectboxes aren’t displayed correctly under Firefox (OS X and Windows).



Under:



dhtmlx.com/docs/products/dhtmlxG … ntent.html



it is ok.



what’s the problem ?



regards,

heinetz

the selectboxes aren’t displayed correctly under Firefox (OS X and Windows).
Please provide us example or screenshort where we can reproduce this issue.

i uploadet your exampe here:

test.digitale.mehrwerte.net/ajax … ntent.html

please have a look at it with firefox.

To fix this issue please replace line
mygrid.hdr.rows(2).onmousedown=mygrid.hdr.rows(2).onclick=function(e){(e||event).cancelBubble=true;}
with
mygrid.hdr.rows[2].onmousedown=mygrid.hdr.rows[2].onclick=function(e){(e||event).cancelBubble=true;}

Also you can use #text_filter and #select_filter in the header. Please check example at the attachment

sample_comlex_header.zip (132 KB)


right, that did it …


thanx!