I am currently building out multiple kendo grids dynamically by sending it a json of key value pairs. I do not explicitly define kendo column components.
I now have a requirement to append a icon in the corner of the cell if it meets a certain criteria based on the row header and col header of the particular cell.
Is there any way to iterate over the cells of a grid? Or a list of cells the grid component has
Thanks!