MVCxClientUtils Methods
An object containing a service static function that can be useful when performing client-side processing.Name | Description |
---|---|
FinalizeCallback static | Loads resources required by DevExpress MVC extensions. |
GetSerializedEditorValuesInContainer(containerOrId) static | Returns values of editors placed in the specified container. |
PerformValidationInContainer(container) static | Performs unobtrusive validation for editors in the specified container. |
PerformValidationInContainerById(containerId) static | Performs unobtrusive validation for editors in the specified container. |
See Also