DevExpress MVC extensions support the Ajax.ActionLink() helper method.
The Ajax.ActionLink() helper method returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.
In this demo, the Ajax.ActionLink() is used to render a link that allows end-users to load information about the GridView item's category.
You can learn more about the Ajax.ActionLink() helper from MSDN Reference: AjaxExtensions.ActionLink 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\MVCxMultiUseExtensionsDemos |