I have created a mobile application using kendo Mobile UI’s trial version in asp.net MVC3.
Here I am facing a problem that whenever I click on any anchor tag/button then its url get appended with the current page’s url.
eg: http://www.testkendoui.com/CurrentPage_Controller/CurrentPage_Action#/www.testkendoui.com/NextPage_Controller/NextPage_Action
And this causes the next page not to work, and it works after refreshing the next page.
I have tried with :
1.) data-ajax=”false” on all anchor tags and forms.
2.) adding “http://” with the main URL
but that all does not working.
Any suggestion would be appreciated.. 🙂
Thanks in advance ..
on any links / buttons that you want to do a full postback you need to set the data-rel attribute to external.
IE: