Date format in the DataGrid

  • Thread starter Thread starter Ky
  • Start date Start date
K

Ky

I am using vb.net

I haven't see the propreties in the compact framework datagrid control.
Can i set the Date format in the text column?
How can i do it?

thanks
 
You have no direct control over this. One workaround is to create an
expression column on your datasource and use this to create a formatted
string representation of your date, then setup a custom grid style on the
control to show this expression column in place of the original.

Peter
 
Back
Top