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

kendoDropDownList.refresh() can't work, is it a bug?

1 Answer 270 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
zhang
Top achievements
Rank 1
zhang asked on 25 Oct 2012, 02:39 PM
$("#selectCategory").kendoDropDownList({
dataTextField: 'Name',
dataValueField: 'Id',
dataSource: data
});
var selectCategory = $("#selectCategory").data("kendoDropDownList");
s
electCategory.dataSource.read();
selectCategory.refresh();

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 08 Nov 2012, 12:48 PM
Hello,

Please check below links.

http://www.kendoui.com/forums/ui/combobox/can-t-refresh-reload-data-combobox.aspx

Thanks,
Jayesh Goyani
Tags
DropDownList
Asked by
zhang
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or