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

Only select rows using GridClientSelectColumn

1 Answer 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 08 Jul 2008, 06:51 PM
In order to use the GridClientSelectColumn, I have the AllowRowSelect option enabled. However, I only want users to be able to select items using the GridClientSelectColumn. The problem I'm having is that a user may select multiple rows using the checkboxes or holding down Shift and selecting the first and last. However, as soon as the user clicks on a column that is not the GridClientSelectColumn it deselects all the other columns they selected and selects only the last one they clicked on.

Thanks,
Adam

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 09 Jul 2008, 05:40 AM
Hi Adam,

Check out the following code library submission which demonstrates how to select grid rows only when the CheckBox(of GridClientSelectColumn) is clicked.
ClientSideSelectColumn - Disallow other selection

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