This question is locked. New answers and comments are not allowed.
Hello,
I'm struggeling for some time now with the following.
I have several GridViews in my application, in some of them I'd like to show an icon/image in a cell based on a value in another cell/column. (for example, if a date is < today I want to show an icon with a red cross, when the date is almost < today I want to show a yellow triangle)
Right now I'm using a StyleSelector (either CellStyleSelector or RowStyleSelector) to change the fore or background, which works fine, but I prefer to show an image.
Can anybody help me out?
Thanks in advance!
I'm struggeling for some time now with the following.
I have several GridViews in my application, in some of them I'd like to show an icon/image in a cell based on a value in another cell/column. (for example, if a date is < today I want to show an icon with a red cross, when the date is almost < today I want to show a yellow triangle)
Right now I'm using a StyleSelector (either CellStyleSelector or RowStyleSelector) to change the fore or background, which works fine, but I prefer to show an image.
Can anybody help me out?
Thanks in advance!