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

KendoUI Mobile and Page PostBack

2 Answers 99 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
mvbaffa
Top achievements
Rank 1
mvbaffa asked on 23 Mar 2012, 03:14 PM
Hi,

I am starting a new application and I intend to use KendoUI Mobile. When I show an external View like this: 
    <a href="http://kendoui.com/" data-rel="external">Visit KendoUI</a>
    or something like that:
 <div data-role="view">Foo <a href="bar.html" data-role="button">Go to Bar</a></div>


Is there any Postback ??? I Suppose the view is loaded with Ajax without any PostBack, Am I correct ???

Thanks in advance

2 Answers, 1 is accepted

Sort by
0
Accepted
Petyo
Telerik team
answered on 23 Mar 2012, 04:05 PM
Hi,

I am not sure what you mean by PostBack; external navigation is working exactly like regular HTML links work. Remote view loading uses ajax, and issues GET requests. 

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
mvbaffa
Top achievements
Rank 1
answered on 23 Mar 2012, 05:10 PM
Hi,

By Postback I mean the whole page is substituted by a new one assembled in the server. Just like ASP.NET pages.

But if you issue a GET I suppose the new page is just added to the DOM whitout causing any postback.

Thanks
Tags
General Discussions
Asked by
mvbaffa
Top achievements
Rank 1
Answers by
Petyo
Telerik team
mvbaffa
Top achievements
Rank 1
Share this question
or