From 4024efaf8c6561656bd32be69c5055a2542c0466 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Wed, 3 Jul 2024 15:16:24 +0300 Subject: [PATCH 1/3] SEO-185391-Image-Alt-changes-core --- ...net-core-combobox-case-sensitive-filterin.PNG} | Bin .../aspnet-core-combobox-filter-type.PNG} | Bin .../aspnet-core-combobox-filtering.PNG} | Bin aspnet-core/Combobox/filtering.md | 14 +++++++------- aspnet-core/ListBox/Data-binding.md | 11 +++++------ .../aspnet-core-listbox-data-binding.png} | Bin .../aspnet-core-listbox-remote-data.png} | Bin aspnet-core/Menu/Icons-and-navigation.md | 12 ++++++------ .../aspnet-core-menu-icons.png} | Bin .../aspnet-core-menu-items.png} | Bin .../aspnet-core-menu-navigation.png} | Bin 11 files changed, 18 insertions(+), 19 deletions(-) rename aspnet-core/{Combobox/Combobox_filtering_images/case_sensitive_filtering.PNG => ComboBox/combobox_filtering_images/aspnet-core-combobox-case-sensitive-filterin.PNG} (100%) rename aspnet-core/{Combobox/Combobox_filtering_images/filter_type.PNG => ComboBox/combobox_filtering_images/aspnet-core-combobox-filter-type.PNG} (100%) rename aspnet-core/{Combobox/Combobox_filtering_images/filtering.PNG => ComboBox/combobox_filtering_images/aspnet-core-combobox-filtering.PNG} (100%) rename aspnet-core/ListBox/{Data-binding_images/Data-binding_img1.png => data-binding_images/aspnet-core-listbox-data-binding.png} (100%) rename aspnet-core/ListBox/{Data-binding_images/Data-binding_img2.png => data-binding_images/aspnet-core-listbox-remote-data.png} (100%) rename aspnet-core/Menu/{Icons-and-navigation_images/Icons-and-navigation_img1.png => icons-and-navigation_images/aspnet-core-menu-icons.png} (100%) rename aspnet-core/Menu/{Icons-and-navigation_images/Icons-and-navigation_img3.png => icons-and-navigation_images/aspnet-core-menu-items.png} (100%) rename aspnet-core/Menu/{Icons-and-navigation_images/Icons-and-navigation_img2.png => icons-and-navigation_images/aspnet-core-menu-navigation.png} (100%) diff --git a/aspnet-core/Combobox/Combobox_filtering_images/case_sensitive_filtering.PNG b/aspnet-core/ComboBox/combobox_filtering_images/aspnet-core-combobox-case-sensitive-filterin.PNG similarity index 100% rename from aspnet-core/Combobox/Combobox_filtering_images/case_sensitive_filtering.PNG rename to aspnet-core/ComboBox/combobox_filtering_images/aspnet-core-combobox-case-sensitive-filterin.PNG diff --git a/aspnet-core/Combobox/Combobox_filtering_images/filter_type.PNG b/aspnet-core/ComboBox/combobox_filtering_images/aspnet-core-combobox-filter-type.PNG similarity index 100% rename from aspnet-core/Combobox/Combobox_filtering_images/filter_type.PNG rename to aspnet-core/ComboBox/combobox_filtering_images/aspnet-core-combobox-filter-type.PNG diff --git a/aspnet-core/Combobox/Combobox_filtering_images/filtering.PNG b/aspnet-core/ComboBox/combobox_filtering_images/aspnet-core-combobox-filtering.PNG similarity index 100% rename from aspnet-core/Combobox/Combobox_filtering_images/filtering.PNG rename to aspnet-core/ComboBox/combobox_filtering_images/aspnet-core-combobox-filtering.PNG diff --git a/aspnet-core/Combobox/filtering.md b/aspnet-core/Combobox/filtering.md index e436fff0..0e1ad163 100644 --- a/aspnet-core/Combobox/filtering.md +++ b/aspnet-core/Combobox/filtering.md @@ -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 +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 element's and more. platform: 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. @@ -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 @@ -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 @@ -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) diff --git a/aspnet-core/ListBox/Data-binding.md b/aspnet-core/ListBox/Data-binding.md index 18686a4a..9ca97d98 100644 --- a/aspnet-core/ListBox/Data-binding.md +++ b/aspnet-core/ListBox/Data-binding.md @@ -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 element's 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. @@ -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) @@ -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) diff --git a/aspnet-core/ListBox/Data-binding_images/Data-binding_img1.png b/aspnet-core/ListBox/data-binding_images/aspnet-core-listbox-data-binding.png similarity index 100% rename from aspnet-core/ListBox/Data-binding_images/Data-binding_img1.png rename to aspnet-core/ListBox/data-binding_images/aspnet-core-listbox-data-binding.png diff --git a/aspnet-core/ListBox/Data-binding_images/Data-binding_img2.png b/aspnet-core/ListBox/data-binding_images/aspnet-core-listbox-remote-data.png similarity index 100% rename from aspnet-core/ListBox/Data-binding_images/Data-binding_img2.png rename to aspnet-core/ListBox/data-binding_images/aspnet-core-listbox-remote-data.png diff --git a/aspnet-core/Menu/Icons-and-navigation.md b/aspnet-core/Menu/Icons-and-navigation.md index 2e3fad6e..27778b3f 100644 --- a/aspnet-core/Menu/Icons-and-navigation.md +++ b/aspnet-core/Menu/Icons-and-navigation.md @@ -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 element's 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. @@ -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} @@ -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.](1cons-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} \ No newline at end of file diff --git a/aspnet-core/Menu/Icons-and-navigation_images/Icons-and-navigation_img1.png b/aspnet-core/Menu/icons-and-navigation_images/aspnet-core-menu-icons.png similarity index 100% rename from aspnet-core/Menu/Icons-and-navigation_images/Icons-and-navigation_img1.png rename to aspnet-core/Menu/icons-and-navigation_images/aspnet-core-menu-icons.png diff --git a/aspnet-core/Menu/Icons-and-navigation_images/Icons-and-navigation_img3.png b/aspnet-core/Menu/icons-and-navigation_images/aspnet-core-menu-items.png similarity index 100% rename from aspnet-core/Menu/Icons-and-navigation_images/Icons-and-navigation_img3.png rename to aspnet-core/Menu/icons-and-navigation_images/aspnet-core-menu-items.png diff --git a/aspnet-core/Menu/Icons-and-navigation_images/Icons-and-navigation_img2.png b/aspnet-core/Menu/icons-and-navigation_images/aspnet-core-menu-navigation.png similarity index 100% rename from aspnet-core/Menu/Icons-and-navigation_images/Icons-and-navigation_img2.png rename to aspnet-core/Menu/icons-and-navigation_images/aspnet-core-menu-navigation.png From f11a9eb152c2601fe3671c4041fbfcf366fed708 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Wed, 3 Jul 2024 15:31:43 +0300 Subject: [PATCH 2/3] made changes --- ...pnet-core-combobox-case-sensitive-filtering.PNG} | Bin aspnet-core/Combobox/filtering.md | 2 +- aspnet-core/Menu/Icons-and-navigation.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename aspnet-core/ComboBox/combobox_filtering_images/{aspnet-core-combobox-case-sensitive-filterin.PNG => aspnet-core-combobox-case-sensitive-filtering.PNG} (100%) diff --git a/aspnet-core/ComboBox/combobox_filtering_images/aspnet-core-combobox-case-sensitive-filterin.PNG b/aspnet-core/ComboBox/combobox_filtering_images/aspnet-core-combobox-case-sensitive-filtering.PNG similarity index 100% rename from aspnet-core/ComboBox/combobox_filtering_images/aspnet-core-combobox-case-sensitive-filterin.PNG rename to aspnet-core/ComboBox/combobox_filtering_images/aspnet-core-combobox-case-sensitive-filtering.PNG diff --git a/aspnet-core/Combobox/filtering.md b/aspnet-core/Combobox/filtering.md index 0e1ad163..e155c188 100644 --- a/aspnet-core/Combobox/filtering.md +++ b/aspnet-core/Combobox/filtering.md @@ -2,7 +2,7 @@ layout: post 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 element's and more. -platform: core +platform: aspnet-core control: ComboBox documentation: ug keywords: allowFiltering, ComboBox, updateData, case sensitive filtering, filter type, minimum filter character diff --git a/aspnet-core/Menu/Icons-and-navigation.md b/aspnet-core/Menu/Icons-and-navigation.md index 27778b3f..3eb31c59 100644 --- a/aspnet-core/Menu/Icons-and-navigation.md +++ b/aspnet-core/Menu/Icons-and-navigation.md @@ -169,7 +169,7 @@ 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. -![Navigation in ASP.NET Core Menu.](1cons-and-navigation_images/aspnet-core-menu-navigation.png) +![Navigation in ASP.NET Core Menu.](icons-and-navigation_images/aspnet-core-menu-navigation.png) Navigation of Menu {:.caption} From 6bae6c09c4c64888ace1d0d758f6abc7da2079bc Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Wed, 10 Jul 2024 16:55:55 +0300 Subject: [PATCH 3/3] made changes --- aspnet-core/Combobox/filtering.md | 2 +- aspnet-core/ListBox/Data-binding.md | 2 +- aspnet-core/Menu/Icons-and-navigation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnet-core/Combobox/filtering.md b/aspnet-core/Combobox/filtering.md index e155c188..c0576616 100644 --- a/aspnet-core/Combobox/filtering.md +++ b/aspnet-core/Combobox/filtering.md @@ -1,7 +1,7 @@ --- layout: post 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 element's and more. +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 diff --git a/aspnet-core/ListBox/Data-binding.md b/aspnet-core/ListBox/Data-binding.md index 9ca97d98..436a46e0 100644 --- a/aspnet-core/ListBox/Data-binding.md +++ b/aspnet-core/ListBox/Data-binding.md @@ -1,7 +1,7 @@ --- layout: post 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 element's and more. +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 diff --git a/aspnet-core/Menu/Icons-and-navigation.md b/aspnet-core/Menu/Icons-and-navigation.md index 3eb31c59..d0ab0889 100644 --- a/aspnet-core/Menu/Icons-and-navigation.md +++ b/aspnet-core/Menu/Icons-and-navigation.md @@ -1,7 +1,7 @@ --- layout: post 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 element's and more. +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