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.