mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Validate all cells in all rows of a grid? #1010

Open jwlrs opened 10 years ago

jwlrs commented 10 years ago

Given a SlickGrid, how can I trigger all cells in all rows to be validated?

The use case is one where the user must edit every cell and provide something other than the default, and we want to make sure they have done so and we want to show the default validation error behavior if they have not.

Currently it appears that validation only happens on the fields that are edited.