example: Added below code for minlength and maxlength to edit cell fields. this is working fine in chrome but not working in Interner Explorer. Please can anyone provide solution
{field: 'company', displayName: 'Company', enableColumnMenu: false,editableCellTemplate:
"<div><form name=\"inputForm\"><input type=\"INPUT_TYPE\" ng-class=\"'colt' + col.uid\" ui-grid-editor ng-model=\"MODEL_COL_FIELD\" minlength=3 maxlength=10 required><div ng-show=\"!inputForm.$valid\"><span class=\"error\">Too short!</span></div></form></div>"},