I searched the forum and couldn''t find a related topic.
I want to know if it is possible to make the grid in a form to aware tab ordering. I have a form that contains a toolbar, a grid, and 2 buttons. It is not possible to press tab to navigate between the grid and the two buttons.
Is there such a flag that I can set to enable tabbing?
AD
Administrator
Syncfusion Team
September 24, 2005 12:30 AM UTC
Try setting
this.grid.WantTabKey = false;
to see if this gives you what you want.
PA
Patrick
September 26, 2005 02:57 PM UTC
It doesn''t work.
AD
Administrator
Syncfusion Team
September 26, 2005 07:18 PM UTC
It seems to work for me in this sample using version 3.3. http://www.syncfusion.com/Support/user/uploads/Tab_order_c6bf26b4.zip
What are you doing differently?