Each cell validation

I have imported a set of data from CSV file to Grid.I want to validate each columns cell values with respective data type(like number,email,string etc).I need to know if there has any way to validate the each cell values.I would like to appreciate you if I get fast response.

Thanks,

Joji.

There is no built in validators in dhtmlxGrid but you can use onCellChanged event to create any validation rules.