DataGrid - DateTime problem

  • Thread starter Thread starter Krishnan
  • Start date Start date
K

Krishnan

Hi,
I used datagrid in my C# application recently wherein I set the source of
the datagrid to be a datatable. Everything seemed perfect until when I saw
that one of the columns of type "DateTime" showed up only the date part of
the value!!! Is this a known bug in the datagrid?

Thanks
Krishnan
 
Hi

Try the advice I've given in the "Format number in the datagrid" thread.
 
Back
Top