How to edit boolean in a DataGridCheckBoxColumn in Silverlight 3
- by Polo
Hello,
I have a datagrid with some TextColumn and one DataGridCheckBoxColumn. I bind it with à itemsource that contaned à boolean and i can see that my checkboxes or checked or not by the boolean everything is OK at this point.
but the checkboxs cells are in ReadOnly even if i assigne IsReadOnly = False. I cant find the right and clean way to enable the editing.
I dont need data validation but juste to be able to edit and check those checkboxes :)
If anyone can help! thanks !!