TWebTableControl insertRow error and update cell content

Hi
WebCore Version = 2.0.5.0

I got an error with inserting row using InsertRow with an error about unknow i variable
I fixed it inside WebLib.Grids by just adding missing variable

procedure TCustomTableControl.InsertRow(Index: integer);
var
  i,cnt: integer;
  ch: boolean;
begin

But when I set Cell contents manually only first row content is updated, other stays empty.
Please can you check behavior of WebTableControle is right ?

Thanks

Issue with var i was internally already fixed. Will be addressed in the next update.
I could not see an issue with setting cells. Please provide sufficient details to allow us to reproduce a problem.