Categories | Question details Back To List | ||
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. |