I have a template, which I use in different areas of my application. Depending on the area its Security attributes should be different, e.g. in some areas the template buttons/text boxes/dropdowns should be disabled for the “operator” role, whereas in other areas the same buttons/text boxes/dropdowns should be disabled for the “mainteiner” role.
Is there any possibility to use the standard Security tab to achieve such a behaviour? Or should I program an expression in the Enabled property? What I don’t like about this second approach, is that textboxes and drop downs get greyed out.
Thanks in advance, regards