I have a devexpress gridview within my asp.net page which has a filter row. This in-built control seems to filter based on whether the search term is same as the beginning of the data.
So "Sa" would find "Sam's Chicken" but not "Big Sam". There is a work around that you can enter "%Sa" to find any matches though users are not particularly happy with this.
Does the filtering fire any events and can I handle this rather than use the default?
Thanks