Hi
It seems like ValidationSettings.ValidationGroup does not take affect at client side.
To reproduce error please add the following lines in demo Examples\DataEditing\Validation\DefaultCS.aspx just after RadGrid:
<asp:TextBox ID="tbValidation" runat="server"/>
<asp:RequiredFieldValidator runat="server" ID="rfvValidation"
ControlToValidate="tbValidation" ErrorMessage="Field is required!">
</asp:RequiredFieldValidator>
then run example, set validation drop down to "FormValidationGroup" ant try to add new record (rfvValidation will not allow).
Looks like RadGrid performs validation only at server side.
It seems like ValidationSettings.ValidationGroup does not take affect at client side.
To reproduce error please add the following lines in demo Examples\DataEditing\Validation\DefaultCS.aspx just after RadGrid:
<asp:TextBox ID="tbValidation" runat="server"/>
<asp:RequiredFieldValidator runat="server" ID="rfvValidation"
ControlToValidate="tbValidation" ErrorMessage="Field is required!">
</asp:RequiredFieldValidator>
then run example, set validation drop down to "FormValidationGroup" ant try to add new record (rfvValidation will not allow).
Looks like RadGrid performs validation only at server side.