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?
 

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

Back
Top