Is it possible to do custom filtering in the listview like it is possible in radgridview?
I want to do a contains filter on an integer column. But this is not possible. In radgridview this was possible by setting the MasterTemplate.FilterPredicate.
1 Answer, 1 is accepted
0
Julian Benkov
Telerik team
answered on 04 Aug 2011, 03:43 PM
Hi Kim,
You can achieve this functionality using the DataView property of the root ListViewElement. Here is a simple example: