How do i detect the validation errors if any one of the cells are invalid.
I have diffrent celltypes incorporated in my Grid.
Ex: text,date,dropdown
Validation Errors detecting
Hi @webgunti
To have the validators working properly you will need to set the type of the data that you have in the column. Here’s an example: https://jsfiddle.net/aszymanski/ezb3v02g/
If you type wrong data type into the cells, the validator will highlight those vallues.