Validation Errors detecting

Tags: #<Tag:0x00007f8b259cb708> #<Tag:0x00007f8b259cae70>

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

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.