Hi,
we are using SF Grid control on a page and for a particular column added the validation to enforce a minimum value as 10. If we do not specify the Min Value validation the form's required validation works good. But if we specify the min value validation, then there is a JS error being thrown. I have enclosed the screenshot and the aspx file with and without validation rule in place. Kindly help us resolve the issue.
<ej:Column Field="Taxamount" HeaderText="Taxamount" AllowEditing="True" EditType="Numeric" Format="{0:C}">
<NumericEditOptions DecimalPlaces="2"></NumericEditOptions>
<ValidationRule>
<ej:KeyValue Key="required" Value="true"/>
<ej:KeyValue Key="min" Value="10"/>
</ValidationRule>
</ej:Column>
Attachment:
SF_GridMinValidationIssue_14062017_92277abe.rar