I'm having a bit of an unusual problem with an extended version of the ASP.NET GridView control that I am working. It is rendering all of the text applied to it just fine, but is not rendering any the style properties that are set. For example, if I set the AlternatingRowStyle to use a gray background, the gray background is not being rendered. However, if I pass the same data set and property to the vanilla GridView control, the background is rendered correctly.
Any ideas what I might be doing wrong?