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

Scrolling

v
v
Order ID 
Customer ID 
Employee ID 
Order Date 
Required Date 
Shipped Date 
Freight 
10248VINETBuchanan7/4/20188/1/20187/16/201832.3800
10249TOMSPSuyama7/5/20188/16/20187/10/201811.6100
10250HANARPeacock7/8/20188/5/20187/12/201865.8300
10251VICTELeverling7/8/20188/5/20187/15/201841.3400
10252SUPRDPeacock7/9/20188/6/20187/11/201851.3000
10253HANARLeverling7/10/20187/24/20187/16/201858.1700
10254CHOPSBuchanan7/11/20188/8/20187/23/201822.9800
10255RICSUDodsworth7/12/20188/9/20187/15/2018148.3300
10256WELLILeverling7/15/20188/12/20187/17/201813.9700
10257HILAAPeacock7/16/20188/13/20187/22/201881.9100
10258ERNSHDavolio7/17/20188/14/20187/23/2018140.5100
10259CENTCPeacock7/18/20188/15/20187/25/20183.2500
10260OTTIKPeacock7/19/20188/16/20187/29/201855.0900
10261QUEDEPeacock7/19/20188/16/20187/30/20183.0500
10262RATTCCallahan7/22/20188/19/20187/25/201848.2900
10263ERNSHDodsworth7/23/20188/20/20187/31/2018146.0600
10264FOLKOSuyama7/24/20188/21/20188/23/20183.6700
10265BLONPFuller7/25/20188/22/20188/12/201855.2800
10266WARTHLeverling7/26/20189/6/20187/31/201825.7300
10267FRANKPeacock7/29/20188/26/20188/6/2018208.5800
Page 1 of 42 (830 items)Prev1234567404142Next v

The DevExpress ASP.NET Grid View (ASPxGridView) allows you to display more information in a smaller grid using vertical and horizontal scroll bars.

By default, grid height is determined by the number of rows displayed within a page, which is controlled by the SettingsPager.PageSize property. To reduce the grid's height, display the vertical scrollbar using the Settings.VerticalScrollBarMode property, and specify the height of the scrollable area (in pixels) via the Settings.VerticalScrollableHeight property.

By default, grid width depends on the number of visible columns. If there are too many columns within the grid, you can enable horizontal scrolling via the Settings.HorizontalScrollBarMode property, and define the width of the scrollable area using the grid's Width property.

The VerticalScrollBarMode and HorizontalScrollBarMode properties have the following values.

  • Hidden – the scrollbar is hidden.
  • Visible – the scrollbar is visible.
  • Auto – the scrollbar is automatically shown when the size of the content within the control exceeds the size of the control itself.
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