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

[Solved] IsReadOnly is broken

1 Answer 109 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.
Brandmuscle
Top achievements
Rank 1
Brandmuscle asked on 01 May 2009, 02:23 PM
I have the following code in my XAML:

<

 

grid:RadGridView IsReadOnly="True" Grid.Row="3" x:Name="ProductsGrid" MaxHeight="500">

 

 

 

</grid:RadGridView>

 


When I set the ItemsSource in the code to bind to a list of objects on the fly, the grid is no longer "ReadOnly". 

1 Answer, 1 is accepted

Sort by
0
Brandmuscle
Top achievements
Rank 1
answered on 01 May 2009, 02:30 PM
Disregard this forum posting.  It seems to work now (strange?).  If I have issues with this in the future I will post again.

Thanks
Tags
GridView
Asked by
Brandmuscle
Top achievements
Rank 1
Answers by
Brandmuscle
Top achievements
Rank 1
Share this question
or