Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Joji on Sep 17, 2007 07:36
open dhtmlx forum
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.
Answer posted by Stanislav on Sep 18, 2007 15:49
There is no built in validators in dhtmlxGrid but you can use onCellChanged event to create any validation rules.