Is it possible to bind multiple event handlers to JqGrid events without overwriting previous ones?

前端 未结 4 2040
旧巷少年郎
旧巷少年郎 2020-11-29 10:40

For example, I call my default settings on every page load and bind a function to loadComplete to do some basic formatting for my grids.

On some pages, I have additi

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 11:20

    if you want to do something before the request use the beforeRequest function.

    you can also bind a function to the gridComplete option. could you give a code example to show what you are trying to do?

提交回复
热议问题