Posted 23 Jul 2012 Link to this post
I am using MVC4 with the latest Kendo UI Q2. I am trying to use the mvc wrappers to implement a list view.
parameterMap: function (options) {
kendo.ui.progress($("#rolesListView"), false);
return options;
}