Skip to content

Commit d849ab9

Browse files
committed
984382: Updated the UG document for Listview
1 parent 1443c94 commit d849ab9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blazor/listview/getting-started-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Import the `Syncfusion.Blazor` and `Syncfusion.Blazor.Lists` namespace .
116116
{% endhighlight %}
117117
{% endtabs %}
118118

119-
Register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Service in the appropriate **~/Program.cs** ile(s) of the Blazor Web App:
119+
Register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Service in the appropriate **~/Program.cs** file(s) of the Blazor Web App:
120120

121121

122122
If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, Register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service in both **~/Program.cs** files in the Blazor Web App.

blazor/listview/how-to/get-selected-items-from-listview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: ListView
77
documentation: ug
88
---
99

10-
# Retrieving Selected Items in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor ListView
10+
# Retrieving Selected Items from ListView Component
1111

1212
The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor ListView component offers functionalities for users to select one or more items from a list. This guide outlines how to retrieve selected items, a feature essential for applications that need to process or display data based on user choices.
1313

0 commit comments

Comments
 (0)