Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Excel export does not export all rows
posted

I have a pagable grid with 400 rows.  20 show in a page at a time.  When I export I only get the 20.  Is there a way to get all the rows in the dataset exported?

Parents
No Data
Reply
  • 25
    posted

    Try this:

    DisplayLayout.Pager.AllowPaging = false;
    DataBind();

     

Children
No Data