Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Disable tabbing by row
posted

When a user tabs onto an Ultragrid control (that has no current selection) from any other control, the focus goes to the first row. I do not like this. How can I make the focus go to the first cell instead?

Setting grd.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextCell does not seem to have any effect on this scenario. Basically, I do not want rows to be tabstops, but rows don't appear to have that property.

 

-Ben

Parents Reply Children