This question is locked. New answers and comments are not allowed.
Hi,
Currently I'm using this code to load a dropdownlist when the user clicks the down arrow. (On Demand)
@(Html.Telerik().DropDownList().Name("AjaxDropDownList").DataBinding(binding => binding.Ajax().Select("_AjaxLoading","Home")).ClientEvents(events => events.OnChange("Editor_onChange")) )
The dropdown populates correctly however the OnChange Event seems to be firing 2 times. The first value gets selected and calls Onchange before you have a chance to pick the correct value in the dropdown.
function Editor_onChange(e) {alert("OnChange called");}
Telerk Version: 2010.3.1318.340
ASP.NET 4.0 C# MVC3 Razor
Internet Explorer 8, Windows 7