Is it possible to disable navigation for TAdvStringGrid completely ? It means grid should ignore arrow keys+ home + end + Page Up + Page Down. I am using grid only for calculating layout, I dont want to change coordinate of left top cell. Now if I press for example Page Down, whole grid is scrolled down which is undesirable. Also if I click on narrow area around grid border content is scrolled down which I dont want. I have implemented OnSelectCell event like this:
void __fastcall TForm_LastBatchInfo::Grid1SelectCell(TObject *Sender, int ACol, int ARow,