5596
Help for ParamQuery Pro / Re: JSON select takes too long and focus jumps on tabbing
« on: September 09, 2014, 11:45:38 am »
If the options in select list are static, you may fetch them from server during initialization/ creation of the grid and reuse them.
But if the options vary for different cells in the same column, you have to wait for the options to return from server by making synchronous ajax request.
async: false
But if the options vary for different cells in the same column, you have to wait for the options to return from server by making synchronous ajax request.
async: false