Datagrid Formatting numbers when enter in edit mode

I'm trying to fix a behavior.
I'm using a dataset connected to a DataGridAdapter, it has a float field,

I defined my column as
.Formatting.Type = gdftFloat
.Formatting.Format = #,##0.00
.FilterEditorType = gfetFloat

the problem is: when a cell is selected using arrows in keyboard (only selected but not in editing). then when I type a number to edit the value, for example, I try to type number 15, after write number 1, the editor is opened, the content is set to 1,00 and the number 5 typed is not able to be inserted. As I understand, in edit mode It should not apply formatting, but wait the complete number be written.

if you do not understand my explanation, I can record a movie.

if I Click in cell using .directEdit := true, it works fine because it selects the content before editing.

Hi,

You are correct. We have analyzed and fixed the behavior. Next version will address the issue. Thanks for reporting!