ASPxClientEdit.ClearEditorsInContainerById(containerId) Method
Assigns a null value to all editors which are located within the specified container object, and belonging to a specific validation group, dependent on the visibility state specified.
#Declaration
static ClearEditorsInContainerById(
containerId: string,
validationGroup?: string,
clearInvisibleEditors?: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
container |
string | A string value specifying the editor container’s identifier. |
validation |
string | A string value specifying the validatiion group’s name. |
clear |
boolean |
|
#Remarks
This method can be used to reset the specified editors to null values while performing validation.
Note
If the container
If the validation
If both the container