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

Queryable Collection View Filtering Bugs ?

1 Answer 94 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Darren
Top achievements
Rank 1
Darren asked on 30 Nov 2011, 08:38 AM
1 quick questions, not entirely sure they belong here

I am trying to emulate charting using queryable collection view as shown in this online example htthttp://demos.telerik.com/silverlight/#Chart/Aggregates however i noticed that filtering doesnt work in this example (i apply a filter to Type for example but the chart data/graphics dont change.

Is that normal behaviour or am i just doing it wrong ?

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 02 Dec 2011, 10:00 AM
Hello Darren,

You would have to apply the filtering to the SeriesMapping in BindChart() in the ExampleViewModel :
mapping1.FilterDescriptors.Add(new FilterDescriptor("Type", FilterOperator.Contains, "Hypermarkets"));

Hope this helps.

Regards,
Nikolay
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
GridView
Asked by
Darren
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or