Remove tabstop from ButtonColumn inside DataGrid
- by Faruz
Is there any way to disable keyboard tabStop for a ButtonColumn inside a dataGrid?
I want the buttons there to be only enabled through mouse-clicks, because sometimes the grid can be large and I want that pressing "tabs" will skip the grid and move to the other controls on the page.