This isn't the most pressing issue here, but I was curious about something.
Does KendoUI include some kind of style for an overlay "loading" div? I know it's fairly easy to create my own, but it would be better if I had one that stayed consistent with the telerik themes.
I saw this when I last checked the doc site couple days ago.. must have been added recently with the Q3 release
http://docs.kendoui.com/api/web/ui#progress
kendo.ui.progress($('#containderID'), true); //show
kendo.ui.progress($('#containderID'), false); //hide
I have been using the following jquery plugin, and its working great.
http://code.google.com/p/jquery-loadmask/