Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Ajax ActionLink

Product Name 
Quantity Per Unit 
Unit Price 
Category 
Chai10 boxes x 20 bags$18.00Beverages
Chang24 - 12 oz bottles$19.00Beverages
Aniseed Syrup12 - 550 ml bottles$10.00Condiments
Chef Anton's Cajun Seasoning48 - 6 oz jars$22.00Condiments
Chef Anton's Gumbo Mix36 boxes$21.35Condiments
Grandma's Boysenberry Spread12 - 8 oz jars$25.00Condiments
Uncle Bob's Organic Dried Pears12 - 1 lb pkgs.$30.00Produce
Northwoods Cranberry Sauce12 - 12 oz jars$40.00Condiments
Mishi Kobe Niku18 - 500 g pkgs.$97.00Meat/Poultry
Ikura12 - 200 ml jars$31.00Seafood
Page 1 of 8 (77 items)Prev12345678Next


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.

Collapse/Expand
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).
Open CS Solution
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxMultiUseExtensionsDemos