I'm trying to assign a regular title="SOME TEXT GOES HERE" to each cell that's in the grid - in angular.
How can I accomplish this?
Thanks,
Lior
2 Answers, 1 is accepted
0
Alexander Popov
Telerik team
answered on 05 Mar 2015, 12:37 PM
Hi Lior,
This could be achieved by using a rowTemplate and assigning the title attribute to all cells. Alternatively, you could achieve similar results by using a column template and rendering a span element with a title attribute.
Regards,
Alexander Popov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!