I need bind DateTime to C1TrueDBGrid and allow to edit the value . the default control is DateTime Picker , but I need edit hour and miniute .
SO , How can I use C1DateEdit in C1TrueDBGrid ?
I need bind DateTime to C1TrueDBGrid and allow to edit the value . the default control is DateTime Picker , but I need edit hour and miniute .
SO , How can I use C1DateEdit in C1TrueDBGrid ?
You can do:
C1TrueDBGrid.Columns("DateColumnName").Editor = C1DateEdit