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
140
Use Tab Key to jump from Cell to Cell
posted

Hi there,

I have made some particular cells made editable in UltraGrid. When pressing the TAB key while editing the contents of a cell, the focus rectangle moves to the next cell (regardless if editable or not).

How can I modify this behavior to make the focus move from one editable cell to the next editable cell?

Thanks in advance
Achim

Parents
  • 469350
    Offline posted

    Hi Achim,

    How are you making the cells read-only? If you are doing this for a whole column, then the easiest thing to do is to also set the TabStop property on the column to False.

    If you are doing this on a cell-by-cell basis, then there's no easy way to do it, except maybe to use Activation.Disabled, instead of some of the other activation settings that let you copy text from the cell.

Reply Children
No Data