is there a way to do this also with Telerik Kendo Mobile:
http://www.raymondcamden.com/index.cfm/2012/3/27/Example-of-Autocomplete-in-jQuery-Mobile
Use the listview with the filtering feature: http://demos.telerik.com/kendo-ui/mobile/listview/filtering.html
There is an AutoComplete control that is not in the mobile specific controls.
http://demos.kendoui.com/web/autocomplete/index.html
If you are interested in using it I would jsut suggest testing and making sure that is performant on the mobile systems. The demo works perfectly on my Galaxy S3.
Related
We have a application having the object "SPR32X60_SpreadSheet". The object content are not available in inspect.exe.
How can i get and take action on the content of SPR32X60_SpreadSheet grids using UIAutomation/IAccessibility/Win32API.
Any help will be appreciated.
Thanks
Preeti
Not all UI elements support UI Automation. For example, custom SuperGrid doesn't support UI Automation.
Generally, most Win32 controls support UI Automation. Refer to Supporting UI Automation Control Types for more detailed information.
To interact with an UI control that not support UI Automation, simulating mouse/keyboard input is a possible workaround. Refer to SendInput.
I understand that Kendo UI mobile (15 controls) are included as part of Kendo UI core package, but I need to understand the difference. Can I use the kendo UI controls (non-mobile) to develop a SPA hybrid mobile app or I am only limited to the 15 mobile controls? So far my understanding is that I can use all of the 40+ but the mobile controls provides better data binding support and native rendering... Please correct me if I am wrong.
The mobile controls are built specifically for hybrid mobile applications. That means that not only are they controls that you typically find on smaller screens (navbars, listviews, tabstrips, drawers), but there is an accompanying application object which "glues" together the application and provides view transitions. Here is a simple example....
http://dojo.telerik.com/AvEF
The mobile framework also does a TON of heavy lifting in terms of taking care of meta tags, overflow scrolling, fast-click and touch support (no 300ms delay).
The SPA framework is abstracted from what the mobile application object uses. So while you could use the SPA framework and web widgets to build your hybrid app, Kendo UI Mobile was designed for exactly this, so you would be much better off with Kendo UI Mobile.
Also - if you're doing hybrid, you may want to checkout AppBuilder which provides Kendo UI Mobile as the default UI library.
I am new to phonegap.
I am implementing html with cordova.
But the problem is the screens are not adjestred properly for android and iPhone.
If any one know ,Please help me
I think you have to use a framework like jQueryMobile or Bootstrap to handle all screen sizes
One solution is using viewport meta tag. For more detail, your refer to the below links:
https://developer.mozilla.org/en/docs/Mozilla/Mobile/Viewport_meta_tag#Common_Viewport_Sizes_for_Mobile_and_Tablet_devices
http://www.javascriptkit.com/dhtmltutors/cssmediaqueries3.shtml
Other solution, you can use Javascript library such as monaca.viewport.js (https://github.com/monaca/monaca.js, http://docs.monaca.mobi/en/reference/javascript/monaca_viewport/).
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.
I've just started using the JQGRID componant which is excellent.
My problem is with the pager which is awful and looks like something out of a 1990's windows desktop app.
Does anyone know of how to implement a pager that mimics the style of Google?
Thanks.