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

MS Update Panel

v
v
Total for selected invoices: $0.00
Drag a column header here to group by that column
# 
Company Name 
City 
Region 
Order Date 
Total 
Océano Atlántico Ltda.Buenos Aires 1/9/2019$319.20
Rancho grandeBuenos Aires 2/17/2019$443.40
Cactus Comidas para llevarBuenos Aires 4/29/2019$225.50
Océano Atlántico Ltda.Buenos Aires 5/8/2019$110.00
Rancho grandeBuenos Aires 10/24/2019$706.00
Cactus Comidas para llevarBuenos Aires 12/17/2019$12.50
Cactus Comidas para llevarBuenos Aires 1/7/2020$477.00
Rancho grandeBuenos Aires 1/13/2020$932.00
Cactus Comidas para llevarBuenos Aires 2/11/2020$150.00
Océano Atlántico Ltda.Buenos Aires 2/20/2020$30.00
 Count=16   Sum=$8,119.10
Page 1 of 2 (16 items)Prev12Next

This demo illustrates the compatibility of the DevExpress ASP.NET Grid View (ASPxGridView) with the Microsoft Ajax UpdatePanel.

In this demo, the ASPxGridView resides within the MS Ajax UpdatePanel control along with other controls. The total for the invoices selected in the grid control is automatically updated in response to the control's selection changes, which are processed on the server side (the grid control's SettingsBehavior.ProcessSelectionChangedOnServer property is set to true).

Note: To allow the MS Ajax UpdatePanel to handle ASPxGridView server requests, the grid control's EnableCallBacks property is set to false. This is necessary to make the UpdatePanel's child controls update properly, and to correctly preserve view state information. To provide visual feedback on the UpdatePanel's update status, the demo uses the MS Ajax UpdateProgress control.

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