Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jim Lesinski on Sep 08, 2009 11:33
open dhtmlx forum
dhxCalendarA popup in Internet explorer 8

Hello,

I have my grid working and rendering data properly. I cannot get the dhxCalendarA PopUp working properly in Internet Explorer 8. It seems that the pop up is underneath the cell or perhaps as just a white sliver to the right of the cell.

Is there a workaround? It seems to work fine in Firefox v 3.0.11.

Thanks,
Jim
Answer posted by dhxSupport on Sep 09, 2009 03:22
Unfortunately we cannot reproduce this issue at the latest version of dhtmlxGrid. 
Please try to add following css to your page:
.dhtmlxcalendar_yahoolike {
z-index:99;
}
If issue still occurs please provide us complete sample where we can reproduce it