Blazor Scheduler Example - Search Events
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Search by all event fields
Search by specific event fields
This example showcases search results of Scheduler appointments in a grid. When users provide the search string on appropriate fields, the resulting event collection based on the search criteria is displayed in a Grid.
In this example, the search text value is compared with the event field values of Scheduler DataSource, and the filtered resultant event data collection is assigned to the DataSource of the Grid.