HI,
I have a radgrid which shows numeric data.
I agregate this data with the sum function and it shows in the footer the total.
Now I need to validate the footer.
When it is negative it needs to be red, and when it is positive in need to be black.
I am doing this in VB.net.
Is there anyway to call the footer text for a specific column on the code behind?
or is there a special data format string that will change the color of the text when it is negative?
I have a radgrid which shows numeric data.
I agregate this data with the sum function and it shows in the footer the total.
Now I need to validate the footer.
When it is negative it needs to be red, and when it is positive in need to be black.
I am doing this in VB.net.
Is there anyway to call the footer text for a specific column on the code behind?
or is there a special data format string that will change the color of the text when it is negative?