How to get the color of a backgroud or text from the first five lines, which will be different from the next five lines. For example, the first 5 yellow, 5 orange, 5 yellow, 5 orange, etc.
I added the following listener for the grid
listeners: { viewready: function(g) { g.getView().getRow(1).style.color="#f30"; } }
I used this to get the contents in the second line in red.But this does not work for me.
source share