I have encountered a strange issue with cxGrid. After executing a query to fetch all the records, the records show in the grid. Its a simple query:
'select * from mytable order by name asc'
However,if I try and select the first record in the grid,the grid jumps to some random record in the middle of the grid. I can not scroll from the first record in the grid to the one grid jumps to. However, beyond that record I can scroll normally up and down. I can not scroll from the middle upwards nor can I select any record over there. It seems my grid is stuck on the middle record.
If I change DataController to
GridMode = True
then I can scroll without the problem but I loose the functionality of the grid. It is not a dataset issue as when I replace the grid with the normal grid the scrolling is functional.
So I am wondering if this is a bug of some sort or is it a setting in the grid that is turned on/off by accident.
ps. FindPanel is visible.