This question is locked. New answers and comments are not allowed.
Hi,
In Windows 7 (maybe Vista too) there is an explorer feature found int the "Folder Options" called "Use check boxes to select items" which lets the user (un)select files using the traditional methods or checkboxes.
I am trying to emulate that feature using the GridView but I haven't figured out how to bind the checkbox to the rows selection state.
Ideally, one the row/checkbox selection should also be tied to the SelectedItems property of the Grid so that it can be used in the code behind to select the row and cause the checkbox to update.
I would really appreciate an example about how to solve this problem.
Cheers,
Clint
In Windows 7 (maybe Vista too) there is an explorer feature found int the "Folder Options" called "Use check boxes to select items" which lets the user (un)select files using the traditional methods or checkboxes.
I am trying to emulate that feature using the GridView but I haven't figured out how to bind the checkbox to the rows selection state.
Ideally, one the row/checkbox selection should also be tied to the SelectedItems property of the Grid so that it can be used in the code behind to select the row and cause the checkbox to update.
I would really appreciate an example about how to solve this problem.
Cheers,
Clint