i am using binding to local data of Grid widgets. i need to add functionality for click event in table cell like open a pop-up window on clicking the cell. so I like to assign class or id to dynamically created table rows and columns. How to i do this?
Thanks - Khara
3 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 04 Nov 2011, 08:56 AM
Hello Khara,
You can use a row template or the dataBound event to modify table row (cell) attributes.
When using the event, you will have to iterate through the rows and add attributes to the appropriate cells. I suppose a row template will be a more convenient approach.
Best wishes,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!