This is a migrated thread and some comments may be shown as answers.

RadGridView.GroupDescriptors changes in uppdate

1 Answer 64 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Richard Lindeberg
Top achievements
Rank 1
Richard Lindeberg asked on 15 Mar 2012, 01:52 PM
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

1 Answer, 1 is accepted

Sort by
0
Vera
Telerik team
answered on 16 Mar 2012, 02:16 PM
Hello Richard,


We tried to reproduce the described issue but without any success. May I ask you to open a support ticket and to send a simple runnable project demonstrating the problem? We will debug it on our side in order to provide you with further assistance. 

 

Greetings,
Vera
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
Richard Lindeberg
Top achievements
Rank 1
Answers by
Vera
Telerik team
Share this question
or