I have a radgridview which has several columns and each row of data has templates..so on expanding a column we can see a bunch of new expanded rows..
But at the very end I have a few total rows which do not have these expanded rows..I want to set a specific backcolour for each of the columns (cells) based on a bool value. The bool value is a hidden checkbox column in the grid itself.
The scenario is
1. There are two hidden checkbox columns History and Totals which give me bool values
2. If History = True for any row then all the columns will be gray
3. If Total = true for any row then all the columns will be blue
4. If History = False and Total = False then I have separate colour code for each column.
5. History and Total both can never be true for any row.
6. I want to colour only the parent rows and not the template within each parent row.
Please help!
But at the very end I have a few total rows which do not have these expanded rows..I want to set a specific backcolour for each of the columns (cells) based on a bool value. The bool value is a hidden checkbox column in the grid itself.
The scenario is
1. There are two hidden checkbox columns History and Totals which give me bool values
2. If History = True for any row then all the columns will be gray
3. If Total = true for any row then all the columns will be blue
4. If History = False and Total = False then I have separate colour code for each column.
5. History and Total both can never be true for any row.
6. I want to colour only the parent rows and not the template within each parent row.
Please help!