.net obout页面索引

.net obout页面索引,.net,grid,indexing,obout,.net,Grid,Indexing,Obout,我正在使用一个obout网格,我想知道,obout与PageIndex的等价物是什么 例如,使用Visual Studio的GridView,我会说: if(Session[“PageIndex”!=null&&!string.IsNullOrEmpty(Session[“PageIndex”].ToString())Grid1.PageIndex=(int)Session[“PageIndex”] 但是,;Obot没有名为“PageIndex”的属性。等价物是什么? 属性称为“Current

我正在使用一个obout网格,我想知道,obout与PageIndex的等价物是什么

例如,使用Visual Studio的GridView,我会说:

if(Session[“PageIndex”!=null&&!string.IsNullOrEmpty(Session[“PageIndex”].ToString())Grid1.PageIndex=(int)Session[“PageIndex”]

但是,;Obot没有名为“PageIndex”的属性。等价物是什么?

属性称为“CurrentPageIndex”

使用以下内容更改页面:


您应该参考Obot的常见问题解答。当用户单击其中一个页码,网格转到该页面时,我应该将页面索引存储在哪里?我注意到pageindexchanged.Client端方法-getCurrentPageIndex没有事件