This question is locked. New answers and comments are not allowed.
Hello,
before the update we sorted items on "typ"
<telerik1:RadGridView.GroupDescriptors>
<telerik1:ColumnGroupDescriptor Column="{Binding Columns[\Typ\], ElementName=radGridView1}"
SortDirection="Ascending">
</telerik1:ColumnGroupDescriptor>
</telerik1:RadGridView.GroupDescriptors>
and the expandergroups remembered there state, but now after the update, if we change the items in the BulkObservableCollection the expandergroups closes.
How do we fix that.
Best
Fredrik
before the update we sorted items on "typ"
<telerik1:RadGridView.GroupDescriptors>
<telerik1:ColumnGroupDescriptor Column="{Binding Columns[\Typ\], ElementName=radGridView1}"
SortDirection="Ascending">
</telerik1:ColumnGroupDescriptor>
</telerik1:RadGridView.GroupDescriptors>
and the expandergroups remembered there state, but now after the update, if we change the items in the BulkObservableCollection the expandergroups closes.
How do we fix that.
Best
Fredrik