How about the mobile scheduler, is there any method to make certain of events to be readonly mode but others are edit mode? If yes, may I know how to do that? Since I would like to make some events non-editable for the users.
I have tried to add that code on to my page, it does go into the attachEvent function each time I kick any events. But nothing changed and without error message. That is, the “Edit” button and “Delete” button are still showed and work properly.
Is that I miss to include any extension? Any advise on this?
Did you define readonly property for the items that are doing to be read-only? As you can see “readonly” for the scheduler depends on this.item(id).readonly
Please learn the example in the post.