I have a dropdownlist which has several options for generating reports. Based on the type of account the user has certain options which should be visible but not selectable (as an incentive for them to upgrade).
I was wondering if anyone knew of a way to accomplish this.
The permissions are already in place i just need assistance with making certain items unselectable.
Any help would be much appreciated.
You could try this
Try this
This will disable the item from the list by basically not showing it in the list.
"ReportValue"
= the value of the item to be disabled.