Hi,
I tried to disable and enable the DropDownList control. But after enabling again, the data seems to lost or not rebinding again.
disabled
$("#dropdownlist").kendoDropDownList({
enable: false
});
enabled
$("#dropdownlist").kendoDropDownList({
enable: true
});
Here its get enabled again, but data not listing?