It’s just interesting if someone managed to find a way to datagridview image in the template field, which displays different images in different rows depending on some data element in the row. Our application should display a series of commissions charged from the column of the account, which will be either less than 500, 500-1000, or 1000. Some of these fees are charged at full rate, others at a partial rate, and some of them are not charged. The user would like to see a simple three-state graphic that would convey simple info: full payment, partial payment or no charge. It sounds easy enough, but I have not yet been able to find a way to do this. Every time I try to change the individual cell graphics, it seems to want to change the graphics for all rows.
How to get around this problem?
Thanks,
source share