This is a migrated thread and some comments may be shown as answers.

How to restrict end user actions?

1 Answer 42 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Roman
Top achievements
Rank 1
Roman asked on 27 Jan 2011, 01:17 PM
Hello.

We have different roles in our web application and we need to restrict actions of end users depends on role.

For example, learners must be able only to see scheduler and details of appointmenets. They must not be able to delete appointments, edit them, change time of appointments. Read only access.

But teachers must be able to do everything with appointements.

So, the first question: Is it possible to forbid user to edit/delete appointements?

The next thing we need to realize is forbid to edit/delete some of appointments. So user must be able to edit Appointment2, Appointment3, but he must not be able to edit/delete appointment4 and appointement5.


Great thaks for helping,
Roman Skvortsov

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 27 Jan 2011, 01:59 PM
Hello Roman,

You can conditionally set AllowDelete and AllowEdit for the appointment in AppointmentDataBound.

Kind regards,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
Roman
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or