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

FIX: Load on demand does not work correctly in Q2 2009 SP1

0 Answers 425 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 01 Sep 2009, 01:40 PM
Hi guys,

While fixing one bug, we introduced another which causes the load on demand mechanism to stop working after you press more than one character in the input area of the combobox. The problem is already fixed and you can download the latest internal build from Your Account (Version Number 2009.2.831 or later).

Alternatively, you can add the following javascript code just after the ScriptManager / RadScriptManager declaration:

<script type="text/javascript"
    Telerik.Web.UI.RadComboBox.prototype.get_endOfItems = function() { return false; }; 
</script> 


Please accept our sincere apologies.
Tags
ComboBox
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Share this question
or