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

Q2 GridView grouping

5 Answers 87 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Adriano
Top achievements
Rank 1
Adriano asked on 16 Jul 2009, 07:10 AM
In Q2 version of RadGridView, when we group dragging an header column in the grouping area, the grouping is initially collapsed. This wasn't the normal behaviour in Q1 version. Is a new feature of Q2 version or not? In positive case, is it possible disable this behaviour?

Many  thanks
Adriano

5 Answers, 1 is accepted

Sort by
0
Missing User
answered on 16 Jul 2009, 08:02 AM
Hello Adriano,

We've changed the grouping behaviour because of our new data engine which is tightly coupled to LINQ.
Currently all groups are collapsed,  but you can manually expand them.  Just subscribe to the DataLoaded event and in the event handler do the following:

 void RadGridView1_DataLoaded(object sender, System.EventArgs e)  
        {  
            RadGridView1.ExpandAllGroups();  
        } 

However in our first service pack (scheduled for the end of the month) we will introduce new property called AutoExpandGroups - for controlling grouping behaviuor in order to be able to specify the desired behavior directly in XAML

Regards,
Anastasia
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Adriano
Top achievements
Rank 1
answered on 16 Jul 2009, 08:13 AM
Thank you so much. We have another strange behaviour respect Q1 version. When we group in GridView, the width of grouped rows are different. If you want, I could open a ticket and send you a screenshot of what i mean.

Adriano
0
Missing User
answered on 16 Jul 2009, 08:29 AM
Hello Adriano,

Yes, please open a support ticket with the screenshot attached.

All the best,
Anastasia
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Adriano
Top achievements
Rank 1
answered on 16 Jul 2009, 08:43 AM
Done! The ticket number is 227759.

Adriano
0
Missing User
answered on 16 Jul 2009, 09:25 AM
Hi Adriano,

This is a known issue in our current official version but we will do our best to provide a fix in the upcoming service pack(2009_Q2_SP1)

All the best,
Anastasia
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Adriano
Top achievements
Rank 1
Answers by
Missing User
Adriano
Top achievements
Rank 1
Share this question
or