How do I assign a data-attribute to each <td> element in a kendo grid? -
since kendo doesn't have cell-templating per se, i've decided add data attribute each cell inside kendo grid.
i need "data-column" attribute each element inside kendo grid, each of them can uniquely identified columns.field name.
is there out of box way go doing this?
i found solution , it's out-of-the-box. use columns.attributes object set dom attributes each td.
Comments
Post a Comment