DataGrid Paging and Sorting handlers do not fire

Discussion in 'ASP.NET 2.0' started by Wilkerson, Jan 8, 2008.

  1. Good Afternoon,
    We've just added a new page to our existing site and it contains an AJAX enabled DataGrid. The paging and sorting handlers for the grid work great on the development machine, but don't fire at all on the production server. I've tried hard coding the event handlers as required in older versions of ASP.NET to no avail. Has anyone else experienced this problem?

    Thanks,
    Stephen Wilkerson
     
  2. I had something like this going on from one of the settings in a web.config, but can't remember now.
    Have you tried making changes there?
    As you're probably aware some settings make a big difference local and remote.
     
  3. No I haven't looked into web.config for a solution, but thanks for the tip. It's a place to start.
     

Share This Page