--- title: Tooltip in Grid description: Learn how to add Tooltips in Grid columns and explore an example that additionally shows how to load content on demand. page_title: Tooltip in Grid slug: tooltip-kb-in-grid position: tags: telerik, blazor, grid, tooltip res_type: kb --- ## Environment
Product |
Grid for Blazor, Tooltip for Blazor |
This example shows how to load content on demand for a tooltip that targets elements inside a Grid. Hover over an employee name.
Name: @EmployeeDetailsData.Name
Team: @EmployeeDetailsData.Team
Salary: $@EmployeeDetailsData.Salary
Hire date: @EmployeeDetailsData.HireDate.ToShortDateString()
Working on: @EmployeeDetailsData.ActiveProjects projects
Data loaded at: @DateTime.Now.ToString("HH:mm:ss")