I've tried and tried to do this myself but failing abysmally so hoping someone here can help.
I have an advancedatagrid that displays a table of values from an arraycollection coming from a webservice. I am wanting to highlight either the maximum or minimum value in a row or column.
I'm not bothered how they are highlighted - be it the backround changed, the font colour changed or just making it bold - I just want that particular cell to be different to the others.
What I'm struggling with is finding the cell with the maximum (or minimum) value and then changing it's appearance.
In one grid I want to compare across the row, in another accros the columns.