I have a devexpress xtragrid with 40 columns.
I compare each cell value with other and if it is different then I want to change the cell background color.
I try with GridViewInfo but it only takes the columns that are visible on the screen.But I want to do for all the columns.(Not with RowCellStyle)
Do you have a solution for that?
Thank you!
I have a devexpress xtragrid with 40 columns. I compare each cell value with
Share
Hook onto the RowStyle event of your xtragrid.