Completed
Last Updated: 15 Oct 2014 08:56 by ADMIN
ADMIN
Dimitar
Created on: 10 Jul 2014 12:53
Category: Editors
Type: Bug Report
1
FIX. RadTextBox - the Validating event is fired twice when the validation is canceled within the event.
To reproduce:
- Add a TextBox and a button to a blank form.
- Subscribe to the following Validating event handler:
void radTextBox1_Validating(object sender, CancelEventArgs e)
{
    Console.WriteLine("Validating");
    e.Cancel = true;
}


2 comments
ADMIN
Stefan
Posted on: 25 Sep 2014 13:08
I am not sure whether we will squeeze this in the next release, however, we will definitely increase the priority of the item.
M
Posted on: 22 Jul 2014 05:03
Will this be fixed in the next release ?