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

Navigate to a New page and back

4 Answers 275 Views
Application
This is a migrated thread and some comments may be shown as answers.
Chandu
Top achievements
Rank 1
Chandu asked on 15 Mar 2012, 08:09 PM
This is my scenario.

I have two pages:
1) Index.html
2) Update.aspx

I have an app (index.html) that will collect information from the user and store it in LocalStorage.
When the User Click on a button "Update", I want to be able to go to Update.aspx page and consume the data in the Local storage. I want to return to the index.html#Success tab.

I am not able to find example of how to go to the Update.aspx page from the index.html page.  Any help would be great.

Thanks,
C

4 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 16 Mar 2012, 06:47 AM
Hi,

You can check the mobile Button demo for a simple navigation example. You can also check the mobile Application Documentation for sample code and explanations regarding remote Views

Kind regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Chandu
Top achievements
Rank 1
answered on 19 Mar 2012, 05:53 PM
I am able to create a remote view and see the static text created. But when I have anything in the CodeBehind to handle some logic, I am not able to view it.  


Also, I have downloaded the Sushi demo which has something similar: "About" button, when I click on the About it is supposed to load the remote page, but the Loading dialogue is coming up and nothing is happening.. Also the Demo is not loading the data in Chrome works ok on the Safari browser, is this a known issue. 

 
Thanks,
Chandu
0
Petyo
Telerik team
answered on 20 Mar 2012, 08:25 AM
Hello,

The sushi demo will not work when loaded from filesystem in chrome, this is a known security restriction. This is probably the reason why the remote page does not work for you. 

I am not sure what do you mean by "CodeBehind" - but one thing to notice is that once loaded, remote pages are not "reloaded" - no additional ajax requests occur. The remote page loading is described in the documentation I referred to below.


Regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Divakar
Top achievements
Rank 1
answered on 01 Jun 2013, 10:35 AM
I want to load nested json object in grid How to mention schema in kendo grid?
Response:
{
    "array": [
        1,
        2,
        3
    ],
    "boolean": true,
    "null": null,
    "number": 123
    
}
Tags
Application
Asked by
Chandu
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Chandu
Top achievements
Rank 1
Divakar
Top achievements
Rank 1
Share this question
or