Datagrid Row Formatting at Runtime

djpaz25

Newcomer
Joined
Nov 12, 2003
Messages
12
I have a read-only Datagrid in a Web form. It gets bound to a dataset. I'd like to format a row in the datagrid based on a value in that row. Specifically, I'd like to set the color of a row in the datagrid based on the value of one of the fields in the corresponding dataset row. I see much about formatting a column, but nothing about formatting a row (except for things like setting alternating colors). Is this possible?

Any hints appreciated.
 
Back
Top