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

ComboBox inside Grid with load on demand

3 Answers 129 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Dariusz Tomoń
Top achievements
Rank 1
Dariusz Tomoń asked on 18 Aug 2008, 08:15 AM
Hi,

What is the best approach to implement autosuggest/loadondemand combobox inside radgrid. Most examples, including PDF self-peaced file are obsolete and they use external ascx file.
Can you please provide step-by-step instruction how to get combobox inside radgrid during insert/update operation. I would like to have combo which starts to retrieve matching records from database after entering 4-th letter, not earlier to eliminate additional traffic.

Best Regards,

Darek 

3 Answers, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 18 Aug 2008, 11:41 AM
Hi Dariusz ,

I suggest you take a look our online example Load-on-demand Grid in Combobox.

It is implemented in both  C# and VB and all needed code is in the VB and ASPX file.

Hope this helps.

Regards,
Rosi
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Dariusz Tomoń
Top achievements
Rank 1
answered on 19 Aug 2008, 10:27 AM
Hi,

Thank you for your reply. I know how to populate combobox when it's stand alone. I rather thought about example or snippet of code covering:

1. Where to put combobox in the RadGrid area so that it is shown during insert/edit a record
2. How to reffer to this combo in code to fill in it with items (in what event function)

Best Regards

Dariusz Tomon
0
Rosi
Telerik team
answered on 19 Aug 2008, 04:11 PM
Hello Dariusz ,

Please have a look our online example - Combo In Grid. It illustrates the needed approach.


Greetings,
Rosi
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
Dariusz Tomoń
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Dariusz Tomoń
Top achievements
Rank 1
Share this question
or