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?
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?