0

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 ?

xiemails
  • 843
  • 3
  • 8
  • 10

2 Answers2

0

A suggestion would be to set the: EnableDateTimeEditor property to True.

Mike
  • 4,041
  • 6
  • 20
  • 37
Mohita
  • 499
  • 3
  • 4
0

You can do:

C1TrueDBGrid.Columns("DateColumnName").Editor = C1DateEdit

Ishaan Javali
  • 1,711
  • 3
  • 13
  • 23