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

Paging-enabled grid and Select all checkbox

1 Answer 130 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Morten Louw
Top achievements
Rank 1
Morten Louw asked on 23 Feb 2009, 12:31 PM
Hi,

I have a RAD-Grid with approx 900 items. It shows the data with pages of 30 items.
When I press the "select all" checkbox rendered in the header, I wan't it to select all the 900 items.

I am using client-side selection with AllowMultiRowSelection="true" and I have the ClientSettings as follows:
<ClientSettings>
    <Selecting AllowRowSelect="True"  />
</ClientSettings>

Is this possible?

Kind regards,
Morten

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 24 Feb 2009, 09:29 AM
Hello Morten,

A possible approach would be to disable the grid paging, temporarily, retrive all the checked rows and then enable paging back again.
You can also read through the following forum discussion, where a similar scenario as yours has been discussed on.
Checkbox Select - Multiple Pages

Thanks
Princy.
Tags
Grid
Asked by
Morten Louw
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or