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

How to apply checkbox selection to records of differen page sizes?

1 Answer 40 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Parthasarathi
Top achievements
Rank 1
Parthasarathi asked on 22 Jan 2013, 07:07 PM
Hi All,

Initially, I have selected page size 25 in kendo listview and checked the select all check box. Then checkboxes of 25 records has been checked. That's fine. Until this no issue. The problem is if I select 50 from PageSizes dropdown, still only checkboxes of 25 records are getting selected. SelectAll checkbox option is not applying for all 50 records. Is there any way to do this? Immediate help would be appreciated.

Listview pager seetings in MVC I have written:
.Pageable(pager => { pager.PageSizes(new int[] { 25, 50, 100, 200 }); pager.ButtonCount(1); })


Regards,
Partha.

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 24 Jan 2013, 09:45 AM
Hello Parthasarathi,

Without the logic used to check these checkboxes we are not able to tell you what exactly is going wrong. Could you share us the code so we can take a look for any potential problems?

Kind regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ListView
Asked by
Parthasarathi
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or