I've got an asp ASP:DataGrid
, and within this 5 columns. Now i could use pure CSS such as :nth-child
but for maximum comparability I'd love to just slot a class onto the 5th td in the row server-side so that i am not relying on Javascript to save me.
Can this be done? I know you can add a class to the table row via HeaderStyle-CssClass="foo"