StrataFrame Forum

Change Column Color in WebListView

http://forum.strataframe.net/Topic8723.aspx

By Ben Dornis - 5/10/2007

How can I programmatically change the background color of a single column in the list view for the web? I see I can change the row color. There are no available ID's to modify the colors with CSS nor the ability to assign a specific cssclass per column.



Any help would be appreciated.



-Ben
By StrataFrame Team - 5/10/2007

Agreed.  That is certainly a valid enhancement request...

The only thing I can think of as a workaround would be to populate the column through the event and set the contents of the column to a <div> and put the css class on that div... but that would require you to have the cell padding set to 0.