I have a grid setup with Ajax loading/editing, etc. Paging works fine in Chrome and Firefox but in IE10 (10.0.9200.16618) I have to turn on compatibility mode to get it to work. Without compatibility mode, paging options still show up but grid is showing all records instead of limiting to number of records set with .PageSize setting on grid. After turning on compatibility mode, the paging works but I get errors such as the attached when changing pages or opening the popup editor.
Steps to reproduce:
Paging
Editing
Any suggestions/ideas on why this is and how to correct it?
Steps to reproduce:
Paging
- Change page and get the first error (attachment named PagingError.png)
Editing
- Click the edit button in the grid.
- First get the same error as above
- Click No to debug prompt
- Get second error (attachment named CouldNotContinue.png)
- Click No to debug prompt
- Click edit button again
- Popup editor comes up but no datepicker for the date fields and date field shows "Wed Feb 13 00:00:00 CST 2013"
Any suggestions/ideas on why this is and how to correct it?