Conditionally making readonly to WPF DataGridCell
Posted
by Ant
on Stack Overflow
See other posts from Stack Overflow
or by Ant
Published on 2010-06-01T03:27:30Z
Indexed on
2010/06/01
3:33 UTC
Read the original article
Hit count: 321
Hi All,
I have a situation that needs to conditionally make readonly to wpf datagrid cell. There is IsReadOnly property in DataGridCell. But unfortunately, that property is readonly! Is there any way to do it?
ant.
© Stack Overflow or respective owner