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.950.00%37.9536.0604:38:17
INTC24.850.00%25.8024.8504:38:17
CSCO22.990.00%22.9922.6404:38:17
SIRI3.70-0.24%3.753.6904:38:17
AAPL586.730.00%586.73540.4204:38:17
HOKU0.000.00%0.000.0004:38:17
ORCL36.52-4.18%38.5236.5204:38:17
AMAT18.756.45%18.7517.4704:38:17
YHOO40.800.00%40.8038.8604:38:17
LVLT30.11-5.46%34.2530.1104:38:17
DELL20.630.00%26.6414.3804:38:17
GOOG1163.700.00%1164.001151.3004:38:17
 
Note: The quote values are generated for the demonstration purpose only.


DevExpress ASP.NET MVC Grid View 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 model providing live data.

In this demo, the grid displays dynamic data that is refreshed every 2 seconds. The grid is bound to a model that provides randomly generated stock quotes (Quote objects). Once every 2 seconds, the grid is updated via its Refresh client method to visualize changes (the Change property of the Quote objects). The SetDataItemTemplateContent method is handled to display an appropriate image indicator next to a percent change value in the Change column.

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\MVCxGridViewDemos