Skip to main content

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.

ErrorProvider showing validation message

Advanced

JavaScript Widget

ItemDescription
Class name"wisej.web.extender.ErrorProvider"
Source codehttps://github.com/iceteagroup/wisej-js