RadGrid built-in filtering using an entity collection?

Posts   
 
    
nilsey
User
Posts: 54
Joined: 11-Jan-2008
# Posted on: 27-Jan-2011 01:01:27   

i'm having tropuble finding how to implement the telerik radgrid's built-in filtereing when i am binding to an entity collection in teh code behind.

I.e. i am using teh radgrid's needDataSource event to bind to a collection of entities.

is there a way to use the radgrid.mastertableview.filterexpression (which is a LINQ exporession i believe) to filter an entity collection?

using LLBL v2.6.

edit: figured it out, thx.