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

IndexedListView plugin not working on Icenium

3 Answers 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andres
Top achievements
Rank 1
Andres asked on 18 Sep 2013, 09:46 PM
Hi,
i just tested on local this example:
https://github.com/kendo-labs/kendo-plugins/tree/master/Mobile/IndexedListView

it works like charm. But i tried on icenium and it is not working:"Uncaught TypeError: Object [object Object] has no method '_scroller' "

here is an example of this for Icenium.

https://github.com/andrescolodrero/iceniumIndexedLIstView

some idea?

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 19 Sep 2013, 06:48 AM
Hello Andres,

The IndexedListView is outdated and is pending update from the Kendo UI team. The error that is reported is due to non existing private method. To make it work change _scroller to new public method scroller. If you encounter any more problems with the IndexedListView, please report this in the Kendo UI forums or stackoverflow.

Regards,
Steve
Telerik

Big news for mobile app and .NET developers! Hear about it at our Release Keynote. Thursday, September 26th, 11AM EDT
Do you enjoy Icenium? Vote for it in Windows IT Pro Community Choice Awards as Best Cloud Computing Product or Service (Category 5).
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Andres
Top achievements
Rank 1
answered on 19 Sep 2013, 09:13 AM
Thanks Steve,
i change to
if (this.scroller())..

and the listview works but i cant have the scroller working. I will just send this problem to another forum.
0
Andres
Top achievements
Rank 1
answered on 20 Sep 2013, 12:51 PM
Hi Again,
i just posted in other place.. hope i got some answer.

Just mention that the plugin "almost works" on Kendo UI Mobile v2013.1.319  and i was using a newest one.
However, the scroller does not work.
Tags
General Discussions
Asked by
Andres
Top achievements
Rank 1
Answers by
Steve
Telerik team
Andres
Top achievements
Rank 1
Share this question
or