hasError

Checks whether the row at the given index has a validation error.

Usage

ds.hasError(0);

API

hasError(index: number): boolean;

Last updated

Was this helpful?