Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Disable items in DropDown
posted

Hi,

we are using the xamMultiColumnComboEditor and we want to disable some items programmaticaly.

With the xamComboEditor it was just

mycombo.Items[2].IsEnabled = false;

and the item was greyed out but with the xamMultiColumnComboEditor this is not working.

How can we do it with the xamMultiColumnComboEditor?

Thanks