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

[Solved] Google style textbox with suggestions

1 Answer 110 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Robert Koska
Top achievements
Rank 1
Robert Koska asked on 03 Aug 2009, 06:41 PM
Hello,
I am trying to create a textbox that has a discrete set of possible values.  I've kind of got it working with a textbox/treeview combo where the treeview is updated via AJAX callback when the text is changed.  However, the AJAX callback is just not going to be happening fast enough in our production environment for this to be practical.

Is there a control that Tekerik has that can do this type of functionality?  Alternatively, is there a way I can show/hide nodes in a radTreeView via javascript so I don't have to postback to the server at all?  I can't just delete the node from the treeview because I may have to show it again later if the user changes what's in the textbox.

thanks!

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 04 Aug 2009, 08:28 AM
Hi Robert,

Have you considered using our RadComboBox control with its autocomplete or load-on-demand functionality presented on these demos:

http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/autocompleteclientside/defaultcs.aspx

http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx

Greetings,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Robert Koska
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or