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

Identifying a request which was send by a radconfirm?

1 Answer 91 Views
Window
This is a migrated thread and some comments may be shown as answers.
Matthias
Top achievements
Rank 1
Matthias asked on 20 Dec 2017, 12:53 PM

Hi, 

We are using ASP.NET and Telerik Version 2017.2.711.45 and have the following problem: 

In some situations we are showing a radconfirm window using the following code: 

var RWM = GetRadWindowManager();
var wdw = RWM.radconfirm(msg, CallbackFn, "auto", PUHeight + "px", null, "", ""); 

In IE11 everything works as expected and no request is send to the server. Unfortunately, in Firefox and Chrome RWM.radconfirm sends a request to the server. In some pages we are doing several things only if not isPostBack is true (normally only if the page is processed for the first time). Because of the unexpected request of radconfirm we are running into trouble. 
Is there a way to avoid this request using radconfirm in Firefox and Chrome? If not: Is there a way to identify, that the request was send by radconfirm? 

 

Thanks,

Matthias

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 25 Dec 2017, 09:59 AM

Hello Matthias,

Removing the image causes the browser to invoke a GET request for the current URL, so you have four options:

 

Regards,

Marin Bratanov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Window
Asked by
Matthias
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or