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
30
Tab event not being caught in UltraGrid
posted

I'm having a very weird thing happen. It seems as if within the UltraGrid windows form tabbing through a row's cells is not working for some reason. I've confirmed this by making sure that tabstop was false on every control except for the grid and for the columns that I want to tab through are marked as tabstop = true. When I load up the form and click in one of the cells, the tab button does nothing. I even set up a key press event to try and advance to the next cell manually but the tab is not being caught in the event.

 Any ideas what might be causing this? I'm running out of ideas for a solution or workaround.

Thanks,
Joe Sullivan
Great Commission Ministries

Parents
  • 469350
    Offline posted

    Hi Joe,

        Is the BeforePerformAction event of the grid firing when you press tab?

        Do you have a toolbar on the form with a button that is using Tab as a shortcut key?

        Does tab work on any other controls on the form? Try putting a TextBox on the form and setting AcceptsTab to true and then see if you can use Tabs in the textbox. 

Reply Children
No Data