Hallo,
vergiss Deinen Kram, Binde die
Unit VTEditors ein und erstelle eine Methode für OnCreateEditor:
Delphi-Quellcode:
begin
case Column of
0 : EditLink := TComboEditLink.Create('F,T,E',csDropDownList);
1,2 : EditLink := TStringEditLink.Create;
end;
end;