New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the settings for semantic search in the RadDataGrid.

Definition

Constructors

C#
public DataGridSemanticSearchSettings()

Methods

Gets or sets the callback that provides search matches for a semantic search query. The callback receives a DataGridSemanticSearchCellProbe containing the search text and cell information, and should populate the Matches collection with any matches that satisfy the semantic search criteria.

C#
protected override void ProvideSearchMatches(DataGridSearchProbe probe)
Parameters:probeDataGridSearchProbe

An entity that contains information about the item, such as text of the item, the effective search text, and more.

Overrides: DataGridSearchSettingsBase.ProvideSearchMatches(DataGridSearchProbe)