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

Data Transfer between views

3 Answers 120 Views
View
This is a migrated thread and some comments may be shown as answers.
velu
Top achievements
Rank 1
velu asked on 03 Jun 2016, 06:43 AM

Hi,

Is there any proper way or functionality to transfer data between views. I think currently we can send only using sample.html?<param>=<value> method or need to store in some global variable. If need to send array of data then "?" method will not work. Any other solutions.

 

Thanks,

Velu

3 Answers, 1 is accepted

Sort by
0
Alex Hajigeorgieva
Telerik team
answered on 07 Jun 2016, 07:26 AM

Hello Velu,

To acccess data from another view, you may use the approach outlined in this How To article:

http://docs.telerik.com/kendo-ui/controls/hybrid/how-to/select-value-from-another-view#select-value-from-another-view

Kind Regards,
Alex
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
velu
Top achievements
Rank 1
answered on 18 Jul 2016, 10:08 AM

Thanks Alex. 

What ever you posted is related to views in single HTML file. My concern is to transfer data between views lying in different HTML files.

 

 

0
Petyo
Telerik team
answered on 20 Jul 2016, 06:47 AM
Hello,

the remote views are loaded via Ajax and their contents are appended in the main document, so the approach is essentially the same. 

Regards,
Petyo
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
View
Asked by
velu
Top achievements
Rank 1
Answers by
Alex Hajigeorgieva
Telerik team
velu
Top achievements
Rank 1
Petyo
Telerik team
Share this question
or