This question is locked. New answers and comments are not allowed.
I am using Vlads datatable class to populate a gridview, the original one with dynamic linq. This works fine, however the grouping does not work. When I drag the column header over the grouping area I get the red circle with a slash and cannot drop the title.
There are no spaces in the title and they are unique.
<
telerik:RadGridView
RowIndicatorVisibility
=
"Collapsed"
IsReadOnly
=
"True"
CanUserFreezeColumns
=
"False"
<br> CanUserResizeColumns="False"<
br
> ItemsSource="{Binding ReportTable,Mode=OneWay}" />
There are no spaces in the title and they are unique.