ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: arbyter on May 31, 2019, 11:18:00 pm

Title: nextEdit misplaces input
Post by: arbyter on May 31, 2019, 11:18:00 pm
hi Paramvir
 i encounter following problem when i activate next Edit like
editModel:{clicksToEdit:2,pressToEdit:true,onSave:'nextEdit',saveKey:$.ui.keyCode.ENTER,keyUpDown:false},           

after modifying a field the next field gets misplaced in the upper left corner of the grid, without changing values the next field remains at the right place.

Title: Re: nextEdit misplaces input
Post by: paramvir on June 04, 2019, 10:48:09 am
This could be due to some error ( check browser console for any errors ) in your implementation. Could you please share a test jsfiddle / plnkr so that I can look into it.
Title: Re: nextEdit misplaces input
Post by: arbyter on July 05, 2019, 10:45:04 pm
i checked for js errors in console, none found. Behaviour was different in Chrome and Firefox. I removed onSave:nextEdit, its ok that way.