We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

TextChanged is not fired when deleting text

I'm catching TextChanged event in an edit control. It seems to be fired when adding text but not when text is deleted.

Is it  the normal behavior? Is it a bug?

I'm using version 12.1.0.43.



3 Replies

SK Senthil Kumaran Rajan Syncfusion Team October 17, 2014 04:51 AM UTC

Hi Blanca,

Thank you for using Syncfusion Product,

We would like to let you know that your requirement can be achieved by using LineChanged event in Edit Control. We have prepared a sample for your reference and it is attached below.

Code Snippet[C#]:
this.editControl1.LineChanged += new TextChangedEventHandler(editControl1_LineChanged);

Please let us know if you need any further assistance,


Regards,
R.Senthil kumaran


Attachment: EditControlEvent_97bf782f.zip


BC Blanca Calderon October 17, 2014 08:21 AM UTC

Thank you,

I've tested it in my project and it works now



SK Senthil Kumaran Rajan Syncfusion Team October 24, 2014 09:41 AM UTC

Hi Blanca,

 

Thank you for your response,

 

Please let us know if you need further assistance,

 

Regards,

R.Senthil kumaran


Loader.
Live Chat Icon For mobile
Up arrow icon