DataGrid font

T

Tom

How do I change the font for a single cell of a data grid?

Want to make the current font BOLD when the value in the
underlying dataset exceeds a threshold value....datagrid
is readonly, non-sortable columns, so the one-to-one
relationship is well-defined.

At minimum, would want to make all cells of a given column
in bold.

Thanks.
 
J

Jeremy Cowles

Tom said:
How do I change the font for a single cell of a data grid?

Want to make the current font BOLD when the value in the
underlying dataset exceeds a threshold value....datagrid
is readonly, non-sortable columns, so the one-to-one
relationship is well-defined.

At minimum, would want to make all cells of a given column
in bold.

See the TableStyles & TableColumnStyles propertys of the data grid.

HTH,
Jeremy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top