Add prop to KendoGrid for specifying a row tooltip
Closed this issue · 0 comments
newyankeecodeshop commented
Add a new (optional) prop to KendoGrid:
rowTooltip
Takes a kendo template string or function which will be passed the dataItem() for the row to provide the content for the tooltip. Implemented using kendoTooltip
widget. It's functions like rowTemplate
except it is a template for the tooltip content.