TDBAdvGrid select all

Hello,

If set PageMode = True in TDBAdvGrid, selectAll function will fill the screen with all the empty cells (both fixed and normal cells). The problem happens either by pressing Ctrl-A from the keyboard or calling function TDBAdbGrid.SelectAll from code.

Could you please check and fix the problem

Thank you,

Can you try to set DBAdvGrid.DataSetType = dtNonSequenced?

It works, thank you