I want to make select first item on dropdownlist.
so, after item has bounded, I tried this.
$("#CATEGORY_CODE").data("kendoDropDownList").select(0);
and I tried to check the value,
alert($#CATEGORY_CODE").val());
alert($("#CATEGORY_CODE").data("kendoDropDownList").value());
but I could see "null" and "undefined" messages.
What's wrong? anyone please let me know.
so, after item has bounded, I tried this.
$("#CATEGORY_CODE").data("kendoDropDownList").select(0);
and I tried to check the value,
alert($#CATEGORY_CODE").val());
alert($("#CATEGORY_CODE").data("kendoDropDownList").value());
but I could see "null" and "undefined" messages.
What's wrong? anyone please let me know.