This is a migrated thread and some comments may be shown as answers.

Prevent the Listview Load Icon displaying when using Listview MVC Wrapper

0 Answers 66 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Martin Kelly
Top achievements
Rank 1
Martin Kelly asked on 23 Jul 2012, 07:48 AM

I am using MVC4 with the latest Kendo UI Q2. I am trying to use the mvc wrappers to implement a list view.

How can I stop the load icon displaying on the list view when using the MVC wrappers? when not using wrappers the following code in the datasource transport worked for me but how do I achieve the equivilent with wrappers?

parameterMap: function (options) {
    kendo.ui.progress($("#rolesListView"), false); 
    return options; 
}

No answers yet. Maybe you can help?

Tags
ListView
Asked by
Martin Kelly
Top achievements
Rank 1
Share this question
or