Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><em>[Full Disclosure: I work at Telerik.]</em></p> <p>Yes, the Telerik RadGrid for ASP.NET AJAX does fully support both out of the box "simple" paging and easy custom paging. In fact, it also supports additional paging "types," such as SEO paging and Virtual paging.</p> <p>For Custom Paging, you simply need to take these steps with the RadGrid:</p> <ol> <li>Set <strong>AllowPaging = True</strong> and <strong>AllowCustomPaging = True</strong> on your RadGrid</li> <li>Write code to query only the records you want</li> <li>Set the Grid's <strong>VirtualItemCount</strong> so it "knows" how many total records exist in the data source</li> </ol> <p>You can see a live example with code here:</p> <p><a href="http://demos.telerik.com/aspnet-ajax/grid/examples/programming/custompaging/defaultcs.aspx" rel="noreferrer">http://demos.telerik.com/aspnet-ajax/grid/examples/programming/custompaging/defaultcs.aspx</a></p> <p>You can also do declarative custom paging with the ObjectDataSource. For additional help with custom paging and RadGrid, be sure to check out these articles in the online docs:</p> <p><a href="http://www.telerik.com/help/aspnet-ajax/grdcustompaging.html" rel="noreferrer">http://www.telerik.com/help/aspnet-ajax/grdcustompaging.html</a></p> <p><a href="http://www.telerik.com/help/aspnet-ajax/grdcustompagingthroughobjectdatasourcepopulation.html" rel="noreferrer">http://www.telerik.com/help/aspnet-ajax/grdcustompagingthroughobjectdatasourcepopulation.html</a></p> <p>Finally, to your question about nHibernate, the RadGrid also works well with that ORM. I have personally used nHibernate on a few projects in the past with the RadGrid and had no problems. When combined with the RadGrid's ability to bind directly to web services and render on the client, I was able to create "lightning fast" grids for my pages.</p> <p>Hope that helps. If you have any other Telerik questions, just let me know.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload