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; }
I am not sure whether we will squeeze this in the next release, however, we will definitely increase the priority of the item.
Will this be fixed in the next release ?