What is needed to manually add rows on Grid

It seems simple, but I couldnt make it run.


I was using the TTMSFMXGRID with livebindin but i have to change it, since livebinding is TOO SLOW.

I saw the demos, but those demos load from external sources.

I want to add manually each line. But I cant make it happen.

tried using InsertRow with no effect. I have rowcount = 7, and fixed row and col = 0.

What are the steps and what is needed to do that? I dont want to have that fixed row with column labels.

Hi, 


How many records are in the database you want to load?
You should normally be able to increase the RowCount property and then set the cells property with the data you are loading.

Kind Regards, 
Pieter