Hello,
I tried to make radscheduler to be not editable. I use below code to set.
It will not show delete button. It will not show inline insert template when I click on empty timeslot. But it showed advanced edit/ advanced insert form when I click on timeslot. And I cannot click anything else since all controls inside these templates are disabled. I tried Radscheduler1.Enabled=false. But still not working. Anyone can advice me on this issue?
Thank you.
Best regards,
Ei Wai
I tried to make radscheduler to be not editable. I use below code to set.
RadScheduler1.AllowInsert = false;RadScheduler1.ReadOnly = true;RadScheduler1.Enabled = false;RadScheduler1.AllowDelete = false;RadScheduler1.AllowEdit = false;It will not show delete button. It will not show inline insert template when I click on empty timeslot. But it showed advanced edit/ advanced insert form when I click on timeslot. And I cannot click anything else since all controls inside these templates are disabled. I tried Radscheduler1.Enabled=false. But still not working. Anyone can advice me on this issue?
Thank you.
Best regards,
Ei Wai