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
I added the given properties and it works fine now. Thanks a lot:)
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!