Hi!

I need to give the user the oportunity to highlight a column's data, within a gridpanel.
Meaning, the user will have a combo from where to choose a column, and a color or font, and after that, in the C# code behind i recreate the grid with the different renderer set on the chosen column. 'till here all possible. What i don't know is if i can set the style using renderer's format property, and also if i can do this only if the data in the column is smaller or bigger than a certain value.

Thanks!