Hi All!
I want a way by which i can color my entire row with only one command.
My problem is, i am displaying my flexgrid like an excel file.
ANd depending upon different crieteria, i want to color each row with some color.
I am using this code right now to color but it really takes time to color.
So is there any other way for the same ?
Code:
'j is my current row
For X = 0 To mygrid1.cols - 1
              .col = X
              .row = j
           mygrid.CellBackColor = cc
Next