Completed
Last Updated: 13 May 2015 07:46 by Elena
ADMIN
Danail Vasilev
Created on: 29 Jul 2013 10:05
Category: Button
Type: Bug Report
0
FIX duplicate requests of RadButton with .NET3.5 under Internet Explorer and Visual Studio 2008
RadButton peforms a duplicate request (the second request aborts the first one) when the following conditions are met:

-The page is opened from Visual Studio 2008

- A RadButton exists on the page and the form is submitted when a text box is focused and enter key is hit.

-Default button is not set to the form.

-RadButton's UseSubmitBehavior is set to true

-.NET Framework 3.5 is used.

-The browser is Internet Explorer.

The workaround is to either set Default button for the form or set the UseSubmitBehavior property of the RadButton to false.
1 comment
Elena
Posted on: 13 May 2015 07:46
Not reproducible - 2015.1.401 version.