Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TAdvStringGrid
Forcing a visible cell editor when the form is displayed in the grid

In the FormShow event, add these 2 methods :
grid.SetFocus;
grid.ShowInplaceEdit;