It's my understanding that it's only possible to set a single DisplayLayout.Override.DataErrorCellAppearance, that then works for all rows. Is this correct?
I'd like a way to alternate the image at a row level (eg, an error icon on some rows, and a warning icon on others).
I did see this post from 2009 that uses DrawFilter to override the behaviour, which could work for me. But is there any easier/better way to achieve this now?
Thanks kindly
Paul
Hi Paul,
No, there's no better way. The DrawFilter is your best bet. And it's actually pretty simple if you all you want to do is change the image.
I recommend that you Submit a Feature Request to Infragistics and perhaps we can add Appearance properties to the cell/row in the future to make this easier.