Currently RadGrid has two options for matching:
MatchAllTerms = AND filter
MatchAnyTerm = OR filter
I'd like a 3rd options : SmartMatch - which should work much like Google searching:
So, what it should do i make a ranked match by doing an OR filtering and then order by descending of number of matches pr row.
This way the best matching items will be on top of the grid and the least matching items on the bottom.
This should be fairly easy to implement...