Tooltips - DataGrid Columns Header

If you are looking at how to do tooltips in a data cell ,I was.
I asked info@radzen.com Vladimir replied back

For data cells you can easily create a template with title attribute (tooltip)

<span title='${data.UserName}'>${data.Id}</span>

3 Likes