My JQGrid will not show the default “Loading” message when I am performing a column sort. I added the default code explicitly just to be safe:
loadui: ‘enable’
but it still does not show the “Loading” message in the middle of the grid. What am I missing? Thank you.
I solved this issue myself. I removed the line
from my JQGrid properties, and that fixed the issue. Not sure why, but for now, I’ll take it. Here is the info from the wiki on loadonce: