Hi, I noticed that since version 1.2, a grid column does not get focus after api_datarource.requestFocus is called. This used to work in v 1.1.1 This causes a serious usability issue when you have editable grids. After adding a record with a button or keyboard shortcut, users now must first click on the new record before they can edit.. Also, when all grid columns are disabled, you should be able to requestFocus to the grid. For example, when you open a panel with a grid with only disabled columns, you should be able to immidiately scroll the records with the arrow keys. Now you must first click inside the grid to get focus on a row before you can scroll the records. That is no good user experience. Thanks, |