Icon View Incident Report

Serious Serious
Reported By: Walter Matte
Reported On: 10/25/2012
For: Version 1.01 Build 1
# 3663 Assigning Values to Cells in Un-Bound TGrid Component Does Nothing

When I run the following code, nothing is appearing in the Grid.

procedure TForm1.Button1Click(Sender: TObject);
var
  i : integer;
begin
  Grid1.AppendRow;
  i := Grid1.RowCount - 1;
  Grid1.Cells[0,i] := 'A' + inttostr(i);
  Grid1.Cells[1,i] := 'B' + inttostr(i);

end;



Comments Comments
This was broken in the last-minute fix for incident #3661.


Resolution Resolution
Fixed Problem on 10/25/2012 in version 1.01 build 2


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image