Hi,
I'm using RadControls for WPF 2010 Q1 (V2010.1.528.35). I have to customize the RadGridView according the following points :- the grid needs to define a first column that is a checkbox column allowing to select/deselect rows
- this column is databound (2way) to a boolean property (IsSelected) of an object.
- the column must be always in edit mode. The user needs to be allowed to check directly the checkboxes without a previous click/double click that put the cells in editmode.
The first 2 points are done without any problem. For the third, I've tried differents ways to achieve this goal but without success :/
Can someone provide me a little help on this point ?
Greets,
Thomas