Hi
I have multiple grids on one form and I'd like the grid captions to have an underscore. Pressing alt+underscored character should set focus to that grid. Normally that is achieved by including ampersand (&) in the caption.
Is there an easy way to achieve above ?
Thanks
Abhishek
Hi Abhishek,
No, there's nothing like that built-in to the grid. So there's no easy way.
What you might want to do is turn off the grid caption and then just place a label (or UltraLabel) control above the grid. Set it up so that the grid follows the label in the tab order so that the label's mnemonic will activate the grid.