Datagrid with date field

  • Thread starter Thread starter Roger
  • Start date Start date
R

Roger

I have a datagrid with a column bound to a date field. Is there a way to
format the date field?
 
Well, that's as clear as mud.

If you want an easy way to do it, first right click on the datagrid and
choose the Property builder. Then choose the columns tab on the left.
Select the column to format and type "{0:D}" in the data formatting
expression item (at the bottom). This will give you a long date format.
Check out the help for the builder for other options.

It's a bit obscure, but not as damn confusing as using the binding events.

P
 
Back
Top