Hi. I have a grid that's displaying a record for each day of the week, and under that record there are other records related to that day. What I need to do is set the font sizes to be different depending upon whether or not the record is displaying the week day. The problem I'm having is that I'm setting these types of properties (colors etc.) in the ItemDataBound event and the font property is read only there.
Thanks
Thanks