Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by heinetz on Aug 26, 2009 06:37
open dhtmlx forum
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:

http://dhtmlx.com/docs/products/dhtmlxGrid/samples/header_footer/grid_complexheader_content.html

it is ok.

what's the problem ?

regards,
heinetz
Answer posted by dhxSupport on Aug 26, 2009 08:40
>>the selectboxes aren't displayed correctly under Firefox (OS X and Windows).
Please provide us example or screenshort where we can reproduce this issue.
Answer posted by heinetz on Aug 26, 2009 09:48
Answer posted by heinetz on Aug 26, 2009 09:50
Answer posted by heinetz on Aug 26, 2009 09:51
please have a look at it with firefox.
Answer posted by dhxSupport on Aug 27, 2009 01:38
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 
Answer posted by dhxSupport on Aug 27, 2009 01:38
Attachments (1)
Answer posted by heinetz on Aug 27, 2009 06:39

right, that did it ....

thanx!