ASPxClientEdit.ClearGroup(validationGroup) Method
In This Article
Assigns a null value to all editors which belong to a specific validation group, dependent on the visibility state specified.
#Declaration
TypeScript
static ClearGroup(
validationGroup: string,
clearInvisibleEditors?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
validation |
string | A string value specifying the validation group’s name. |
clear |
boolean |
|
#Remarks
This method can be used to reset the specified editors to null values while performing client-side validation.
Note
If the validation
See Also