JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Selecting a grid-cell › Reply To: Selecting a grid-cell
April 14, 2023 at 10:58 am
#104704
Peter
Participant
OK, so it turned out that there was a method focusAndSelect()
that I should use instead of selectCells()
which I had missed – methods not listed alphabetically…
Anyway, using this instead fixed the problem I had.
Is there a way to prevent TAB from navigating to the next row (or creating a new one) when pressed from the last column in the grid?