Hi it's told that for DropDownList, dataItem():
"Returns the raw data record at the specified index. If the index is not specified, the selected index will be used."
I use it with no index specified. This works if I select a value using keyboard. If I select a value by mouse click, I get not current but previously selected value.
(using kendo.web.min.js v2012.2.710)
Thanks
"Returns the raw data record at the specified index. If the index is not specified, the selected index will be used."
I use it with no index specified. This works if I select a value using keyboard. If I select a value by mouse click, I get not current but previously selected value.
(using kendo.web.min.js v2012.2.710)
Thanks