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

ClientSelectColumn Functionality

2 Answers 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
dhuss
Top achievements
Rank 1
dhuss asked on 04 Jun 2014, 05:20 PM
I have a grid with a clientselectcolumn that allows multiple row selection. When I check the header check box only the rows on the visible page get checked, not all of the rows for all pages.Is this how the header check box is supposed to work? If so, how do I force it to select all rows for all pages? Also, is there a list of command names that I can trap for in the itemcommand event. I have "RowClick" for single rows but is there one for the header click?

Thanks,
Dennis

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 05 Jun 2014, 06:28 AM
Hi Dennis,

I'm afraid your requirement cannot be achieved since RadGrid have in memory only current page items. If you need all items, you should disable paging and select all rows. However if you have a lot of records to be displayed there will be performance penalties.

Thanks,
Princy
0
dhuss
Top achievements
Rank 1
answered on 05 Jun 2014, 02:49 PM
Thanks Princy. That is what I figured was going on but it never hurts to check.
Tags
Grid
Asked by
dhuss
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
dhuss
Top achievements
Rank 1
Share this question
or