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

DropDownList Not refreshing .refresh() is undefined ??

0 Answers 128 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Chanaka
Top achievements
Rank 2
Chanaka asked on 26 Aug 2012, 07:02 PM

Code:

$("#DropDownList1").change(function () {
   custCode
= $("#DropDownList1").val();

   $
("#titles").data("kendoDropDownList").dataSource.read(); //shows list Loading But Same Data Is present .
   $
("#titles").data("kendoDropDownList").refresh(); //NOT Working

});

I am Tring to refresh my DropDownList after another DropDownList ..
is clicked but the refresh Method is not define error pops.
therefor i use the dataSource.read() then the DropDownList Shows it loading but data remain the same

No answers yet. Maybe you can help?

Tags
DropDownList
Asked by
Chanaka
Top achievements
Rank 2
Share this question
or