Reputation: 321
I use the dataUrl option to fill the select list and I noticed a delay in loading of selectlist options. You can see the problem here http://jqgrid-multiselect.heroku.com/ I am wondering whether it is "normal" or not?
UPDATE:
For a second I have the form like this:
and then
it looks not very good, if the edit form "jumps" like this. The width of the select list changes too.
Upvotes: 1
Views: 287
Reputation: 321
The problem can be solved by ajaxSelectOptions:{async:false}. More details can be found here How to get row id or parameter from dataurl in jqgrid to create a dynamic select list to edit row
Upvotes: 1