Search Results: wegh edit
- All Results 367
- Guides 135
- Reference 232
- Technical Demos
- Support Center
dxValidator Validation Rules
. View Demo See Also Data Validation CompareRule A validation rule that demands that a validated editor has a value that is equal to a specified expression. To specify... RequiredRule A validation rule that demands that a validated field has a value. Use this rule type to ensure the target editor value is specified. The rule will be broken in the following cases
dxValidator AsyncRule
message="" /> </Validator> </TextBox> ); } } export default App; Display the editor's name in the message jQuery
dxValidator CustomRule
message="" /> </Validator> </TextBox> ); } } export default App; Display the editor's name in the message jQuery index.js $(function... the rule should be always checked for the target value or only when the target value changes. If you set this property to false, the rule is checked only when you change an editor's value. If you enter
dxValidator EmailRule
message="" /> </Validator> </TextBox> ); } } export default App; Display the editor's name in the message jQuery index.js
dxValidator NumericRule
; </TextBox> ); } } export default App; Display the editor's name in the message jQuery index.js $(function() { $("#textBox").dxTextBox({ ... }) .dxValidator