Hi,
Does the latest NetAdvantage controls for ASP.NET in version 12 have the CausesValidation and ValidationGroup properties like standard ASP.NET controls?
Thanks,
Trent
Hello Trent,
Thank you for your feedback. If you have any further questions, please feel free to contact me.
Sincerely,
Tsanna
Hi Tsanna,
I don't have any issue. It was just a question. We need causesvalidation and validationgroup so if the control doesn't have it, we can't really use.
I'm still following your case. Have you been able to resolve the issue? If you have any further questions, please feel free to contact me.
Thank you for posting in Infragistics forum!
The WebDropDown control doesn't have CausesValidation and ValidationGroup properties, however it can be validated for instance by setting a RequiredFieldValidator which will keep track whether or not is selected item from the list. Attached is a small sample with similar scenario for instance. If you have any further questions, please feel free to contact me.
I see that the webeditors have them, but how about drop down and checkbox controls.