How to achieve longclick in kendo ui listview - kendo-ui

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.

Related

How to include a tree view in drop down in kendo angular UI

I need a dropdown tree in kendo angular UI, it should look like,
This control is available in kendo UI for Jquery, but not in kendo angular.
How to customise it, any idea?
As far as I know, the same control is not (yet) available for Angular. You can combine Popup and Treeview and build something similar.
Here's a simple example in StackBlitz: https://stackblitz.com/edit/angular-gpfyck?file=app%2Fapp.component.ts

KendoUI version of JQUERY animated side navigation

I am fond of the type of side navigation menu that is common in mobile apps. An example is: http://www.jqueryscript.net/menu/jQuery-Animated-Side-Navigation-Menu-Plugin-Sidebar.html
Which works also for web pages. However, the vast majority of my page is in KendoUI, and I don't want to load another framework just for that.
Is there a combination of tricks with Kendo (draw control for example) that I could use to get the same effect?
Alternatively, I am all wet. I just want a quick way to have a "pop-up" of settings that are only occasionally used, and most of the time save the screen real-estate. So maybe just a button and a pop-up window is the correct approach?
Any advice?

How to create a Toolbar in Kendo Ui Web

I have some UI requirements that are best meet by a toolbar where options functions like radio button. That is, clicking one option, unclicks the other.
I've looked at using Mobil Button Group. I would prefer to have a solution that didn't use the Mobil controls.
Kendo UI Web doesn't include such a widget yet. This is part of our future plans.

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

jQuery popup needed

I need to display a popup window when a user clicks a hyperlink on a page. The popup needs to display an ASP.NET gridview control, so I may need a little AJAX so I can query the server for datasource depending on which hyperlink the user clicks.
Does something in the jQuery API pretty much fit my needs? Or, a good plugin?
In jQuery UI you have the window plugin. Check the examples here
Yes, jQuery would be perfect .
Jquery UI may fit the bill but also check out http://flowplayer.org/tools/overlay/index.html if you need some fancier effects.

Resources