We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Tab into grid

I cannot tab into grid if it did not ever has focus. Once I select a cell I tab in and out OK. It is easy to reproduce - just put button and grid on form and tab from button to grid. Please help, Vladimir

2 Replies

AD Administrator Syncfusion Team December 3, 2003 07:57 PM UTC

I think the focus is probably in the grid, but it is on the top-left corner where you cannot see it. Hit the downarrow and leftarrow keys a couple of times, and I think you will see the currentcell move. If you want to avoid this problem, in your FormLoad, go ahead and call this.grid.CurrentCellMoveTo(1,1). Then when you tab into the grid, I think you will see cell 1,1 get the focus instead of cell 0,0.


VA Vladimir Arkhipov December 4, 2003 01:42 PM UTC

It works! Thanks

Loader.
Live Chat Icon For mobile
Up arrow icon