This is a migrated thread and some comments may be shown as answers.

Using a RadComboBox with KendoUIMobile

3 Answers 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Matthew Tan
Top achievements
Rank 1
Matthew Tan asked on 15 Aug 2013, 08:02 AM
As per the title, is this posisble? Can the Telerik RadComboBox be successfully used with KendoUIMobile

I tested this and the Mobile Views do not appear on the page

Thanks

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 15 Aug 2013, 12:40 PM
Hello Matthew,

Such implementation is not tested, but you can try to use the Kendo UI Combobox inside your mobile application. However you need to bear in mind these widgets are not suitable for a touch interface. 

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Matthew Tan
Top achievements
Rank 1
answered on 16 Aug 2013, 09:34 AM
Hi

Is there an alternate easy way to accomplish this? for example with JqueryMobile we can create a filtered list by setting "data-filter="true"" to the a STATIC list (not reading from remote datasource).

Is there an equivalent for this with KendoUI mobile?

Ps: Also, I noticed the listView filtering icon is always spinning when the "pageSize: 50" value is changed to something smaller. Also the page size value setting is incorrect. It pages to half the value. if you set to 10, it shows 5 records
0
Alexander Valchev
Telerik team
answered on 20 Aug 2013, 07:39 AM
Hi Matthew,

Up to your questions:
  1. It is possible to use the build in filter functionality of the Mobile ListView with static local DataSource. Filterable feature will not work only if the ListView is build from a HTML markup.

  2. The behaviour which you described is by default. It is caused by the virtual mode of the ListView. You will find more information in the following topic:
    http://docs.kendoui.com/getting-started/mobile/listview#press-to-load-more-/-endless-scrolling

Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Matthew Tan
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Matthew Tan
Top achievements
Rank 1
Alexander Valchev
Telerik team
Share this question
or