如下:
var
  i:Integer;
begin
  for i := 0 to 10 do begin
    cxgrdColor.DataController.AppendRecord;
    cxgrdColor.DataController.Values[i,1] := 'test';
    cxgrdColor.DataController.Post;
  end;end;行插进去了,但是test数据没有,为什么呢?百度谷歌不给力啊