Column Templates

 
First Name Last Name Title Birth Date Hire Date Details
NancyDavolioSales Representative12/8/19785/1/2005
AndrewFullerVice President, Sales2/19/19658/14/1992
JanetLeverlingSales Representative8/30/19854/1/2002
MargaretPeacockSales Representative9/19/19735/3/1993
StevenBuchananSales Manager3/4/195510/17/1993
MichaelSuyamaSales Representative7/2/198110/17/1999
RobertKingSales Representative5/29/19601/2/1994
LauraCallahanInside Sales Coordinator1/9/19853/5/2004
AnneDodsworthSales Representative1/27/198011/15/2004
Data grid with 9 rows and 6 columns
0 rows are selected

The Blazor Grid allows you to use templates to customize column content and appearance:

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.