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?
Asked
Active
Viewed 165 times
1 Answers
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