I have a column that the user can click on, it toggles between 3 different images. I currently have an image showing up for what ever the current row is. .I need the cell I changed to maintain the image that was selected. It currently moves with what ever the current row is. I am using the FetchCell Styles. Is there a way to set the image and have the column maintain it. No matter what other images are in the column.
Its like its maintaing the values for the column not the for the cell selected. The image shows up in the right cell. But not the correct one.
Example
Col A (Click one on row 2) ColA (click 2 on row 1) ColA(What it Should be)
(Nothing) Y x
x System.Drawing.Bitmap x
(Nothing) (Nothing) (Nothing)
Hope this makes sense....