I am having an issue with exportExcel in my ASP.NET application. pqGrid is not sending a POST request to the controller if more than a certain number of records are displayed in the grid. If I reduce the number of records displayed, either with filters or by changing the database query, then exportExcel works as expected. I have determined that 2604 records (15 columns) is the maximum number that exportExcel will send. This number increases if I reduce the number of columns in the grid. This problem does not occur with ExportCsv. I need help getting exportExcel to work correctly. Thank you.