OnPageChangeClientFunction
MainWeb.OnPageChangeClientFunction property
获取或设置页面索引改变后调用的客户端函数。仅在EnablePaging为true时生效。 客户端函数声明如下: 函数 MyOnPageChange(index) { console.log(“当前页面是:"+index); }注意:您可以在客户端函数中使用“this”指针来指向触发事件的网格控件。
public string OnPageChangeClientFunction { get; set; }
也可以看看
- class MainWeb
- 命名空间 Aspose.Cells.GridWeb
- 部件 Aspose.Cells.GridWeb