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

RadGrid with RadAutoCompleteBox

1 Answer 152 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jacques
Top achievements
Rank 1
Jacques asked on 21 Feb 2013, 01:12 PM
Hi, has anyone managed to achieve "RadAutoCompleteBox" formatted text when double clicking on a RadGrid Row?

I managed to insert data from radgrid to radutocompletebox, however the formatting of the radsutocompletebox is lost, and autocomplete stops working once I insert the text from the radgrid.

Any ideas?
Thanks.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 26 Feb 2013, 09:14 AM
Hi Jacques,

Thank you for writing.

You can easily create auto complete editor by inheriting from RadTextBoxControlEditor and returning new instance of RadAutoCompleteBoxElement in the override of the CreateEditorElement method. Attached you can find a sample project demonstrating this. 

I hope that you find this information useful.

Regards,
Stefan
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.
Tags
GridView
Asked by
Jacques
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or