Page 1 of 1

PostPosted: 16 Jan 2013 07:26
by loufeliz
I would like to hide a menu item based on users rights when they access the application. I am currently just disabling the menu, but I would rather it not show if user does not have rights to it. Any ideas? Must I just build menu at runtime or is there a better way?

- Lou

PostPosted: 16 Jan 2013 11:43
by Jorge Sousa
Hi Lou

Must I just build menu at runtime or is there a better way?


Unfortunatelly there is no MenuItem.Visible property for now. So you do have to buld menu, sorry.

Regards

cgdevtools