Edit column / cell - keyboard input not working?

DXE2/Updt 4
CGDevTools 4.1.0.16
Intraweb Ultimate 14.2.6
Using JQGrid with ADO dataset.
For example, my Inventory Packing Slip grid shows inventory item rows along with quantity received. User needs to update the grid with the quantity received for each inventory item.
I create the columns at runtime; one column (quantity_received) is editable, all other columns are not editable.
When I hit the ENTER key, the grid goes into edit mode as expected, but when I go to enter the new value into the cell, the cell does not accept alphanumeric input from the keyboard... at least 99% of the time.
Occasionally, without any change to the code, editing the cell works just fine. (ugh)
I can clear the previous value using the backspace key, or click on the "x" with the mouse.
I can use Ctrl-V to paste in a new numeric value.
But, the alphanumeric keys on the keyboard do not seem to work.
It is as if the zindex value of the cell being edited is less than the zindex value of the grid resulting in the edit field landing behind the grid? I can get to it with the mouse, backspace works, but not the input keys.
Anyone have a suggestion?
Thank you,
Scott
CGDevTools 4.1.0.16
Intraweb Ultimate 14.2.6
Using JQGrid with ADO dataset.
For example, my Inventory Packing Slip grid shows inventory item rows along with quantity received. User needs to update the grid with the quantity received for each inventory item.
I create the columns at runtime; one column (quantity_received) is editable, all other columns are not editable.
When I hit the ENTER key, the grid goes into edit mode as expected, but when I go to enter the new value into the cell, the cell does not accept alphanumeric input from the keyboard... at least 99% of the time.
Occasionally, without any change to the code, editing the cell works just fine. (ugh)
I can clear the previous value using the backspace key, or click on the "x" with the mouse.
I can use Ctrl-V to paste in a new numeric value.
But, the alphanumeric keys on the keyboard do not seem to work.
It is as if the zindex value of the cell being edited is less than the zindex value of the grid resulting in the edit field landing behind the grid? I can get to it with the mouse, backspace works, but not the input keys.
Anyone have a suggestion?
Thank you,
Scott