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

Problem with Grid Paging

2 Answers 114 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sarvesh
Top achievements
Rank 1
Sarvesh asked on 17 May 2012, 09:56 AM
Hi,

I cant seem to get grid paging to work. Even after specifying the total records the data is not paged.  You can find the fiddle below.
http://jsfiddle.net/sarvesht/p9Trg/12/

Regards,
Sarvesh

2 Answers, 1 is accepted

Sort by
0
Accepted
Srinivasulu
Top achievements
Rank 1
answered on 17 May 2012, 11:42 AM
in datasource  give the Pagesize:2 then it is working fine.

var 
dataSource new kendo.data.DataSource({
data:d,
pageSize:2, 

http://jsfiddle.net/phg7c/ 
0
Sarvesh
Top achievements
Rank 1
answered on 17 May 2012, 11:51 AM
Thanks a lot, this worked.
Tags
Grid
Asked by
Sarvesh
Top achievements
Rank 1
Answers by
Srinivasulu
Top achievements
Rank 1
Sarvesh
Top achievements
Rank 1
Share this question
or