Search code examples
.netgridindexingobout

obout PageIndex


I'm using an obout grid and I wanted to know, what is the obout equivalent to PageIndex?

For example, using Visual Studio's GridView, I would say:

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

However; obout doesn't have a property called "PageIndex". What would be the equivalent?


Solution

  • http://www.obout.com/grid/grid_paging.aspx

    http://www.obout.com/grid/doc_server_side_grid.aspx#grid_tips_paging

    Property is called "CurrentPageIndex"

    Change pages with :

    http://www.obout.com/grid/grid_paging_client.aspx