How to make silverlight datagrid editable?
Posted
by Nair
on Stack Overflow
See other posts from Stack Overflow
or by Nair
Published on 2010-05-23T14:10:33Z
Indexed on
2010/05/23
14:21 UTC
Read the original article
Hit count: 170
silverlight-4.0
I created a simple collection of Person with name, age and sex where all three fields have getters and setters. I bound the collection to the data grid using the itemssource. I can see the data been showed up in the data grid but it does not allow me to edit any of the rows. What do I make so that it becomes editable?
Thanks.
© Stack Overflow or respective owner