i want to change the image of one cel in one row and now i use
row.Band.Columns["mark"].CellAppearance.Image = Images.Error;
and that change the image for all row
this is possible to have a different image for each row in a ultrewingrid
You should be able to do this on the cell's appearance:
row.Cells["mark"].Appearance.Image = Images.Error;