Column Templates

 
First Name Last Name Title Birth Date Hire Date Details
NancyDavolioSales Representative12/8/19885/1/2023
AndrewFullerVice President, Sales2/19/19758/14/2010
JanetLeverlingSales Representative8/30/19954/1/2020
MargaretPeacockSales Representative9/19/19835/3/2011
StevenBuchananSales Manager3/4/197010/17/2011
MichaelSuyamaSales Representative7/2/199110/17/2017
RobertKingSales Representative5/29/19701/2/2012
LauraCallahanInside Sales Coordinator1/9/19953/5/2022
AnneDodsworthSales Representative1/27/199011/15/2022
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.