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

[Solved] Filters in Filtrable not working?

2 Answers 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Joao Cardoso
Top achievements
Rank 1
Joao Cardoso asked on 14 Jun 2010, 04:48 PM
Hi,

I have this code on the view page so that when the grid is generated, it includes a simple filter on the results:

         gridBuilder.Filterable(Sub(f)  
                                    f.Filters(Sub(s)  
                                                  s.Add(Function(e) e.Estado).IsEqualTo("Aguardar [DES]")  
                                              End Sub)  
                                End Sub)  
 

In my view this filter should add up to any other filters I have on the Linq 2 Entities query, but it does not. It just ignores it completly.

Any ideas? Or am I doing something worng here?

My build is 2010.1.309, using VS2010.

Cheers

Joao cardoso

2 Answers, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 15 Jun 2010, 07:15 AM
Hello Joao Cardoso,

Upgrading to the current official release should resolve this problem.

Regards,
Atanas Korchev
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
0
Joao Cardoso
Top achievements
Rank 1
answered on 15 Jun 2010, 09:44 AM
Thanks Atanas,

And thank you for the fast replies :) Got the link to the new version on the other post. Will check it out.

cheers

Joao Cardoso
Tags
Grid
Asked by
Joao Cardoso
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Joao Cardoso
Top achievements
Rank 1
Share this question
or