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

Live Data

Symbol 
Price 
Change 
Day Max 
Day Min 
Last Updated 
MSFT37.95 0.00% 37.9536.0620:47:42
INTC24.85 0.00% 25.8024.8520:47:42
CSCO22.99 0.00% 22.9922.6420:47:42
SIRI3.90 5.03% 3.903.6920:47:42
AAPL586.73 0.00% 586.73540.4220:47:42
HOKU0.00 0.00% 0.000.0020:47:42
ORCL38.11 0.00% 38.5237.8020:47:42
AMAT18.98 7.79% 18.9817.4720:47:42
YHOO40.80 0.00% 40.8038.8620:47:42
LVLT31.85 0.00% 34.2531.8520:47:42
DELL20.63 0.00% 26.6414.3820:47:42
GOOG1163.70 0.00% 1164.001151.3020:47:42
 
Note: The quote values are generated for the demonstration purpose only.

The DevExpress ASP.NET Grid View (ASPxGridView) can address a wide range of business use-case scenarios, and offers complete control over the data source displayed within it – be it a static collection or a web service providing live data.

In this demo, the ASPxGridView displays dynamic data that is refreshed every 2 seconds. The grid control is bound to an ObjectDataSource control that provides randomly generated stock quotes (Quote objects). Once every 2 seconds, the grid control is updated via its Refresh client method to visualize changes (the Change property of the Quote objects). To display an appropriate image indicator next to a percent change value, a template is used for the Change column (see the DataItemTemplate property in the demo's ASPX markup file). To access a Quote object displayed within a grid row, the grid control's GetRow function is called (see the GetIconImageUrl, GetIconImageVisibility, and GetPercentageText methods in the code-behind file).

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