My grid contains a column with various dates indicating when a system backup was taken.
Instead of displaying the date in each cell within the column, I would like to display an image (lets say a green tick) from an Imagelist control if the date is within 1 week of today, within each appropriate cell.
How could I accomplish this please?
I have tried using customdrawcellforeground and celldynamicstringformat but when I set the image for the cell within these the grid displays nothing in the column and all other controls on my form no longer paint correctly.
Any help would be appreciated.
thanks
Andy