How do I search "France, testing, testcomment"

How do I search "France, testing, testcomment" via radzen blazer grid across all columns in a table. It needs to return all rows where any of these words exist. User will type "France, testing, testcomment" in search box

This can be generated using Radzen templates "Enable search as you type":



thanks where do I directly add it in blazer grid?

<RadzenGrid @ref="grid0" AllowFiltering="true" FilterMode="FilterMode.Advanced" AllowPaging="true" AllowSorting="true" Data="@getContactsResult" TItem="BlazorAppOutlook.Models.OutlookUtility.Contact" RowSelect="@Grid0RowSelect" >