Search Results: tempinho covarde status

dxRadioGroup Configuration

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

; 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 validationErrors...;/RadioGroup> ); }; export default App; validationStatus Indicates or specifies the current validation status. The following table illustrates the validation status indicators

Enhance Performance on Large Datasets

Guides

({ // ... selectionFilter: ["Task_Status", "=", "Completed"] }); }); Angular HTMLTypeScript <dx-data-grid ... [selectionFilter]="['Task_Status', '=', 'Completed']"> </dx-data... ], // ... }) Vue App.vue <template> <DxDataGrid ... :selection-filter="['Task_Status', '=', 'Completed']"> </DxDataGrid> </template> <script> // ... </script>

dxTreeList editing

Reference
Configures editing.

as a function. In the following code, the Add button is added to rows whose status is not "Completed": jQuery JavaScript $(function(){ $("#treeListContainer").dxTreeList({ // ... editing: { allowAdding: function(e) { return e.row.data.Task_Status !== "Completed"; } } }) }) Angular TypeScriptHTML import { DxTreeListModule

dxCalendar Configuration

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

is true if the status is "pending" or "valid". See Also validationErrors max The latest date the UI component allows to select. View Demo See Also Specify the Value...;RequiredRule message="Required" /> </Validator> </Calendar> ); }; export default App; validationStatus Indicates or specifies the current validation status

dxColorBox Configuration

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

; ); }; 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... validation status. The following table illustrates the validation status indicators: validationStatus Indicator "pending" "valid