Hi,
I'm testing the jQuey MVC components. Currently, I'm testing the Mobile ListView (is there a topic on that ?) and the multi-level feature. After we select an element to go to a child element, if we refresh the page (F5) and after that we go back with the browser :
On Chrome, I loose the page.
On Firefox, That go to the main list (probably OK).
If I've a navigateUrl (Url.action string) on a child element and I go to the new page (with a DataChart). If we refresh (F5 / by browser) the routed page, when I go back with the browser, the page (child element list) cannot load correctly.
Thanks in advance.
Thanks, I'll try that.
Hi CubeRaptor,
There is documentation on the list view. Here is the overview- http://help.infragistics.com/Help/NetAdvantage/jQuery/2012.1/CLR4.0/HTML/igListView_Overview.html
As to the refreshing, that is because of jQuery Mobile. The sub page is a dynamic page created by the list, but only on demand (not at the load like the jQuery Mobile list). So the page doesn't exist to go to. This is a small feature being added in 12.2. If you'd like to add the code to the list view java script and try it out (it's currently in development), it may resolve the issue (but only with local data, no remote).
regards,David Young