Hi!
I have a RadGridView bound to an ObservableCollection<MyObjectType>.
In one of my method I receive a "MyObjectType" object, and I've to select it in the RadGridView.
It was working without any problem, but it seems that the SetIsSelected mehtod is now protected and I can't access it anymore.
How do I do now? I receive a MyObjectType and not a RadGridViewItem.
Why this regression?
I'm very disappointed on this change.
I have a RadGridView bound to an ObservableCollection<MyObjectType>.
In one of my method I receive a "MyObjectType" object, and I've to select it in the RadGridView.
It was working without any problem, but it seems that the SetIsSelected mehtod is now protected and I can't access it anymore.
How do I do now? I receive a MyObjectType and not a RadGridViewItem.
Why this regression?
I'm very disappointed on this change.