I'm showing the DHTMLX scheduler in a wizard and the tooltip is displaying behind the wizard. How can i show it in the foreground? Thanks.
I think it is the problem with css z-index property, Please change the z-index to a higher value.
.dhtmlXTooltip{
z-index: 100;
}