JavaScript
{grid.object}clearErrors Method
Syntax
{grid.Object}.clearErrors(rows)
Arguments
- rows
The numbers of the rows you want to clear errors in.
Description
Clears errors in the specified rows. 'rows' is a Javascript array of row numbers.
See Also