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

GridViewComboBoxColumn editable mode

1 Answer 103 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Muhammad
Top achievements
Rank 1
Muhammad asked on 10 Oct 2010, 09:45 AM
Hi,
I have address types combobox in my RadGridView.
 <telerik:GridViewComboBoxColumn Header="Address Type" Width="100"  Name="AddressTypes" SelectedValueMemberPath="AddressTypeID" DataMemberBinding="{Binding AddressTypeID ,Mode=TwoWay}" DisplayMemberPath="Name"  />

How can I make is eidtable and text complte property etc like in regular combox.
Thanks

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 11 Oct 2010, 07:54 AM
Hello Muhammad,

You may use a GridViewDataColumn and set its CellTemplate/ CellEditTemplate as RadComboBox. You may find a sample project demonstrating that approach in this forum thread.

All the best,
Maya
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
Tags
GridView
Asked by
Muhammad
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or