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?
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
0
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
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?
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
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
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
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
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
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