Posted 28 March 2019, 8:05 pm EST
Hi,
I’ve replaced System.Windows.Forms.TextBox to C1.Win.C1Input.C1TextBox and then realized C1TextBox throws ValidatingEvent when i do like C1TextBox.Text = “aaa”.
its OK that PreValidation starts when i set texts but throwing ValidatingEvent after that is affects my other existing codes. (Over 5000 TextBox are in my program)
Any suggestion please.