开发者

custom menus based on roles in a pivot page application

开发者 https://www.devze.com 2023-02-23 14:38 出处:网络
There is a menu that has all the options. But that needs to be customised based on the role of the use.

There is a menu that has all the options. But that needs to be customised based on the role of the use. Like: Student will have access only to the student related stuff Prof will have access to stuff related to him Student + Prof will have access to both of them put together.

Is there some way like I can hide a specific grid item and display the rest of them in windows pho开发者_开发技巧ne 7 pivot pages.


In Silverlight, you can hide elements (such as the contents fo a grid) by setting Visibility to Collapsed.

0

精彩评论

暂无评论...
验证码 换一张
取 消