TTeeGrid version: VCL & FMX Registered version-1.05
Multidevice Application (FMX)
Platform: WIN32
Good afternoon Yeray,
It would be possible to put the row in edit mode when clicking on a cell, what I intend to achieve is that the control associated with the column of the cell, appear immediately and a second click is not necessary.
Currently this is the configuration:
Code: Select all
TeeGrid1.Editing.AlwaysVisible: = False; // I put it to false, because if it is true, the control appears but it is not editable, I already communicate it in another post.
TeeGrid1.Editing.AutoEdit: = True;
TeeGrid1.Editing.EnterKey: = TEditingEnter.NextCell;