Home › Forums › WinForms controls › Xceed Grid for WinForms › Adding an image to a cell
We have a Yes/No column in our read-only grid and we would like display Yes as a green checkmark and No as a Red X. Is this functionality available?
Imported from legacy forums. Posted by Jon Gross (had 1954 views)
Yes.
Modify and use the “ImageViewer.cs” class in the “GridExtensions” sample.(Find it in your xceed grid install dir)
Imported from legacy forums. Posted by C# (had 3122 views)