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

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