Automatically show centered loading image on Kendo Web ListView, as the Grid does? - image

Is there any setting for the Kendo ListView (Web / MVC) that would show the same loading image / spinner that the Kendo Grid does by default? Hacks accepted.

Loading image (spinner) has been added to the Kendo ListView. Those who still don't see it, try the debugger on RequestEnd event and you will notice.
I know this is an old question but since you reached here this will stop further search and save your time. :-)

Related

kendo ui grid + Hide column in IE11 is not working

i have a kendo UI grid on HTML page. I have used kendo hideColumn() api for hiding column. but when in IE11 browser, i hide column, grid become invisible or sometimes distorted. Kindly help me
Thanks everybody. It is a bug of kendo ui framework. There are two solutions available for this:
Upgrade kendo ui version to latest.
After calling hideColumn(), resize Grid by setting its width and height. i have did it as we are not able to upgrade kendo ui version.

The refresh icon of Telerik Grid can't rotate when clicking it to refresh grid

Use Telerik Grid control in my MVC project. When I try to click the refresh icon which at the left bottom of the grid to refresh the grid, I suppose the icon is rotating while the data is refreshing. But the icon isn't. Maybe the problem comes from the telerik.grid.min.js file. But I didn't find any useful solution. :(
Are you using Ajax Binding or Server Binding for your Grid ?
I think the icon doesn't do anything with Server Binding because as far as I know, this simply reload the page instead of refreshing the content of the Grid.
If you are using Ajax Binding, can you check if you have any kind of JS error in your browser's console ?

kendo grid in IE11

I am testing kendo grid with IE 11 and stumbling on a bug.
Basically the grid click acts differently in various version of kendo library.
In the latest version i.e 2013.2.918 grid click is triggered twice.
and the grid click does not work all the way back until version 2012.3.1114.
here is the plunker link.
http://plnkr.co/edit/MgkSCf2vqBfYehtGvKUx?p=preview
I would be happy if i get a patch for it in any of the kendo versions.
Thanks
Sush
Seems caused by the alert. Changing it to console.log doesn't cause double mouse event firing.

How to achieve longclick in kendo ui listview

I am doing a mobile application in kendo UI. When clicking on the item in the listview its redirecting to some page. My requirement is that for long click also it should redirect to some page.
How can i make it possible in mobile using kendo ui?
Thanks in Advance.
Based on this answer from Kendo UI forums (no native OS events), you could look at this question about Long Press just down the road in SO.
Basically start experimenting with JavaScript events and timers.
As far as I know, JQuery Mobile events (taphold) and plugins are not an option as they would be competing with Kendo UI for page control, but you might get some ideas for your implementation.

Kendo-UI Grid in a Tab

I am looking into using Kendo UI Web on a new HTML5 Web app and the wireframes call for grids inside tabs. I looked everywhere on Telerik's site, and the web, but I don't see any examples of this being done. Is that not possible? Or is there a better approach, like simply using the Tab control above the area where the Grid control would appear, giving it the appearance that the Grid is part of the Tab?
There should be nothing stopping you from using a Kendo UI Grid within a Kendo UI TabStrip. Check out the demo for the TabStrip and the demo for the Grid. Hopefully that gets you on your way.
The details template demo has a tabstrip within a grid and one of the tab is another grid, the second tab having a template.
http://demos.telerik.com/kendo-ui/grid/detailtemplate

Resources