TmsFmxGrid - Editing

Hi


I am using TmsFmxGrid to show and edit amounts. I am forced to use a custom editor with specific behavior for edition.
When a cell is edit, the first typed character is not set in my custom editor.

 I Saw in TTMSFMXCustomGrid.EditCell procedure that if the edit control is a TTMSFMXEdit, a TComboEdit or a TMemo, the KeyDown procedure is called.

Could you add the possibility to call this procedure using a custom Editor ? maybe thanks to a new event or by adding KeyDown parameters to OnCellEditGetData event ?


Kind regards.

Hi, 


We have added this on our todolist for further investigation. Please note that for editing components, you can also inherit from TEdit, TMemo or TTMSFMXEdit and add your customization there?

Kind Regards, 
Pieter

I already though about an inheritance from TTMSFMXEdit, but i also though that it could be an interesting functionality so i asked for it.