|
|
|
|
|
|
---|---|---|---|---|---|
Nancy | Davolio | Sales Representative | 12/8/1978 | 5/1/2005 | |
Andrew | Fuller | Vice President, Sales | 2/19/1965 | 8/14/1992 | |
Janet | Leverling | Sales Representative | 8/30/1985 | 4/1/2002 | |
Margaret | Peacock | Sales Representative | 9/19/1973 | 5/3/1993 | |
Steven | Buchanan | Sales Manager | 3/4/1955 | 10/17/1993 | |
Michael | Suyama | Sales Representative | 7/2/1981 | 10/17/1999 | |
Robert | King | Sales Representative | 5/29/1960 | 1/2/1994 | |
Laura | Callahan | Inside Sales Coordinator | 1/9/1985 | 3/5/2004 | |
Anne | Dodsworth | Sales Representative | 1/27/1980 | 11/15/2004 | |
Data grid with 9 rows and 6 columns
The Blazor Grid allows you to use templates to customize column content and appearance:
- DxGridDataColumn.CellDisplayTemplate — Specifies a cell template for an individual column.
- DxGrid.DataColumnCellDisplayTemplate — Specifies a cell template for all columns.
- DxGridDataColumn.HeaderCaptionTemplate — Specifies a header caption template for an individual column.
- DxGrid.ColumnHeaderCaptionTemplate — Specifies a header caption template for all columns.
The templates implement the context
parameter that allows you to access Grid data and the Grid, including its rich API.
This demo customizes the EmployeeId column appearance and content. The column shows More Info links. Users can click these links to view details about data rows in a pop-up window. A tooltip is displayed when users hover the mouse pointer over the column caption.