Ch K V S Kumar
Ch K V S Kumar

Reputation: 495

How to disable cell to cell navigation on arrow down key in ui grid of angular js

I am using a editable cell in ui-grid it has cell-nav enabled, and when I am editing the cell arrow keys causing to move another cell rather than with in editable cell navigation.

Upvotes: 0

Views: 1103

Answers (1)

user2307617
user2307617

Reputation: 26

By Design, if you click inside the cell while in edit, it will go into 'deep edit'. This lets you then use the arrow keys to navigate the input text. If this is not happening after you click inside the text box, please file a bug report on Github. https://github.com/angular-ui/ng-grid/issues

Upvotes: 1

Related Questions