Hello there.
Is there any way I can bind some datacontext's property value to the IsReadOnly property?
e.g:
<toolkit:DataGridTemplateColumn Header="MyColumn" Width="160" IsReadOnly="{Binding Path=BooleanPropertyFromMyViewModel, Converter={StaticResource InvertBoolConv}}"/>
Or should I create a DataTrigger?