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

Grid paging problem - can't access page 11

2 Answers 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Oliver
Top achievements
Rank 1
Oliver asked on 08 Jan 2014, 02:25 PM
I have a weird problem with grid paging.
Whenever i select apge 11 it does not work. I still see page i was before. e.g. on page 10 i press next - i still see page 10.

The grid setup: PageSize(10), pageable.ButtonCount(5)
Total data count: 112

Loaded dynamically by ajax:
Json result looks like (generated with kendo function extionsion ToDataSourceResult()):
{
  "Data": [
    ... 10 items ...
  ],
  "Total": 112,
  "AggregateResults": null,
  "Errors": null
}

I have logged the DataResults - and i saw, that the correct items are send back to the client, but they are not displayed (but only on page 11 - all other pages show the correct items, even page 12, when ein press the last page button).
Is there a bug in kendo ui grid? (i'm using the latest kendo ui version 2013.3.1119)

2 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Nikolov
Telerik team
answered on 09 Jan 2014, 03:12 PM
Hi Oliver,

No such issues has been reported so far, and I was not able to reproduce this using our online demos. Would it be possible to extract a runnable sample that we can take a look at?

You can also try to download the latest internal build from your account, which is 2013.3.1220, which is a newer version of the one you are using at the moment. 

I would also suggest you to take a look at this article it might be helpful, extracting the project:

http://www.kendoui.com/blogs/teamblog/posts/13-09-24/how-to-get-the-most-out-of-your-kendo-ui-support.aspx

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Accepted
Oliver
Top achievements
Rank 1
answered on 09 Jan 2014, 05:47 PM
Hi Kiril,

Thanks for the quick response. Now I have figured out the problem. It was an unhandled Server Error - more exactly a MVC Json Error. 

Sorry for blaming Kendo ui ;) 

But thanks for the hint with the internal builds,

Regards,
O.
Tags
Grid
Asked by
Oliver
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Oliver
Top achievements
Rank 1
Share this question
or