[]
Gets or sets the collection of fields data types that should be considered when performing full text filtering and highlighting in the grid. Only the data type listed here will be checked for matches when FilterString changes.
public IEnumerable<string> FilteredFields { get; set; }
Public Property FilteredFields As IEnumerable(Of String)
When you specify a list of fields in this property, only those columns will be included in the filtering process. Flags such as MatchNumbers and MatchBooleans are ignored, and type-based filtering will not be applied to other columns.