LiveGrid scrolling too slow

hi


im creating an android application which have many records (abount 500) to show on a live grid. This grid is linked to a firedac memtable to have fast access to records ... BUT the behivior of grid is another ... its very very slow on scrolling records. We tried to use a vertical scroll box and load all records in the grid but result is same.

Can u suggest  the best way to have better performance to scroll the grid ?

Thank u.

Hi, 


This is due to the handling of real cell objects instead of painting.
Can you force the rendering to paint all cells and children with:

TMSFMXGrid1.Options.Rendering.Mode := rmPaintCellsAndChildren;

Kind Regards, 
Pieter