Hello,
I use Syncfusion 15.41 version.
I want that filter works in the following way. For example:
Column Product description
8887 PRODUCT EXAMPLE 1
8886 PRODUCT EXAMPLE 2
8882 PRODUCT EXAMPLE 3
8888 PRODUCT EXAMPLE 33
I want search with: "product 3" and the results are: PRODUCT EXAMPLE 3 and PRODUCT EXAMPLE 33
Now i use in the filter textbox: "*product * 3" and work it. But is there some way to prevent use the *
Thanks