Enums dont generate dropdowns in the properties anymore?
private SkinEnum _skin;public SkinEnum Skin get return _skin; set _skin = value; Hi Steve,
Yes, you are right.
We want to improve the way how the collections and boolean properties are handled. Hopefully we will do it soon.
Hello Steve,
Solution for this case is using a control designer. You can take a look at how to create a widget - > advanced
Actually the enum can be used as a property of the control, but it is not represented as a DropDown.
Regards,
Ivan Dimitrov
the Telerik team