Hello,
I would like to know the best way to implement filtering on a RadGrid with multiple criteria. For example I would like to be able to dynamically build a query on a column such as "WHERE Name CONTAINS 'A' OR Name CONTAINS 'B' OR Name CONTAINS 'C'".
I have implemented custom filtering with a dropdownlist on a column based on the article found here. My dropdownlist will have some items that need to filter on multiple criteria and others that should only filter on one criteria. Any help you can give would be greatly appreciated.
Thanks,
Mike
I would like to know the best way to implement filtering on a RadGrid with multiple criteria. For example I would like to be able to dynamically build a query on a column such as "WHERE Name CONTAINS 'A' OR Name CONTAINS 'B' OR Name CONTAINS 'C'".
I have implemented custom filtering with a dropdownlist on a column based on the article found here. My dropdownlist will have some items that need to filter on multiple criteria and others that should only filter on one criteria. Any help you can give would be greatly appreciated.
Thanks,
Mike