DataGrid Column Style

  • Thread starter Henry Scarberry
  • Start date
H

Henry Scarberry

I am using a DataGrid control bound to a DataTable to display computed
values.

I am building the the datatable with code and then populating it with the
computed results.

How do I control the column with and number format?

Regards-

Henry
 
A

Alex Feinman [MVP]

Column width is a public property of the DataGridColumnStyle class
Number format: add an expression-based column and populate it with
preformatted data, then bind it to datagrid
 

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