开发者

Timeout error catch and display in jqGrid

开发者 https://www.devze.com 2023-01-22 16:28 出处:网络
Is there any timeout options I can set in jqGrid to display an error,开发者_StackOverflow if any delay in server processing happens, more than a set value?You can use loadError event handle. Moreover

Is there any timeout options I can set in jqGrid to display an error,开发者_StackOverflow if any delay in server processing happens, more than a set value?


You can use loadError event handle. Moreover you can change the default timeout with timeout parameter of the $.ajax. To do this inside of jqGrid you can use ajaxGridOptions option in the form like ajaxGridOptions: { timeout: 60000 }.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号