Search Results: tempinho covarde status

dxValidator Validation Result

Reference
A validation result.

with other broken async rules. See Also pendingRules complete A promise that is fulfilled when all async rules are validated. This promise exists only when the status is "pending". Check the status before you attach callback functions to that promise. In the following example, a button validates an editor with an async rule. The status is checked in the onClick event handler: jQuery index.js

dxValidationGroup Validation Result

Reference
A group validation result.

A promise that is fulfilled when all async rules are validated. This promise exists only when the status is "pending". Check the status before you attach callback functions to that promise. In the following example, a button validates a group of editors with async rules. The status is checked in the onClick event handler: jQuery index.js $(function() { const validationGroupName

dxProgressBar Configuration

Reference
An object defining configuration properties for the ProgressBar UI component.

component displays a progress status. statusFormat Specifies a format for the progress status. A function passed to this property should take on a numeric value and return a formatted value...; ); }; export default App; See Also reset isValid Specifies or indicates whether the editor's value is valid. NOTE When you use async rules, isValid is true if the status is "pending" or "valid". See Also

DataSource Events

Reference
This section describes events that the DataSource raises.

changed Raised after data is loaded. Main article: onChanged loadError Raised when data loading fails. Main article: onLoadError loadingChanged Raised when the data loading status is changed. Main article: onLoadingChanged

PivotGridDataSource Events

Reference
This section describes events that the PivotGridDataSource raises.

changed Raised after data is successfully loaded. Main article: onChanged fieldsPrepared Raised when all fields are loaded from the store and they are ready to be displayed in the PivotGrid. Main article: onFieldsPrepared loadError Raised when data loading fails. Main article: onLoadError loadingChanged Raised when the data loading status changes. Main article: onLoadingChanged