AddRow on DBAdvGrid

Hi


I ve a grid attacched to a memtable wich have 40 recs to show ... now i want to add extra rows at the end of grid (like empty records). I dont want to add records on memtable ! only rows on grid ..

Thx

In this case, set grid.PageMode = false and after loading the records from the DB, you can just do grid.AddRow to add rows. It won't affect the dataset.