DevExpress MVC extensions fully support Ajax Forms.
This demo shows how to process a form asynchronously with results without a page reload. The partial view that contains DevExpress MVC Editors is reloaded only.
When end user clicks the "Process" button, the form is sent to a server via an ajax callback without page reloading.
In this demo, the Ajax Form is created using the Ajax.BeginForm() helper method.
You can find more information about Ajax Forms at MSDN Reference: AjaxExtensions.BeginForm Method.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxDataEditorsDemos |