Datagrid and 12:00:00

  • Thread starter Thread starter scorpion53061
  • Start date Start date
S

scorpion53061

I am attempting to get rid of the time alarm clock in my datagrid cell by
using this in my Table Style:

Dim TRDATE As New ClassDataGridFormat
TRDATE.MappingName = "DATE"
TRDATE.HeaderText = "DATE"
TRDATE.Width = 100
TRDATE.Format = "d"

But it does not respect this.

How would one go about this and why doesn't this method work?
 
Back
Top