How to edit boolean in a DataGridCheckBoxColumn in Silverlight 3

Posted by Polo on Stack Overflow See other posts from Stack Overflow or by Polo
Published on 2010-04-07T10:05:54Z Indexed on 2010/04/07 10:23 UTC
Read the original article Hit count: 984

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 :)

alt text

If anyone can help! thanks !!

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about datagrid