Lets say I have two html files, on one of them I have one view and on the other I have two views. How do I make a link from the view in the first html file that goes to the second view in the second html file?
<a href="secondPage.html#view2"> does not work?
Thank you!
1 Answer, 1 is accepted
0
Petyo
Telerik team
answered on 07 Mar 2013, 04:24 PM
Hi Andreas,
I am afraid that navigation to secondary views in remote views is not currently supported - it would result in duplicate fragment parts in the url (e.g. http://foo.com/#secondPage.html#view2).
Greetings,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!