Completed
Last Updated: 11 Jan 2017 07:09 by ADMIN
ADMIN
Danail Vasilev
Created on: 23 Jan 2014 15:59
Category: Button
Type: Bug Report
3
FIX ValidationSummary's MessageBox is shown two times if RadButton is clicked with Enter key and validation fails
Code that reproduces the issue:

        <asp:TextBox ID="Textbox1" runat="server" ValidationGroup="vg1" />
        <telerik:RadButton ID="RadButton1" runat="server" ValidationGroup="vg1" Text="click" />
        <asp:RequiredFieldValidator ID="Requiredfieldvalidator1" ErrorMessage="text box is empty" ControlToValidate="Textbox1" ValidationGroup="vg1" runat="server" />
        <asp:ValidationSummary ID="Validationsummary1" runat="server" ValidationGroup="vg1" ShowMessageBox="true" />
3 comments
ADMIN
Danail Vasilev
Posted on: 11 Jan 2017 07:09
Hi Guys,
This issue has already been resolved in Q2 2014 but the status hasn't been updated. I have update the status of the public feedback now.
Mike
Posted on: 09 Jan 2017 19:51
Can we get an update on this bug?  Thanks!
Beth
Posted on: 06 May 2014 23:59
Any estimate on when this bug will be fixed?