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

Grouping on more than one field

1 Answer 40 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Dennis
Top achievements
Rank 1
Dennis asked on 03 Nov 2009, 04:43 PM
Hello,
I'm trying to do some more complex grouping in a winforms RadGridView.  What I'd like to accomplish is to do a grouping on two fields at the same level.  For instance  have a table of invoices and in some situations the invoice can be rejected.  So what i'm trying to show is how many invoices per customer were paid or rejected for a certain date.  So what I'd like to see is something like this.

to start everything Customer/Pay date level
+   CUSTOMER1    10/01/2009
+   CUSTOMER2    10/01/2009        
+   CUSTOMER1    10/02/2009

then clicking on the + see:
-     CUSTOMER1    10/01/2009
    Paid            20    $200.00
    Rejected     2      $50.00
-     Customer 2     10/01/2009
    Paid            10    $100.00
    Rejected    1        $35.00


I've seen reference that something like this should be available in the Q2 2009 release and we have Q2 2009 SP1.  Could someone please verify this info is correct that it is possible and if so maybe point me to an example?

Thanks

Dennis

    

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 06 Nov 2009, 03:27 PM
Hello Dennis,

Thank you for writing. I am afraid RadGridView does not have support for this feature yet. We still have plans to implement it, but first we need to finish and polish the new data layer on which we have been working for some time. Thank you for your understanding.

All the best,
Victor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Dennis
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or