0

I have integrated dhtmlx mobile scheduler. When details text is large it will cut down because dhtmlx scheduler event detail view take static height in style?

israr
  • 1,155
  • 15
  • 28

1 Answers1

1

I am able to resolve this issue using following command.

$$("scheduler").$$("eventTemplate").$view.style='';  

May be it help some else.

israr
  • 1,155
  • 15
  • 28