Subject Re: [IBO] Insert row in grid
Author Geoff Worboys
> When I use TIB_CtrlGrid (or TIB_Grid) and I press the
> 'Insert row' button on TIB_UpdateBar,
> a row will be inserted one row before the active row.
> Is there a way that the new row will be inserted at the
> last position of the grid?

Set TIB_UpdateBar.AppendOnInsert := true;

HTH

Geoff Worboys
Telesis Computing