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

Grouping in wrappanel ?

3 Answers 133 Views
VirtualizingWrapPanel
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 25 Jul 2013, 11:48 AM
I was pointed to the virtualised wrappanel by another developer but i've not managed to figure out if what I need is possible.

I want to have a wrappanel containing custom objects eg:

public class CO
{
    public int GroupA {get; set;}
   
    ... other properties not needed for this example
}

I've also got a group object like:

public class Group
{
    public int ID {get; set}
    public string Description {get; set}
}

I'm wanting a wrappanel where I can show the CO's. That's easy, WPF does this already.

What i'm wanting to do is trigger a "group by" so if I set to say A, then the wrappanel shows

GROUP 1 DESCRIPTION
   all CO's with GroupA = 1

GROUP 2 DESCRIPTION
  all CO's with GroupA = 2

This can be toggled on/off.

A further complication is where I may have different groups to group by eg: another GroupB member or, have a List<int> GroupMember and group if the desired ID is found in the list.

I have found a control by a telerik competitor which does do what i'm asking, but the price is over 10x Telerik and definately out of my price point.

Can this be done in the telerik suite ?

3 Answers, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 25 Jul 2013, 04:03 PM
Hello Andrew,

This is already logged in our Public Issue Tracking System as a feature request. You can find the PITS Issue here: Public URL . There you may vote for it and you may follow its progress as well.


Regards,
Yoan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Chuck
Top achievements
Rank 1
answered on 04 Jun 2015, 05:00 PM
The "Public URL" is broken - is this now a feature and if so where are the examples?
0
Ivan Ivanov
Telerik team
answered on 05 Jun 2015, 05:25 AM
Hi,

Please, excuse us. We migrated our public tracking system since then and we must have missed this URL. The feature is not yet developed. Here is the new working link

Regards,
Ivan Ivanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
VirtualizingWrapPanel
Asked by
Andrew
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Chuck
Top achievements
Rank 1
Ivan Ivanov
Telerik team
Share this question
or