israr
israr

Reputation: 1175

DHTMLX mobile scheduler event detail view height issue?

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?

Upvotes: 0

Views: 176

Answers (1)

israr
israr

Reputation: 1175

I am able to resolve this issue using following command.

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

May be it help some else.

Upvotes: 1

Related Questions