Skip to content

SyncfusionExamples/blazor-multiselect-dropdown-refresh-data-async

Repository files navigation

Blazor MultiSelect dropdown refresh data async

This sample explains how to perform RefreshDataAsync method operation in OData Adaptor, WebApi Adaptor and Custom Adaptors in MultiSelect component.

  • ODataAdaptor.razor page explains how to perform RefreshDataAsync method in ODataAdaptor.
  • WebApiAdaptor.razor page explains how to perform RefreshDataAsync method in WebApiAdaptor.
  • UrlAdaptor.razor page explains how to perform RefreshDataAsync method in UrlAdaptor.

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.

See also