Edit mode in on cell click

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
REH Outsourcing
Newbie
Newbie
Posts: 25
Joined: Tue Mar 13, 2018 12:00 am

Edit mode in on cell click

Post by REH Outsourcing » Tue Jun 12, 2018 4:35 pm

Delphi version: Seattle
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;
Greetings.

Post Reply