Hi,
I'm curious if there's a way to disable certain valuelist items so that they can not be chosen when the user expands the dropdown list in a cell.
Thanks,
~Karen
Hi Karen,
It depends what you are using for your list. If you use a ValueList, then I don't think the ValueListItem has an enabled property or a Hidden property, so you won't be able to do it.
If you use an UltraDropDown control as your ValueList, then yes, you can disable, hide, or even filter rows just like you can in the WinGrid.