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

Multiple kendoMobileListView in page with endless scroll

6 Answers 96 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Ofer
Top achievements
Rank 1
Ofer asked on 08 Jun 2014, 06:41 AM
hi,
I want to define in a mobile page 3 kendoMobileListView. 2 of them are regular list and the last one is endlessScroll listview.
the regular lists are shown but the endlessScroll listview is not shown
is it possible to define them in one page?

6 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 09 Jun 2014, 07:37 AM
Hello Ofer,

In order to include more than one ListView in the same view, you need to wrap each of them inside a Kendo UI Mobile Scroller component, and set explicit height of this scroller. Here is a link with the documentation about it:

http://docs.telerik.com/kendo-ui/api/mobile/scroller

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
Ofer
Top achievements
Rank 1
answered on 09 Jun 2014, 10:57 AM
Hi Kiril,
Thank you for your answer but i need something diffrent. 
My lists are one after another and i want that it will look like one list in the ui.
in the examples of the scroller i need to define height and the scroller is for each list - inner scroller
i need only one scroller for the whole 3
one of the list is endless scroll list 
is it possible?
0
Kiril Nikolov
Telerik team
answered on 09 Jun 2014, 11:03 AM
Hi Ofer,

Such functionality is not supported. Each ListView should have its own scroller and you can not use same scroller for the three ListViews at the same time.

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
Ofer
Top achievements
Rank 1
answered on 10 Jun 2014, 06:42 AM
Thank you Kiril,
I have another Question
Is it possible to have 3 scroller for each list but in the ui it will look like we have only one Continuous list
Thanks
0
Accepted
Kiril Nikolov
Telerik team
answered on 10 Jun 2014, 10:17 AM
Hi Ofer,

This is not supported as well. You can only have 1 ListView with 1 Scroller attached to it. In general having multiple scrollers for the same ListView is an approach that cannot be found in any of the native components as well.

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
Ofer
Top achievements
Rank 1
answered on 10 Jun 2014, 02:26 PM
Ok Thanks
Tags
ListView (Mobile)
Asked by
Ofer
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Ofer
Top achievements
Rank 1
Share this question
or