I have this jqxgrid and i added a createwidget to insert a input tag. I am facing issue where whenever i scroll down or do any sorting, filtering, or refresh. the input field is acting strange.
For example
On grid lets say i entered in ‘Test’ in the Productname column, and if i start scrolling down. Notice the input fields scrolls down with it as well.
When i scroll down it should scroll normally. If there is a workaround that will be helpful. I did try the createeditor method, but i don’t want to use that since i have to double click the cell to edit something.
Here is my jsfiddle:
http://jsfiddle.net/4sgw6afn/