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

Listview remote navigation problem

2 Answers 62 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Roger
Top achievements
Rank 1
Roger asked on 14 Mar 2012, 01:36 PM
Hi,
I have a listview set up to display the data as below:
template: "<a href='details.htm?id=${data.id}'>${data.subject}</a>",

but all I get is the actioning page with #details.htm?id=5 tacked on the end.

It seems to think that i am calling a local view when I want to call a remote one...how can I get this to work.

2 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 14 Mar 2012, 02:34 PM
Hi,

You can use data-rel="external" attribute to specify that the links are meant to navigate outside the mobile application. 


Kind regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Roger
Top achievements
Rank 1
answered on 15 Mar 2012, 02:03 AM
Hi Petyo,

thanks for that...works fine

Regards
Roger
Tags
ListView (Mobile)
Asked by
Roger
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Roger
Top achievements
Rank 1
Share this question
or