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

GridViewComboBoxColumn edit and auto-complete functionality similar to RadComboBox

1 Answer 130 Views
GridView
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 02 Jun 2011, 09:47 AM

Hi,

My situation is this: I have a RadGridView control with one or more columns defined as GridViewComboBoxColumn. These combobox columns are populated with a large amount of rows, and I want to provide to the users the same functionality as in a regular RadComboBox control: type in an input field the first few letters of an item they want and the combobox column auto-completes the first match in the list and scrolls to it.

Is there any solution to this? What I tried is using a custom column derived from GridViewBoundColumnBase, as in the demo GridView->Columns->Custom Column, but couldn't make it to work.

1 Answer, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 02 Jun 2011, 10:07 AM
Hello BESLEAGA,

You may set the IsComboBoxEidtable property of the GridViewComboBoxColumn to "True".
 

Best wishes,
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
John
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or