I know setting DataContext = DataTable.DefaultView named MODULES at class scope for a page is enough to bind every component via {Binding ColumnName}. But I note that radGridView is not filled in this way:
public class MyClass
public MyClass()
this.InitializeComponent();
public void Page_Loaded(object sender, System.Windows.RoutedEventArgs e)
Could you please try with an empty binding? E.g. - ItemsSource="{Binding}"
All the best,
Yavor Georgiev
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