Search found 2 matches

by ronald
Wed Aug 20, 2025 1:27 pm
Forum: VCL / FMX
Topic: Teegrid scrolls to top after editing a cell
Replies: 3
Views: 1477

Re: Teegrid scrolls to top after editing a cell

Thanks, It works a bit better but only if the mouse cursor stays within the area of the grid. If the mouse cursor is outside of the grid and you use the keyboard to edit values, then a draw event is not triggered and the grid goes again to the top but stays there. If that can be fixed then it should...
by ronald
Fri Aug 15, 2025 9:27 am
Forum: VCL / FMX
Topic: Teegrid scrolls to top after editing a cell
Replies: 3
Views: 1477

Teegrid scrolls to top after editing a cell

Hi, I noticed the following behavior which I'm not able to solve as of yet: When editing a cell and pressing enter the teegrid scrolls back to the top. It doesn't stay at the same row. How to reproduce: 1. Place a Teegrid on a form together with a TDatasource and a TClientDataset. 2. Define some fie...