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 SullivanGreat Commission Ministries
I am experiencing a similar problem (?) . . . .
Have 4 UG's WITHIN a UserControl which is then the ONLY control on a form . . .
ISSUE: tabbing among 4 UltraGrids is NOT happening ??
XPXJ
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.