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

Add RadDropDownList to RadGridView

1 Answer 127 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Peter Stanford
Top achievements
Rank 1
Peter Stanford asked on 10 Feb 2012, 06:19 AM
I'm sure I'm missing something very simple here but I want to add a RadDropDownList to a RadGridView at design time but can't find where I change the default RadGridViewTextBox column to something else. I've looked at several code examples for doing this dynamically but want to know how to do it at design time please. I also want to be able to add CheckBox columns etc. but figure once I get an answer to the first question the others will be relatively similar. My environment is WinForms.

Thanks and best regards

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 14 Feb 2012, 03:49 PM
Hello Peter,

Thank you for writing.

At design time you can use the PropertyBuilder to add different types of columns and manage their properties. Please take a look at the following article, which describes how to work with it: http://www.telerik.com/help/winforms/gridview-design-time-support-property-builder.html

The column that you are looking for is GridViewComboBoxColumn: http://www.telerik.com/help/winforms/gridview-columns-gridviewcomboboxcolumn.html.

I hope you find this information useful. Should you have any additional questions, do not hesitate to contact us.
 
Kind regards,
Stefan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
Peter Stanford
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or