All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
ComboBox
/
ComboBox inside Grid with load on demand
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
4 posts, 0 answers
Dariusz Tomoń
13 posts
Member since:
Mar 2005
Posted 18 Aug 2008
Link to this post
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
Rosi
Admin
2529 posts
Posted 18 Aug 2008
Link to this post
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.
Dariusz Tomoń
13 posts
Member since:
Mar 2005
Posted 19 Aug 2008
Link to this post
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
Rosi
Admin
2529 posts
Posted 19 Aug 2008
Link to this post
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.
Back to Top
Close