Enums dont generate dropdowns in the properties anymore?

Posted by Community Admin on 04-Aug-2018 03:20

Enums dont generate dropdowns in the properties anymore?

All Replies

Posted by Community Admin on 05-Jan-2011 00:00

private SkinEnum _skin;
public SkinEnum Skin
    get return _skin;
    set _skin = value;

Im just getting a plain textbox generated in the backend instead of the dropdown I'd get in 3.7

Posted by Community Admin on 07-Jan-2011 00:00

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.

All the best,
Georgi
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 07-Jan-2011 00:00

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

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed