-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b51fc2
commit 6f6f468
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# customize-the-appearance-of-a-blazor-autocomplete-using-templates | ||
# 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. | ||
|
||
Watch the video: Coming soon... | ||
|
||
Documentation: https://blazor.syncfusion.com/documentation/autocomplete/templates | ||
Online example: https://blazor.syncfusion.com/demos/autocomplete/template | ||
|
||
## Project prerequisites | ||
Make sure you have the compatible version of .NET Core on your machine before starting to work on this project. You also need the following: | ||
* [Visual Studio 2019 (version 16.6+)]( https://visualstudio.microsoft.com/downloads) | ||
* [.NET Core SDK 3.1.3+](https://dotnet.microsoft.com/download/dotnet-core/3.1) | ||
|
||
## How to run this application | ||
To run this application, you need to first clone or download the ‘customize the appearance of a blazor autocomplete using templates’ repository and then open it in Visual Studio 2019. Now, build and run your project to view the output. | ||
|
||
## Further help | ||
For more help, check the [ASP.NET Core Blazor documentation] (https://docs.microsoft.com/en-us/aspnet/core/blazor). |