All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Hello, Mukesh,
This can be done using cell and headerCell render to add the title attribute to the cell.This is an example of how it can be done:https://stackblitz.com/edit/react-wzgtup?file=main.jsx
Regards, Stefan Progress Telerik
Hi Stefan --
For the GridColumn Title, is there a way to add a customized tooltip text? That is, different from the GridColumn Title itself.I saw the option to add this attribute to the GridColumn component: Tooltip="test"
But tooltip didn't show up on hover over the title.
Hello,
It can be, you have the column information inside that component. That allows setting different values based on the used column.
If there is a specific case that is not possible, please share an example and I will take a look at that specific setup.