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

Sample code problem

1 Answer 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Adiel
Top achievements
Rank 2
Adiel asked on 08 Nov 2011, 10:13 AM
Hi 
In the SDK sample at the N-Tier samples with WCF plain service. 
The grid should do filtering on server but it doing it only with "==" operator. 
If I choose "grater than" or any other option it doing the filtering on client (Take all table...) 
The code implement "ToDynamicLinq" work only for the pre-setted values in the filter. 

Do you have more complete example for that? 
Thanks 
Adiel

1 Answer, 1 is accepted

Sort by
0
Serge
Telerik team
answered on 11 Nov 2011, 10:03 AM
Hi Adiel,

 Unfortunately at this time we have not planned any improvements of that particular feature of this example for the release that is scheduled for next week. What we have done however is complete revamp the service implementation and provided a comprehensive test suite to the example. 

 Rest assured that we have noted the request and will look further into improving this behaviour, you can actually do so on your own by playing around with the DescriptorExtensions class and the extensions methods in it. The format that the service can parse is regular Dynamic Linq expressions. You can find more information on that topic in this blog post.

I hope this proves to be helpful. Do let us know if you have further questions.

Best wishes,
Serge
the Telerik team

NEW and UPDATED OpenAccess ORM Resources. Check them out!

Tags
General Discussions
Asked by
Adiel
Top achievements
Rank 2
Answers by
Serge
Telerik team
Share this question
or