Appearance - Appearance

Appearance

Customers
Drag a column header here to group by that column
#
Contact Name
Company Name
City
Region
Country
 
Maria AndersAlfreds FutterkisteBerlin Germany
Ana TrujilloAna Trujillo Emparedados y heladosMéxico D.F. Mexico
Antonio MorenoAntonio Moreno TaqueríaMéxico D.F. Mexico
Thomas HardyAround the HornLondon UK
Christina BerglundBerglunds snabbköpLuleå Sweden
Hanna MoosBlauer See DelikatessenMannheim Germany
Frédérique CiteauxBlondel père et filsStrasbourg France
Martín SommerBólido Comidas preparadasMadrid Spain
Laurence LebihanBon app'Marseille France
Elizabeth LincolnBottom-Dollar MarketsTsawassenBCCanada
 Count=91    
Page 1 of 10 (91 items)
Prev
[1]
2
3
4
5
6
7
8
9
10
Next
Select Appearance:
Glass (Demo)
Default
Red Wine (new)
Soft Orange (new)
Black Glass (new)
Youthful
Plastic Blue
Office2003 Blue
Office2003 Olive
Office2003 Silver
Description
C#
VB
ASPX

This demo shows how to customize the ASPxGridView control appearance. Select an item from the rightmost list to alter the control's look and feel.

The ASPxGridView control provides multiple style properties, so that you can customize the appearance of individual elements and manage the grid's overall appearance. You can access these properties via the ASPxGridView.Styles property.

In this demo, when an individual item within the Select Appearance menu is clicked, the page loads a user control that corresponds to the selected menu item's value. User controls are represented by specific .ascx files, and are contained in the demo's Appearance folder. The number of user controls corresponds to the number of available appearance types within the Appearance menu. Each user control contains a modified ASPxGridView control.