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

Implementing control level security permissions

1 Answer 230 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sriman
Top achievements
Rank 1
Sriman asked on 03 Sep 2014, 12:46 PM
Hi.

For KendoUI controls on a page, how can i implement security features (like readOnly, Visibility etc.) at control level. Can you please suggest any method that I can use to implement this.

Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 04 Sep 2014, 03:22 PM
Hello Sriman,

Widget visibility can be controlled by hiding and showing the widget wrapper, or an ancestor element of the widget.

http://docs.telerik.com/kendo-ui/framework/widgets/wrapper-element

ReadOnly state can be controlled via an API method, when applicable and depending on the widget, for example:

http://docs.telerik.com/kendo-ui/api/web/combobox#methods-readonly

Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Sriman
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or