Hi,
I have a RadGridView that uses DataContext="A" and I want for one of the GridViewDataColumn to use other DataContext="B".
I would be happy if you could explain to me how to do this.
Thanks
The columns in RadGridView are not bound to separate data contexts. Instead, each row has its own data context which is an item from the ItemsSource of RadGridView. If you tell me what exactly you need to achieve I can think of a possible solution for your case.