My question also similarly same to this Question which some one already asked in stack-overflow forum.I am doing a customization of a kendo scheduler based on our requirement,what i am trying to do is creating a scheduler which will be used by some admin and visible to get info to the normal users. Admin will scheduled an event for the particular day for particular time period, the user can able to see the scheduled events but he can't allowed to create a another event in that day. Now what my requirement is after he/she done with saving an event in kendo scheduler ,the remaining time slots of that day has to be disabled other than already created event time slots.
相关问题
- slurm: use a control node also for computing
- Create scheduled task using Task Scheduler Managed
- How to read a string array in appSettings.json?
- Using task scheduler for running java jar (from ba
- Visual Studio 2015 : SQL Data Source : Unable to r
相关文章
- Schedule Rails Task to run at a certain time
- How to use relative line numbering universally in
- Kendo Ui Dropdownlist Set Visible via Javascript
- On scala project - Getting error GC overhead limit
- Debugging with Eclipse CDT and GDB: can't find
- Log4j2 using {} against using %d or %s
- Virtual Box limit Bandwith on network [closed]
- Automake Variables to tidy up Makefile.am
http://www.telerik.com/forums/disable-scheduler-double-click-edit-window-without-to-disable-drag-and-drop
i think this may help you
All you need is to reconfigure the kendo Scheduler using the jquery as per your required event
If it helps you please mark as answer