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
70
Tabbing between multiple UltraGrid objects
posted

I have multiple UltraGrid objects and I would like to tab between them in edit mode.  Currently, when not in edit mode, it tabs correctly, but on edit mode, tabbing only works for the currently selected UltraGrid.

Are there any approaches that work for this?

Parents
  • 469350
    Offline posted

    Hi,

    I'm not sure I understand what you are asking.You want to tab from a cell in one grid directly into another control? Do you mean only when you are in the last cell or from any cell? That seems like a very strange UI.

    There's a TabNavigation property on the grid that determines how tabs are handled. You could also handle the BeforePerformAction event if you want finer control over all keyboard behavior in the grid.

Reply Children