This is a migrated thread and some comments may be shown as answers.

[Solved] Filter on multiple columns

2 Answers 137 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rich Lasker
Top achievements
Rank 1
Rich Lasker asked on 29 Jun 2009, 08:02 PM
Is there a way to Client side filter a grid on multiple columns? As an example, say I have two columns; Title & Description. If I have a textbox where someone can enter a filter term I want to be able to use that serch term on both columns in an OR fashion to accomplish the following

search where title OR description contains search_term 

I see that the GridTableView has a filter function but it appears to only filter a single column.

2 Answers, 1 is accepted

Sort by
0
Rich Lasker
Top achievements
Rank 1
answered on 30 Jun 2009, 04:18 PM
anyone?
0
BaiH
Top achievements
Rank 1
answered on 30 Jun 2009, 05:58 PM
As I'm aware you cannot use client-side filter funciton to filter on multiple column. However you may consider using a custom rotine in order to manully retrive the filtered data based on entered filter createria and to feed the result to RadGrid.

--BH
Tags
Grid
Asked by
Rich Lasker
Top achievements
Rank 1
Answers by
Rich Lasker
Top achievements
Rank 1
BaiH
Top achievements
Rank 1
Share this question
or