M
Mike Fellows
Im trying to set the column width of individual datgrid columns
I can set the column widths of all the columns at once using
Me.DataGrid1.PreferredColumnWidth = 100
But I am unable to set the individual column widths
Also the source from where my data is coming from the first
column contains a date and time i.e. 01/01/2003 12:00:00
but within the datagrid it displays 01/01/2003 and i need it
to also show the time
Any help with this would be greatly appreciated
Regards
Michael Fellows
I can set the column widths of all the columns at once using
Me.DataGrid1.PreferredColumnWidth = 100
But I am unable to set the individual column widths
Also the source from where my data is coming from the first
column contains a date and time i.e. 01/01/2003 12:00:00
but within the datagrid it displays 01/01/2003 and i need it
to also show the time
Any help with this would be greatly appreciated
Regards
Michael Fellows