How to extend QueryableFilterRepeater to override the filters shown?

Posted by SDReyes on Stack Overflow See other posts from Stack Overflow or by SDReyes
Published on 2010-04-21T18:35:27Z Indexed on 2010/04/23 23:53 UTC
Read the original article Hit count: 658

In previous versions of DynamicData you could override GetFilteredColumns method from FilterRepeater to manage which columns are used to generate filters.

But now FilterRepeater is obsolete, and his successor QueryableFilterRepeater don't have such method.

There is any way to override the columns used for filtering with QueryableFilterRepeater?

© Stack Overflow or respective owner

Related posts about dynamic-data

Related posts about .net4