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

Select Column undesirable behaviour

1 Answer 36 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Terry Newton
Top achievements
Rank 1
Terry Newton asked on 05 May 2011, 03:39 AM
I am using a select column in a grid, but it behaves oddly.  It works as a push push for a single item if you click on the checkbox, but if you click near the checkbox (above, below, left, right) but within the sell it not only sets that cells (if it is unset), but clears all other checkboxes in the column regardless of if that cell is set or not.

How can I diasable this 'nearby' functionality and make it act not affect other rows in the grid?

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 05 May 2011, 04:12 PM
Hello Terry Newton,

This would be the expected behavior since clicking on the corresponding row will select/unselect it depending on its initial state. Thus if you want to disable this functionality, you may set the CanUserSelect property of the grid to "False". In that way you will be able to select the row by the GridViewSelectColumn, but not by clicking on the row.
 

Best wishes,
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Terry Newton
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or