Hi
I'm using a RadGrid with a Popup Edit Form.
The RadGrid is using AJAX.
When I click the cancel button in the Popup Edit From, the RadGrid does a AJAX refresh that takes about a second to complete.
The problem is that the Popup Edit Form does not close until the AJAX update, of the RadGrid, is complete.
I want the Popup windows close directly when I click the cancel button or the X (in the upper right corner of the popup) and then the RadGrid can refresh (only on insert or update).
Is this possible?
Why does the Radgrid tries to update itself when I click cancel (there no need for a refresh) ?
Regards
Per
I'm using a RadGrid with a Popup Edit Form.
The RadGrid is using AJAX.
When I click the cancel button in the Popup Edit From, the RadGrid does a AJAX refresh that takes about a second to complete.
The problem is that the Popup Edit Form does not close until the AJAX update, of the RadGrid, is complete.
I want the Popup windows close directly when I click the cancel button or the X (in the upper right corner of the popup) and then the RadGrid can refresh (only on insert or update).
Is this possible?
Why does the Radgrid tries to update itself when I click cancel (there no need for a refresh) ?
Regards
Per