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.

Re: DataGrid font by Jeremy

Jeremy
Thu Jul 10 09:23:54 CDT 2003

"Tom" <tjs@ci.henderson.nv.us> wrote in message
news:0c0801c346ea$3f9f1e30$a501280a@phx.gbl...
> 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