ASPxClientEdit.ValidateEditorsInContainer(container) Method
Validates all editors in a specified visibility state, which are located within a specified container and belong to a specific validation group.
#Declaration
static ValidateEditorsInContainer(
container: any,
validationGroup?: string,
validateInvisibleEditors?: boolean
): boolean
#Parameters
Name | Type | Description |
---|---|---|
container | any | An HTML element that contains editors. |
validation |
string | The validation group’s name. |
validate |
boolean |
|
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Call this method to programmatically validate editors in the specified container on the client side.
Important
Use the Perform
Note
If the container parameter is set to null, the method validates all/visible (under the validate
If the validation
If both the container and validation