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

Using javascript to update autocompletebox entries in real time

1 Answer 41 Views
Input
This is a migrated thread and some comments may be shown as answers.
Josh
Top achievements
Rank 1
Josh asked on 11 Jul 2013, 04:32 PM
I have java script code that searches the itunes appstore based off of the text entered into the autocomplete box. I want to manage all the autcomplete entries manually through javascript. My problem is that the asp.net runtime runs into a null object reference error when it tries to look for my data source. This may be because the json query to the appstore take a second or two so the entries to the the autocomplete box come in a little late. Is there any way around this error? Should I use a different telerik control? Thanks for the feedback.
 

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 16 Jul 2013, 07:25 AM
Hi Josh,

Could you share some of your code demonstrating how exactly are you binding the AutoCompleteBox. Please keep in mind that a pure ClientBinding is currently not supported by RadAutoCompleteBox.
 

Regards,
Bozhidar
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Input
Asked by
Josh
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or