Hi
I am trying to create my own custom column based on GridViewBoundColumnBase to use with RadGridView.
When using a column like GridViewDataColumn intellisense knows that the Binding in DataMemberBinding uses the context of an item specified in its parents RadGridView's ItemsSource. This gives me the proper suggestions from intellisense to bind to.
With my custom column I am unable to replicate this behavior. I only inherit the datacontext from the parent RadGridView. How can I get around this?
(PS: I need to create a custom column, I do not want to set the DataTemplate of GridViewColumn specifically for every table)