Hello,
I’m having a issue with RadGridView for WPF.
When dragging a column header into the grouping bar, It throws the following exception:
System.InvalidOperationException was unhandled.
Message=Root AdornerLayer Not Found. Please make sure that your root visual is Window or other element that has an adorner layer. Alternatively, wrap your root panel in an <AdornerDecorator> element.
I have tried to wrap the root panel (and any other panel) into an AdornerDecorator in xaml code. Alternatively, I tried to create an AdornerLayer by code and wrap the panel/s in AdornerDecorators but the result was always the same.
I’m using RadGridView in a custom control derived from Control
class. It applies a generic template defined at generic.xaml file and this
control is part of an independent assembly referenced in a main project.
Thank you very much for your help.