ErrorProvider
The Wisej.NET ErrorProvider indicates control errors to users. When an error is specified, an icon appears beside the control, flashing according to the BlinkStyle and BlinkRate settings. Hovering over the icon reveals a tooltip with the error description.
For data-bound controls, the ErrorProvider requires a specified ContainerControl, set either through the constructor or the ContainerControl property.
info
For a full list of properties, methods and events see the API documentation.
Features
Validation
The ErrorProvider displays alert messages when detecting invalid input.
Advanced
JavaScript Widget
| Item | Description |
|---|---|
| Class name | "wisej.web.extender.ErrorProvider" |
| Source code | https://github.com/iceteagroup/wisej-js |