Gets the ValidationGroup value of of the containing BaseSmartDBControl. If the template has validator control bind their ValidationGroup property to this value. For example:
<asp:RequiredFieldValidator
ValidationGroup='<%# Eval("ValidationGroup") %>'>
</asp:RequiredFieldValidator>
DataBindItem Class | Adillis.SmartDBForms Namespace