Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a radio button group and I have 3 radio buttons in it. I want to disable a radio button, however I want this thing to be done as follows:

When I logged in as an admin the radio button must not be disabled and if i am logged in as a standard user the UI should not display the radio button.

How can I achieve this?

share|improve this question

1 Answer

You can use the Privileged property in a Condition element.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.