Hi,
I'v added a new RequiredFieldValidator and assigned a WebHtmlEditor as the control to validate. It works fine when validating, and the problem we have is that once the validation message is shown, it does not disapear when the editor is filled and loses focus.
Any suggestion?
Thanks
Hello alejandroha ,
I'm just following up to whether you still need assistance with this.
If so don't hesitate to contact me.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Hi Maya,
I'm using the same version you mention. I've made a little change to the files you attached to make easier to explain the scenario I'm facing. Here is what I'm doing:
1. Leave the fields empty.
2. Click on the button so the validator message appears.
3. Start writing some text in the html editor.
4. Move to the other field.
After step 4, I would expect the validation message to disappear.
I've solved this adding some javascript, but I was expecting a way to get the same behavior that for other controls.