This question is locked. New answers and comments are not allowed.
Hi, I try to bing a property to the GridView.Source like this:
to do programatically this Xaml code:
I can't found the property ItemSource in the RadGridView code behind.
And whats about this xmal property:
Binding bind = new Binding(Binding);bind.Mode = BindingMode.TwoWay;GridView.SetBinding(RadGridView., bind);to do programatically this Xaml code:
ItemsSource="{Binding PagedSource, ElementName=radDataPager1}"I can't found the property ItemSource in the RadGridView code behind.
And whats about this xmal property:
SelectedItem="{Binding RechResultatSelection, Mode=TwoWay}"