Calendar set zindex?

May i set zindex of calendar dynamic on create?

Unfortunately such feature is not supported.

thanks

I use modal window from bootstrap libriary,
how can I set dhtmlx calendar to modal window. Modal has z-index:1050
?

Hi,

You can try to override the logic of zIndex assignment like next

dhx.zim.first = function(){ return 5000 };

It will redefine the minimal zIndex used by components

!!YES, thanks!