Code: Pascal [Select][+][-]procedure TForm1.Button1Click(Sender: TObject);begin StringGrid1.Editor := StringGrid1.EditorByStyle(cbsPickList); StringGrid1.Editor.Show; StringGrid1.Editor.Left := StringGrid1.CellRect(1,1).Left; StringGrid1.Editor.Top := StringGrid1.CellRect(1,1).Top; STringGrid1.Editor.Width:= StringGrid1.CellRect(1,1).Width;end; Something like this ?