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

Reloading a window content

1 Answer 65 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Paul
Top achievements
Rank 1
Paul asked on 29 Dec 2011, 09:03 AM
I am following the instruction at from the help file @ http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-window-client-api-and-events.html
var window = $('#Window').data('tWindow'); 
window.ajaxRequest("/MyApp/MyController/MyAction", { id: 42 });


I am expecting that I would see the the following HTTP GET

http://localhost/MyApp/MyController/MyAction/?id=42

But, instead, I am seeing this:

http://localhost/MyApp/MyController/MyAction/?_=1325110432969
What am I doing wrong?

1 Answer, 1 is accepted

Sort by
0
Maks
Top achievements
Rank 1
answered on 11 May 2012, 11:00 AM
I have no problem with ajaxRequest(). However, I also see "_=somenumber" at the end of my address line. Is it ok or am I doing something wrong?
Tags
Window
Asked by
Paul
Top achievements
Rank 1
Answers by
Maks
Top achievements
Rank 1
Share this question
or