This question is locked. New answers and comments are not allowed.
I have the following code in my XAML:
When I set the ItemsSource in the code to bind to a list of objects on the fly, the grid is no longer "ReadOnly".
<
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".