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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -