I am developing a module for our company intranet (using DotNetNuke) -- actually have already created the module, but porting it to use RadScheduler instead of the way I used to do it, and have a couple things I'd like to accomplish, but not really sure if it is possible.
I want to enable editing (based on security roles, that is easy enough, just check security and set the "AllowEdit", "AllowInsert" and "AllowDelete" properties based on security), but in all cases disallow dragging the event to a different day or in the deeper views dragging the start/end time around on the event. Is that possible to do in general or would I have to "trick" it by disabling edits in all cases, and then use the OnClientDoubleClick to achieve my "edit" (since I am opening it in a RadWindow because I need advanced editing capabilities anyway)?
Would love the "best practices" solution on this one. I have some other questions as well, but in the interest of keeping the threads specific, I'll start a new thread with my other questions.
**EDIT** for now I think I'll just disable editing since that will prevent dragging, and then use the OnClientDoubleClick to get me the eventdetails page (from where the user, if they have the appropriate permissions, can click to "edit" the event). Still look forward to "best practices" on this.
I want to enable editing (based on security roles, that is easy enough, just check security and set the "AllowEdit", "AllowInsert" and "AllowDelete" properties based on security), but in all cases disallow dragging the event to a different day or in the deeper views dragging the start/end time around on the event. Is that possible to do in general or would I have to "trick" it by disabling edits in all cases, and then use the OnClientDoubleClick to achieve my "edit" (since I am opening it in a RadWindow because I need advanced editing capabilities anyway)?
Would love the "best practices" solution on this one. I have some other questions as well, but in the interest of keeping the threads specific, I'll start a new thread with my other questions.
**EDIT** for now I think I'll just disable editing since that will prevent dragging, and then use the OnClientDoubleClick to get me the eventdetails page (from where the user, if they have the appropriate permissions, can click to "edit" the event). Still look forward to "best practices" on this.