I want to programmatically disable a specific item from a dropdownlist component.
I guess it can through the open method in dropdownlist, but that requires it to do that computation every time the list is opened.
Is there any other way to do it, like thriugh the the itemTemplate ?