Contents tagged with CSS
-
Doing it With Style
Recovered from DotNetJunkies blog -- Originally Posted: Tuesday December 27, 2005
-
GridView.AlternatingRowStyle -- lacking style
Ran into this issue today in a SharePoint WebPart that was using the SPGridView to display a list of items. However, the underlying issue is with the base System.Web.UI.WebControls.GridView Control and how it handles the various ways you can set style attributes on the rows in the grid. So this information will apply equally in ASP.NET as well as SharePoint GridView controls.