Home > Back-end > Excuse me, how to enter the dbgrid a column after the cursor directly display flashing status??
Excuse me, how to enter the dbgrid a column after the cursor directly display flashing status??
Time:10-17
Excuse me, how to enter the dbgrid a column after the cursor directly display flashing state, other all don't, that is to choose which cell, where is the mouse and cursor directly in the flashing, excuse me, how to set up,
CodePudding user response:
Set dgAlwaysShowEditor to True, the mouse to click enter to edit status: DBGrid1. Options:=DBGrid1. Options + [dgAlwaysShowEditor];
CodePudding user response:
Feiba7288 method or not, after the point into the cell, the cell's text or in the selected state, not the mouse point, which the kind of stop directly
CodePudding user response:
Dbgrid can only be such, want to finer Settings, or a third party of the grid, such as cxDbGrid,
Or use an analog this way The first is to set up the Dbgrid1. Options:=dbgrid1. Options + [dgAlwaysShowEditor]; Then using buttons in dbgrid1 OnCellClick event simulation: