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

[Solved] multiple checkbox in different grid pages

1 Answer 4 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nervo
Top achievements
Rank 1
Nervo asked on 12 Dec 2012, 10:57 AM
hi,
I have a problem with a telerik grid, this is my situation: I have more record in different pages and every record has a checkbox. if I check
two checkbox in two different pages and I make an event (for example push a button ) for read all the checked record, the server receive only the record in the current page and I lost the record in other pages.

 How can I resolve this problem?
thanks for the answer
nervo

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 15 Dec 2012, 10:56 AM
Hello Nervo,

You can use the approach suggested in this forum thread to keep track and if needed to persist the state when paging.  If you are posting the values with a form then you could set a comma separated list with the checked records IDs to a hidden input before submitting.

Regards,
Daniel
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
Tags
Grid
Asked by
Nervo
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or