Hello all,
I'm working on a project that uses Tekerik's RadGridView in a WinForms application. The grid has about 10 columns; with 3 of them editable.
The problem I'm having is that after the first cell is edit, and the user hits Tab to move to the next editable cell, the focus leaves the grid completely and the user has to click back into an editable cell to continue editing. Then, after this first time the user can move from cell to cell normally.
Has anybody run into this issue? If so, were you able to identify a fix/workaround?