TDBAdvGrid timeeditor

I have a column with a edTimeEdit editor type with EditMask hh:nn. It always shows as a edTimeSpinEdit and always as 00:00:00, disregarding the editmask. What's wrong ? I don't want the spinedit and only the hours and minutes.

Where / how exactly do you setup this inplace editor?

When at design-time, do you make sure AutoRemoveColumns / AutoCreateColumns is false?

Yes, both are false. Column Editmask = hh:nn, Editor = edTimeEdit. Grid shows time field as hh:nn, ie. 12:35. Invoking the time editor shows 12:35:00 with spinners. Why ??


The format for the inplace date/time picker is set via

grid.DateTimePicker.Format := 'hh:mm';

And where can I find this property ? No such TDBAdvGrid property ?

This property does exist:


Ok, without proper documentation you never find it......