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?
Try this:
DisplayLayout.Pager.AllowPaging = false;DataBind();