G
Guest
Hello, I have a bound datagrid that contains the following date column
Dim tcQuoteduedate As New DataGridTextBoxColum
tcQuoteduedate.MappingName = "MYCustomerCustomerTQuoteDueDate
tcQuoteduedate.HeaderText = "Quote Due Date
tcQuoteduedate.Width = 8
tcQuoteduedate.Format = "d
tcQuoteduedate.NullText = "
Is there any way that I can use a datetimepicker to allow the user to select from this datetimepicker in the datagrid, rather than typing it in each time
Thanx in advanc
Robert
Dim tcQuoteduedate As New DataGridTextBoxColum
tcQuoteduedate.MappingName = "MYCustomerCustomerTQuoteDueDate
tcQuoteduedate.HeaderText = "Quote Due Date
tcQuoteduedate.Width = 8
tcQuoteduedate.Format = "d
tcQuoteduedate.NullText = "
Is there any way that I can use a datetimepicker to allow the user to select from this datetimepicker in the datagrid, rather than typing it in each time
Thanx in advanc
Robert