Hi All,
If we consider the demo
http://www.jqwidgets.com/jquery-widgets-demo/#demos/jqxgrid/cellediting.htm
Here Product field is a drop down list. Lets say I am editing row number 1, after editing “last name” field, on tab key press, it will highlight “product” and on enter key it will select that cell. Now if i want to select another item in drop down,
Current scenario:
1. From mouse I have to click on that cell to open the drop down list, and then either select from mouse or enter some character to select another value.
Desired scenario:
1. On press of “Down arrow” key, the drop down list should get open without using any mouse clicks.
Kindly suggest, if that can be done?