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
110
Keyboard(tab key) press functionality
posted

In a WebDataGrid, how to implement Keyboard(tab key) press functionality?

Ex: moving cursor to next editable cell in a grid using tab key press.

In my grid, the tab keypress moves to the next cell but the cell is not becoming editable. How to achieve this functionality?

 

Thanks,

Monika

Parents
No Data
Reply
  • 10685
    Suggested Answer
    Offline posted

    Hello Monika, 

    Set the Activation behavior to enabled, and in Cell Editing and Row Adding (if you are using Row Adding), under EditModeActions set EnableOnActive to "True". This value determine whether the grid will enter edit mode upon being activated.
    You could access these settings either by the VS Property window > Behaviors/EditingCore/Behaviors/CellEditing/EditModeActions

    OR via the VS Design mode under Edit Behaviors. 

    Please let me know if you require further assistance!

Children