Hi Janusz,
If I understood correctly you would like to get the selected HTML element. If that is the case please use current method of the DropDownList.
It is important to know that the HTML element will be reused to display another dataItem when the user changes the scroll position.
Regards,
Alexander Valchev
Telerik
If I understood correctly you would like to get the selected HTML element. If that is the case please use current method of the DropDownList.
change:
function
(e) {
var
currentElement =
this
.current();
}
It is important to know that the HTML element will be reused to display another dataItem when the user changes the scroll position.
Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!