Hi there,
I just recently updated to the Q1 2014 update, and I am having a problem with navigation.
All of my views are setup on different HTML pages and I usually just navigate to that HTML page and it picks up the view from that page and uses it as the current view. This all used to work fine.
But now when I navigate to an HTML page with a view on it, it picks it up as the current view for display, but I am unable to interact with the page (click buttons or anything else on the page..).
Also, when I hit the back button, it no longer takes me back to the previous view (even though the URL hash changes). However, this does allow me to start clicking buttons again on the current view, but it doesn't take long for things to get messed up and the views to start breaking once again.
Is there a correct way to handle navigation when views are on multiple pages like this?
Any help on this issue would be greatly appreciated, as it is holding me back from updating at all.
Thanks,
Mitchell.
I just recently updated to the Q1 2014 update, and I am having a problem with navigation.
All of my views are setup on different HTML pages and I usually just navigate to that HTML page and it picks up the view from that page and uses it as the current view. This all used to work fine.
But now when I navigate to an HTML page with a view on it, it picks it up as the current view for display, but I am unable to interact with the page (click buttons or anything else on the page..).
Also, when I hit the back button, it no longer takes me back to the previous view (even though the URL hash changes). However, this does allow me to start clicking buttons again on the current view, but it doesn't take long for things to get messed up and the views to start breaking once again.
Is there a correct way to handle navigation when views are on multiple pages like this?
Any help on this issue would be greatly appreciated, as it is holding me back from updating at all.
Thanks,
Mitchell.
7 Answers, 1 is accepted
0
Hi Mitchell,
Could you please provide us with a runnable sample where we can reproduce the issue you are experiencing? This will really help us investigate and narrow down the issue you are having.
Thank you in advance for your cooperation.
Regards,
Kiril Nikolov
Telerik
Could you please provide us with a runnable sample where we can reproduce the issue you are experiencing? This will really help us investigate and narrow down the issue you are having.
Thank you in advance for your cooperation.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
0
Hello Mitchell,
After the last release a slight change in the Kendo UI router has been introduced, and now your path should not start with a "/", so basically you will need to change the paths in your project and remove the initial "/". Please try this and let me know if it helps.
Regards,
Kiril Nikolov
Telerik
After the last release a slight change in the Kendo UI router has been introduced, and now your path should not start with a "/", so basically you will need to change the paths in your project and remove the initial "/". Please try this and let me know if it helps.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Mitchell
Top achievements
Rank 2
answered on 08 May 2014, 08:36 PM
Hi Kiril,
Thanks for that, that's good to know.
However, this did not fix my problem.
I still having the same issues. After navigating to a page for the first time, all interaction with the next page does not work.
Could it be something to do with my use of require.js?
Thanks,
Mitchell.
Thanks for that, that's good to know.
However, this did not fix my problem.
I still having the same issues. After navigating to a page for the first time, all interaction with the next page does not work.
Could it be something to do with my use of require.js?
Thanks,
Mitchell.
0
Accepted
Hi Mitchell,
I forgot to mention that you also need to update the CSS files to the latest release, as you are currently using an old CSS that is not compatible with the JS version of the project.
Regards,
Kiril Nikolov
Telerik
I forgot to mention that you also need to update the CSS files to the latest release, as you are currently using an old CSS that is not compatible with the JS version of the project.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Mitchell
Top achievements
Rank 2
answered on 11 May 2014, 08:55 PM
Hi Kiril,
Thanks very much for that!
I completely forgot about the CSS.
Thanks,
Mitchell.
Thanks very much for that!
I completely forgot about the CSS.
Thanks,
Mitchell.
0
Hello Mitchell,
I am happy to hear that your project is up and running.
In case you have any other questions, please do not hesitate.
Regards,
Kiril Nikolov
Telerik
I am happy to hear that your project is up and running.
In case you have any other questions, please do not hesitate.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!