Hi Everyone.
I have a winform datagridview with 8 rows and 5 columns that contains number data like 1,3,9 values randomly in cells. My question is I want to show icons/images in place of this values.I have 3 images for three values stated above 1,3, and 9. I want this to be done on selection of radio btns and then when images displayed I can toggle them back with values in cells.
In short there are two radio buttons - Show Values and Show Icons
When show icons selected grid values should be replaced by their respective images.
And When Show values selected, Values are shown in place of images.
How can i do it as most of the code i saw creates new columns as image columns and then display images there.
Need vb.net code for this.
Pl. Help
I have a winform datagridview with 8 rows and 5 columns that contains number data like 1,3,9 values randomly in cells. My question is I want to show icons/images in place of this values.I have 3 images for three values stated above 1,3, and 9. I want this to be done on selection of radio btns and then when images displayed I can toggle them back with values in cells.
In short there are two radio buttons - Show Values and Show Icons
When show icons selected grid values should be replaced by their respective images.
And When Show values selected, Values are shown in place of images.
How can i do it as most of the code i saw creates new columns as image columns and then display images there.
Need vb.net code for this.
Pl. Help