How can hide Delete button in mobile scheduler
Hi friend
I resolved as:
$$("scheduler").$$("edit").hide();
$$("scheduler").$$("delete").hide();
Thank you! Its working
How can hide Delete button in mobile scheduler
Hi friend
I resolved as:
$$("scheduler").$$("edit").hide();
$$("scheduler").$$("delete").hide();
Thank you! Its working