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.