This question is locked. New answers and comments are not allowed.
Hello,
I am unable to bind ‘ISREADONLY’ property. If any one provide me code snippet. I will be very helpfull.
My Code:
<telerikGridView:GridView x:Name="gvGRN"
AutoGenerateColumns="False" ShowInsertRow="{Binding
HorizontalAlignment="Left" ShowGroupPanel="False"
ItemsSource="{Binding GRNProductAndGRNSubProducts}"
IsReadOnly="{Binding IsCreateGRNAgainstPOEnabled}" >
<telerikGridView:RadGridView.Columns>
<telerikGridView:GridViewDataColumn IsReadOnly="True" Header="IR Quantity"/>
<telerikGridView:GridViewDataColumn
DataMemberBinding="{Binding Description}" Header="Description" IsReadOnly="{Binding IsReadOnly}"/>
</telerikGridView:RadGridView.Columns>
</telerikGridView:GridView>
Thanks In Advance,
Gautham