Hi,
if you look into the below example,
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/cellediting.htm?arctic
When you highlight the Quantity cell and type say 23 and press enter, it gives 3, if you type 54 and press enter it gives 4. Whats happening is the cell gets the first value and then selects the entered text, which gets cleared on the second keypress.
This only happens when you highlight the cell and start typing on a numbereditor.
Is there a way to prevent this? I could set the editor as textbox editor, but thats not an option here as we want only numbers to be typed.
Regards,
Mohamed Azher