im working on project with RadPanelBar in master page iwant to hid some items depend on user roles , for example admin most see some items hidden for other users
how to manage this senario
1 Answer, 1 is accepted
0
Nencho
Telerik team
answered on 29 Jul 2016, 08:20 AM
Hello Arkan,
You can have the specific items hidden by default (regarding the standard users). In addition, at Page_Load you can get the current user role and set the needed items visibility to true. For setting some item as visible you can use the below implementation and an example: