Hi,
I want to implement the min and max length. I could able to do it for Maxlength
.ColumnSettings(cs => { cs.ColumnSetting().ColumnKey("RateIdentification1").TextEditorOptions(options => { options.MaxLength(10); });
Is there anything for MinLength?
Thanks
Indra
The browser won't allow you to input more than 8 characters. because browser accepted less than 4 character.