Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TElXTree: InplaceEditor for DateTime unexpected behaviour if specify Text column

In order to avoid the problem of centered datetimes looking bad when the time is midnight, 
I set the type of data for the datetime column to text.

All works fine except the datetime inplace editor doesn't use the cell's value and doesn't set the cell's value after being accepted in AfterEdit.

The format of the datetime data is the same, so I expected the inplace editor to convert the data, but instead it ignores it and uses the default datatime instead.

Is this something that should be changed in the source for the components involved?

I think it should be.

Raymond

Comments

Sign In or Register to comment.