Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
605
VirtualCollection and serverside paging via RIA services
posted

Hello,

I want to use filtering on virtual collection. I read post http://blogs.infragistics.com/forums/p/43501/240440.aspx#240440.

And have a some questions:

What if we using RIA services and want to do filtering on serverside entities of ObjectContext  i.e.

var testData = ObjectContext.TestData.Where((Expression<Func<TestData, bool>>)condition.GetCurrentBLOCKED EXPRESSION;

Will it works?

And how can I send an Expression to RIA service server side ?

 

 

 

 

BR,

Alexey Lukyanov

Parents Reply Children