Skip to main content
A newer version of this page is available. .

MVCxClientUtils Methods

An object containing a service static function that can be useful when performing client-side processing.
Name Description
FinalizeCallback static Loads service resources (such as scripts, CSS files, etc.) required for DevExpress functionality to work properly after a non DevExpress callback has been processed on the server and returned back to the client.
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