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

AutoComplete Q2 2013

4 Answers 41 Views
GridView
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 25 Nov 2013, 11:52 AM
Can autocomplete be enabled on a GridViewTextBox Column at all if so how do you go about it we are using Q2 2013 cant upgrade at present?

4 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 28 Nov 2013, 09:31 AM
Hello David,

Thank you for contacting Telerik support

Yes you can use autocomplete in RadGridView. To achieve this first you can change the editor type to RadTextBoxControlEditor which has built-in autocomplete functionality. This can be done in the EditorRequired event handler. Then you can use the CellEditorInitialized event to configure the autocomplete parameters.

Sample Implementation of this is available in the attached project.

Let me know if you have additional questions.

Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
David
Top achievements
Rank 1
answered on 28 Nov 2013, 09:50 AM
Thanks guys I had come up with a solution using my own control based on radautocompletebox but your solution is much more stable however I dont want it to be on every element that is RadTextBoxEditor is their anyway to make it column specific ?
0
David
Top achievements
Rank 1
answered on 28 Nov 2013, 11:40 AM
Its k i got it guys thanks very much
0
Dimitar
Telerik team
answered on 02 Dec 2013, 11:25 AM
Hello David,

I am glad that you have managed to adopt my solution for your case. Please let me know if there is something else I can help you with.

Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
David
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
David
Top achievements
Rank 1
Share this question
or