Hello,
I have an application which deliver data from a SQL query in the form of a RadGrid. I have business rules that require me to high cells red or green. Whether the cells are red or green is stored in the DB. I also need to hyperlink from cells to a URL.
But each cell will have it own URL and it own color. So the formatting either needs to be done after the RadGrid is populated by iterating through each cells, or we need to pass more data than just what values are displayed in the Grid, so that the Grid has the information to do the formatting.
I hope that is clear. TIA.
Denis Burke