Skip to content

SEO-185391- ASP.NET Core 3 Controls Image-Alt-changes #406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions aspnet-core/Combobox/filtering.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Filtering in ComboBox control for Syncfusion ASP.NET CORE
description: Filtering support to ComboBox control for Syncfusion ASP.NET CORE
platform: core
title: Filtering in ASP.NET Core ComboBox Control | Syncfusion
description: Learn here all about filtering support in Syncfusion ASP.NET Core ComboBox control, it's elements, and more.
platform: aspnet-core
control: ComboBox
documentation: ug
keywords: allowFiltering, ComboBox, updateData, case sensitive filtering, filter type, minimum filter character
---

# Filtering
# Filtering in ASP.NET Core ComboBox

The ComboBox has built-in support to filter data items when the `allowFiltering` is enabled. The filter operation starts as soon as you start typing characters in the component.

Expand Down Expand Up @@ -64,7 +64,7 @@ The following sample illustrates how to query the data source and pass the data
Output for filtering combobox control is as follows.


![](Combobox_filtering_images/filtering.png)
![Filtering in ASP.NET Core ComboBox.](combobox_filtering_images/aspnet-core-combobox-filtering.png)


## Limit the minimum filter character
Expand Down Expand Up @@ -179,8 +179,7 @@ In the following examples, data filtering is done with the `endsWith` type.

Output for filtering combobox control is as follows.


![](Combobox_filtering_images/filter_type.png)
![Filter type in ASP.NET Core ComboBox.](combobox_filtering_images/aspnet-core-combobox-filter-type.png)

## Case sensitive filtering

Expand Down Expand Up @@ -237,5 +236,6 @@ The following example shows how to perform the case-sensitive filter.

Output for filtering combobox control is as follows:

![Filter type in ASP.NET Core ComboBox.](combobox_filtering_images/aspnet-core-combobox-filter-type.png)

![](Combobox_filtering_images/case_sensitive_filtering.png)
![Case sensitive filtering in ASP.NET Core ComboBox.](combobox_filtering_images/aspnet-core-combobox-case-sensitive-filtering.png)
11 changes: 5 additions & 6 deletions aspnet-core/ListBox/Data-binding.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Data binding | ListBox | ASP.NET Core | Syncfusion
description: data-binding
title: Data Binding in ASP.NET Core ListBox Control | Syncfusion
description: Learn here all about data binding support in Syncfusion ASP.NET Core ListBox control, it's elements, and more.
platform: aspnet-core
control: ListBox
documentation: ug
---

# Data-binding
# Data binding in ASP.NET Core ListBox

The ListBox is populated with the node information taken from a data source. The ListBox supports binding data sources containing hierarchical data and supports Object data, Remote data for retrieving data from a specified data source.

Expand Down Expand Up @@ -139,7 +139,7 @@ The following code explains you the details of data binding with ListBox.



![](Data-binding_images/Data-binding_img1.png)
![Local data in ASP.NET Core ListBox.](data-binding_images/aspnet-core-listbox-data-binding.png)



Expand Down Expand Up @@ -172,8 +172,7 @@ The following steps explains you the details of data binding from remote.
2. Output of the above steps.



![](Data-binding_images/Data-binding_img2.png)
![Remote data in ASP.NET Core](data-binding_images/aspnet-core-listbox-remote-data.png)



12 changes: 6 additions & 6 deletions aspnet-core/Menu/Icons-and-navigation.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Icons and navigation | Menu | ASP.NET Core | Syncfusion
description: icons and navigation
title: Icons and navigation in ASP.NET Core Menu Control | Syncfusion
description: Learn here all about icons and navigation support in Syncfusion ASP.NET Core Menu control, it's elements, and more.
platform: aspnet-core
control: Menu
documentation: ug
---

# Icons and navigation
# Icons and navigation in ASP.NET Core Menu

Icons are the images that is displayed in the Menu control. To specify the menu with icons you can use SpriteCssClass property to display the icons.

Expand Down Expand Up @@ -127,7 +127,7 @@ Icons are the images that is displayed in the Menu control. To specify the menu

The following screenshot displays the output for the above code.

![](Icons-and-navigation_images/Icons-and-navigation_img1.png)
![Icons in ASP.NET Core Menu.](icons-and-navigation_images/aspnet-core-menu-icons.png)

Menu with Icons
{:.caption}
Expand Down Expand Up @@ -169,14 +169,14 @@ Navigation in Menu control is the default usage to navigate into the other web p

The following screenshot displays the output for the above code example.

![](Icons-and-navigation_images/Icons-and-navigation_img2.png)
![Navigation in ASP.NET Core Menu.](icons-and-navigation_images/aspnet-core-menu-navigation.png)

Navigation of Menu
{:.caption}

When you click on “Google” that is present under “Search engine”, it navigates to the link that you specified in the sample code. Then the output is as follows.

![](Icons-and-navigation_images/Icons-and-navigation_img3.png)
![Items in ASP.NET Core Menu.](icons-and-navigation_images/aspnet-core-menu-items.png)

After navigating to a menu item
{:.caption}