This question is locked. New answers and comments are not allowed.
Hi,
I have this code on the view page so that when the grid is generated, it includes a simple filter on the results:
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
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