jqGrid loadonce doesn't work with asp.net

后端 未结 4 767
死守一世寂寞
死守一世寂寞 2021-01-03 13:29

Does anyone know how to solve this nasty issue with asp.net+asmx+jqGrid sorting. Because, in order to call pagemethods or asmx web services from jqGrid, it needs to be hacke

4条回答
  •  执笔经年
    2021-01-03 14:25

    Thanx a lot harlev...also for others one tip, you can set grid to work on client with

    datatype: 'clientside'

    attribute. I didn't find it at first because is not listed in online documentation but it is in pdf documentation which you can download from here.

    Cheers

提交回复
热议问题