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

How to prevent the URL to append with the current URL in kendo mobile UI application with asp.net MVC

0 Answers 117 Views
Application
This is a migrated thread and some comments may be shown as answers.
Kritika
Top achievements
Rank 1
Kritika asked on 01 Jun 2012, 08:40 AM
Hi There,


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:
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 .. 

No answers yet. Maybe you can help?

Tags
Application
Asked by
Kritika
Top achievements
Rank 1
Share this question
or