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

All results in Grid (server side paging)

1 Answer 95 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Hajrija
Top achievements
Rank 1
Hajrija asked on 16 Jan 2015, 02:36 PM
Hi, 

I have a grid server side paging and filtering and need to implement select all results. 
is there any way to get all results ignoring page size ? 

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 20 Jan 2015, 08:58 AM
Hello Hajrija,

You can set pageSize to the total items, thus all items will be shown in one page: grid.dataSource.pageSize(grid.dataSource.total())

Regards,
Nikolay Rusev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Hajrija
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or