I'm using MVC, so the following example:
http://www.kendoui.com/blogs/teamblog/posts/12-04-12/an_in-depth_look_at_the_listview.aspx
Doesn't really help me because i don't have a 'datasource' object in javascript. What can i use in a simliar fashion for MVC? I have the following so far
but i don't know how to get the selected object from either the 'e' or 'lst' object.
http://www.kendoui.com/blogs/teamblog/posts/12-04-12/an_in-depth_look_at_the_listview.aspx
Doesn't really help me because i don't have a 'datasource' object in javascript. What can i use in a simliar fashion for MVC? I have the following so far
function onchange(e) {
var lst = $("#lstLPG").data("kendoListView");
}