This is a migrated thread and some comments may be shown as answers.

[Solved] Bind ‘ISREADONLY’ property

3 Answers 133 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
gautham
Top achievements
Rank 1
gautham asked on 27 Sep 2010, 02:31 PM

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

3 Answers, 1 is accepted

Sort by
0
Accepted
Veselin Vasilev
Telerik team
answered on 27 Sep 2010, 02:35 PM
Hi gautham,

We are introducing a new property - IsReadOnlyBinding in the fothcoming SP2 release which is scheduled for later today or tomorrow. You should use that property.

Stay tuned!

Regards,
Veselin Vasilev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
gautham
Top achievements
Rank 1
answered on 28 Sep 2010, 07:17 AM
Hello,

      Thankyou ..

         If you provide me exact link it will be helpful to me

With Regards,
Gautham
0
Accepted
Hristo
Telerik team
answered on 28 Sep 2010, 08:14 AM
Hi gautham,

You can download the latest Q2 2010 SP2 from Your Account->Free Trials->RadControls for Slverlight or follow this link.

Sincerely yours,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
gautham
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
gautham
Top achievements
Rank 1
Hristo
Telerik team
Share this question
or