4 Answers, 1 is accepted
0
Hello Virendra,
Please visit the following link and examine the "Customizing the options for GridDropDownColumn on editing" section:
Customize/Configure GridDropDownColumn
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Please visit the following link and examine the "Customizing the options for GridDropDownColumn on editing" section:
Customize/Configure GridDropDownColumn
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

Tim
Top achievements
Rank 1
answered on 13 Jun 2014, 06:41 PM
This link is not helpful, it is not a complete example on how to use this drop down. I have a simple IList<string> I want to use to pick a value in the column when editing, and I have no idea how to do it. This example is not helpful.
0

Tim
Top achievements
Rank 1
answered on 13 Jun 2014, 06:42 PM
This link is not helpful, it is not a complete example on how to use
this drop down. I have a simple IList<string> I want to use to
pick a value in the column when editing, and I have no idea how to do
it. This example is not helpful.
this drop down. I have a simple IList<string> I want to use to
pick a value in the column when editing, and I have no idea how to do
it. This example is not helpful.
0

Princy
Top achievements
Rank 2
answered on 17 Jun 2014, 10:47 AM
Hi Tim,
Please note, no other binding scenarios besides data source controls and DataSets are supported by the GridDropDownColumn.
For custom objects collections (In your case List) , it would probably be easier for you to just use a GridTemplateColumn with a RadComboBox in the EditItemTemplate.
Hope this information helps.
Regards,
Princy.
Please note, no other binding scenarios besides data source controls and DataSets are supported by the GridDropDownColumn.
For custom objects collections (In your case List) , it would probably be easier for you to just use a GridTemplateColumn with a RadComboBox in the EditItemTemplate.
Hope this information helps.
Regards,
Princy.