Hi,
I am making the following call:
splitter.ajaxRequest("#ContentPane", path);
I would like to hide the progress indicator and have tried using:
kendo.ui.progress($("#ContentPane"), false);
kendo.ui.progress($("#splitter"), false);
Neither of which work. Can someone enlighten me on how to best do this? I still want the progress indicator to work on other controls when doing an Ajax request, such as the treeview/dropdown...
Thanks,
Matt