This is a migrated thread and some comments may be shown as answers.

PropertyGrid and DropDownList

1 Answer 123 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
Gosha
Top achievements
Rank 1
Gosha asked on 11 Mar 2014, 09:01 AM
Is there a simple way to fill DropDownList with data from database instead of enum?

I've seen examples with "EditorInitialized" but that is too incomprehensible for me and to messy form my code.
I'am not real programmer and jusing only simple things, Is there something like this:

Dim x As New PropertyStoreItem(GetType(Something), "Status", Nothing, "Status", "", False)
Something.DataSource = linqquery

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 13 Mar 2014, 05:02 PM
Hi Sasa,

Thank you for contacting us.

There is no easy way to achieve the desired functionality. Nevertheless you can consider to use the appropriate events to change the editor behaviour. More information about this is available in the following help section: Editors.

I hope this helps. Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
Tags
PropertyGrid
Asked by
Gosha
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or