This is a migrated thread and some comments may be shown as answers.

IE10 Paging

4 Answers 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Frederick
Top achievements
Rank 1
Frederick asked on 27 Jun 2013, 11:15 PM
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
  1. Change page and get the first error (attachment named PagingError.png)

Editing
  1. Click the edit button in the grid.
  2. First get the same error as above
  3. Click No to debug prompt
  4. Get second error (attachment named CouldNotContinue.png)
  5. Click No to debug prompt
  6. Click edit button again
  7. 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?

4 Answers, 1 is accepted

Sort by
0
Frederick
Top achievements
Rank 1
answered on 28 Jun 2013, 05:14 PM
The project I was working with was an existing stock MVC4 template to which I added (I thought) everything from Kendo UI that was necessary.  I did it by comparing that project to a Kendo UI project.  It appears I must have missed something because when I created a new Kendo MVC4 project and recreated my code there, everything was working as expected.  So, I guess this can thread can be ignored.  If there is a step by step guide to setting up an existing stock MVC4 project for Kendo that would be great.  It's likely I'll have to do that for existing projects in the future.
0
jasonxz
Top achievements
Rank 1
answered on 28 Jun 2013, 08:38 PM
The download at the following link claims to have a utility for adding KendoUI to an existing MVC3 or 4 application:
http://visualstudiogallery.msdn.microsoft.com/65b78c2c-951e-43a8-bae7-f9039f59fb9b

I haven't tried it, but that's what it claims.
0
Vladimir Iliev
Telerik team
answered on 01 Jul 2013, 09:50 AM
Hi Frederick,

 
Could you please provide runable project where the issue is reproduced? This would help us pinpoint the exact reason for this behavior.

Kind Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Frederick
Top achievements
Rank 1
answered on 01 Jul 2013, 03:14 PM
Hello Vladimir,

No need for you to follow up on this.  I had manually taken an existing MVC project and attempted to get it working with Kendo.  I think I must have missed adding something to it because when I created a new project using the Kendo MVC4 template the same code worked as expected.
Tags
Grid
Asked by
Frederick
Top achievements
Rank 1
Answers by
Frederick
Top achievements
Rank 1
jasonxz
Top achievements
Rank 1
Vladimir Iliev
Telerik team
Share this question
or