Tagged Questions
7
votes
4answers
4k views
jquery tablesorter plugin - retain alternative row colors
i took an html table that i am applying alternative row colors and i just added jquery table sorter on it so users can sort the table.
the issue is that the alternative row colors are all messed up ...
2
votes
3answers
3k views
How to change the backcolor of a row in a DataGridView based on the value of a cell?
Say I have a DataGridView which shows the content of a DataTable.
I want to be able to set the backcolor of a row based on the value of a cell in this row.
Note that the cell in question is in a ...