Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Simon Brown on Jun 13, 2007 16:41
open dhtmlx forum
calendar excell not visible within tabbar group

We're trying to use the calendar excell in a grid which is being displayed inside a tabbar group. The problem is that the calendar simply does not display. There are no javascript errors, as far as we can tell the container div is being populated, it's just not visible.
Answer posted on Jun 13, 2007 17:15
The most probably calendar's default z-Index too low, and it covered by some other container on page.
You can adjust z-index of calendar in next way

    in js/calendar/calendar_init.js locate next string
           this._myCont.zIndex="19";

    you can increase this parameter to some bigger value

   
Answer posted by sematik (Support) on Nov 28, 2014 10:09

I hope this information will be enough for you. But you also can have a look at web based spreadsheets and editable gantt chart.