Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 986 Bytes

File metadata and controls

20 lines (13 loc) · 986 Bytes

Customize the Appearance of a Blazor AutoComplete Using Templates

A quick-start project that helps you customize Syncfusion Blazor AutoComplete easily using templates in a WebAssembly app. In this example, you will learn how to customize the appearance of AutoComplete items, headers, and footers; display data-fetch action failure information; and show no records information using templates in the Syncfusion Blazor AutoComplete.

Documentation: https://blazor.syncfusion.com/documentation/autocomplete/templates
Online example: https://blazor.syncfusion.com/demos/autocomplete/template

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.

Further help

For more help, check the [ASP.NET Core Blazor documentation] (https://docs.microsoft.com/en-us/aspnet/core/blazor).