From 0848cf116b80f6c89187f87ecb06d879d7685873 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:44:04 +0300 Subject: [PATCH 1/3] SEO-176113-Image-Alt-Text-Core --- aspnet-core/Core-Concepts.md | 8 ++-- aspnet-core/DataManager/Filtering.md | 40 +++++++++---------- aspnet-core/DropDownList/Checkbox.md | 12 +++--- .../Getting-Started-Linux-1-0-1.md | 24 +++++------ aspnet-core/Grid/Toolbar.md | 10 ++--- aspnet-core/Schedule/Getting-Started.md | 6 +-- 6 files changed, 50 insertions(+), 50 deletions(-) diff --git a/aspnet-core/Core-Concepts.md b/aspnet-core/Core-Concepts.md index 6a352f22..fea11eb1 100644 --- a/aspnet-core/Core-Concepts.md +++ b/aspnet-core/Core-Concepts.md @@ -1,13 +1,13 @@ --- layout: post title: Core Concepts | ASP.NET Core | Syncfusion -description: Core Concepts +description: Learn here about Core Concepts in Syncfusion Essential ASP.NET Core Control, its elements, and more. platform: aspnet-core control: Common documentation: ug --- -# Core Concepts +# Core Concepts in ASP.NET Core ## Basics @@ -15,7 +15,7 @@ documentation: ug Using tag helper methods we can set values to Syncfusion Widget properties during or after the creation. -![](core-concepts_images/core-concepts_img1.png) +![API Configuration in ASP.NET Core](core-concepts_images/core-concepts_img1.png) In the above example, minimum & maximum range defined for DatePicker component. @@ -227,7 +227,7 @@ Find the steps to configure the Syncfusion Components to particular language fro 3. Download and refer the Syncfusion UI component localized text from [ej-global](https://github.com/syncfusion/ej-global/tree/master/localetexts) repository. - ![](core-concepts_images/core-concepts_img1.png) + ![Localization in ASP.NET Core](core-concepts_images/core-concepts_img1.png) 4. Load the Localized text file from local texts folder as like previous step diff --git a/aspnet-core/DataManager/Filtering.md b/aspnet-core/DataManager/Filtering.md index 5fcc7f84..8e94fa83 100644 --- a/aspnet-core/DataManager/Filtering.md +++ b/aspnet-core/DataManager/Filtering.md @@ -1,14 +1,14 @@ --- layout: post title: Filtering | DataManager | ASP.NET Core | Syncfusion -description: filtering +description: Learn here about filtering in Syncfusion Essential ASP.NET Cor DataManager Control, its elements, and more. platform: aspnet-core control: DataManager documentation: ug keywords: filter Operators, lessThan, lessThanOrEqual, less, contains --- -# Filtering +# Filtering in ASP.NET Core DataManger Filtering is a basic technique in **DataManager** query. The “where” query is used to filter some particular or related records from the data source to review details of records. @@ -81,7 +81,7 @@ This operator is used to get the records with values less than that of the filte Result of the above code example is illustrated as follows. -![](Filtering_images/Filtering_img1.png) +![Lessthan in ASP.NET Core DataManger](Filtering_images/Filtering_img1.png) ## greaterThan @@ -124,7 +124,7 @@ This operator is used to get the records with values greater than that of the fi Result of the above code example is illustrated as follows. -![](Filtering_images/Filtering_img2.png) +![Greatertahn in ASP.NET Core DataManger](Filtering_images/Filtering_img2.png) ## lessThanOrEqual @@ -167,7 +167,7 @@ This operator is used to get the records with values less than or equal to the f Result of the above code example is illustrated as follows. -![](Filtering_images/Filtering_img3.png) +![LessThanoeEqual in ASP.NET Core DataManger](Filtering_images/Filtering_img3.png) ## greaterThanOrEqual @@ -210,7 +210,7 @@ This operator is used to get the records with values greater than or equal to th Result of the above code example is illustrated as follows. -![](Filtering_images/Filtering_img4.png) +![greaterThanorEqual in ASP.NET Core DataManger](Filtering_images/Filtering_img4.png) ## equal @@ -253,7 +253,7 @@ This operator is used to get the records with values equal to that of the filter Result of the above code example is illustrated as follows. -![](Filtering_images/Filtering_img5.png) +![Equal in ASP.NET Core DataManger](Filtering_images/Filtering_img5.png) ## notEqual @@ -296,7 +296,7 @@ This operator is used to get the records with values not equal to that of the fi Result of the above code example is illustrated as follows. -![](Filtering_images/Filtering_img6.png) +![NotEqual in ASP.NET Core DataManger](Filtering_images/Filtering_img6.png) ## contains @@ -339,7 +339,7 @@ This operator is used to get the records that contains the filter value. Result of the above code example is illustrated as follows. -![](Filtering_images/Filtering_img7.png) +![Contains in ASP.NET Core DataManger](Filtering_images/Filtering_img7.png) ## startswith @@ -382,7 +382,7 @@ This operator is used to get the records that starts with the filter value speci Result of the above code example is illustrated as follows. -![](Filtering_images/Filtering_img8.png) +![StartsWith in ASP.NET Core DataManger](Filtering_images/Filtering_img8.png) ## endswith @@ -425,7 +425,7 @@ This operator is used to get the records that ends with the filter value specifi Result of the above code example is illustrated as follows. -![](Filtering_images/Filtering_img9.png) +![EndsWith in ASP.NET Core DataManger](Filtering_images/Filtering_img9.png) ## and predicate @@ -468,7 +468,7 @@ The `and` predicate is used to add n-number of predicates with “and” conditi Result of the above code example is illustrated as follows. -![](Filtering_images/Filtering_img10.png) +![And Predictable in ASP.NET Core DataManger](Filtering_images/Filtering_img10.png) ## or predicate @@ -511,7 +511,7 @@ Using this method you can add n-number of predicates with `or` condition and fil Result of the above code example is illustrated as follows. -![](Filtering_images/Filtering_img11.png) +![Or Predicate in ASP.NET Core DataManger](Filtering_images/Filtering_img11.png) ## Containment Operators @@ -562,7 +562,7 @@ This operator is used to get the records that not contains the filter value. {% endtabs %} -![](Filtering_images/Filtering_image12.png) +![Notcontains in ASP.NET Core DataManger](Filtering_images/Filtering_image12.png) ### contains @@ -611,7 +611,7 @@ This operator is used to get the records that contains the filter value. {% endtabs %} -![](Filtering_images/Filtering_image111.png) +![Contains in ASP.NET Core DataManger](Filtering_images/Filtering_image111.png) ### in @@ -660,7 +660,7 @@ This operator used to fetch the records with value match with the given filter v {% endtabs %} -![](Filtering_images/Filtering_image13.png) +![In in ASP.NET Core DataManger](Filtering_images/Filtering_image13.png) ### notin @@ -709,9 +709,9 @@ This operator used to fetch the records with value not match with the given filt {% endtabs %} -![](Filtering_images/Filtering_image14.png) +![Notin in ASP.NET Core DataManger](Filtering_images/Filtering_image14.png) -![](Filtering_images/Filtering_image15.png) +![Filter Value in ASP.NET Core DataManger](Filtering_images/Filtering_image15.png) ## Lambda Operators @@ -773,7 +773,7 @@ The ALL operator returns true if all the sub query values meet the condition. Th {% endtabs %} -![](Filtering_images/Filtering_image16.png) +![All in ASP.NET Core DataManger](Filtering_images/Filtering_image16.png) ### any @@ -832,4 +832,4 @@ The ANY operator returns true if any of the sub query values meet the condition. {% endtabs %} -![](Filtering_images/Filtering_image17.png) \ No newline at end of file +![Any in ASP.NET Core DataManger](Filtering_images/Filtering_image17.png) \ No newline at end of file diff --git a/aspnet-core/DropDownList/Checkbox.md b/aspnet-core/DropDownList/Checkbox.md index d01db25d..6ad2144a 100644 --- a/aspnet-core/DropDownList/Checkbox.md +++ b/aspnet-core/DropDownList/Checkbox.md @@ -1,7 +1,7 @@ --- layout: post title: CheckBox with DropDownList widget for Syncfusion ASP.NET Core -description: Describes about Checkbox functionalities in DropDownList control for Syncfusion ASP.NET Core +description: Learn here about Checkbox functionalities in Syncfusion Essential ASP.NET Cor DropDown List Control, its elements, and more. platform: aspnet-core control: DropDownList documentation: ug @@ -9,7 +9,7 @@ keywords: Checkbox, dropdown, Selection Modes, Visual Mode, Delimiter --- -# Checkbox +# Checkbox functionalities in ASP.NET Core DropDownList DropDownList displays checkboxes to the left of each item when you set ShowCheckbox property to true. It allows you to select more than one item at a time from DropDownList. Popup list stays open until the user finishes selection. When you click on an item’s text or checkbox then the checkbox checked status get change. @@ -44,7 +44,7 @@ DropDownList displays checkboxes to the left of each item when you set ShowCh {% endtabs %} -![](Checkbox_images/Checkbox_img1.png) +![Checkbox functionalities in ASP.NET Core DropDownList](Checkbox_images/Checkbox_img1.png) > if you want to showcase the DropDownList with default checked items on data binding, specify Selected field with Boolean values. @@ -80,7 +80,7 @@ DropDownList displays checkboxes to the left of each item when you set ShowCh {% endtabs %} -![](Checkbox_images/Checkbox_img2.png) +![Field with Boolen Values in ASP.NET Core DropDownList](Checkbox_images/Checkbox_img2.png) ## Selection Modes @@ -126,7 +126,7 @@ Each checked item’s text is appended to the textbox with delimiter “,” by {% endtabs %} -![](Checkbox_images/Checkbox_img3.png) +![Delimiter in ASP.NET Core DropDownList](Checkbox_images/Checkbox_img3.png) ### Visual Mode @@ -163,4 +163,4 @@ When you enable this option in DropDownList control, each checked item’s text {% endtabs %} -![](Checkbox_images/Checkbox_img4.png) \ No newline at end of file +![Visual Mode in ASP.NET Core DropDownList](Checkbox_images/Checkbox_img4.png) \ No newline at end of file diff --git a/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md b/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md index c0345cac..cc9fb20a 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md +++ b/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md @@ -1,14 +1,14 @@ --- layout: post title: Getting Started on Linux| ASP.NET Core | Syncfusion -description: Getting Started on Linux. +description: Learn here about getting started on Linux in Syncfusion Essential ASP.NET Core Control, its elements, and more. platform: aspnet-core control: Common documentation: ug --- -# Getting Started on Linux +# Getting Started on Linux with ASP.NET Core > Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. @@ -178,41 +178,41 @@ yo aspnet {% endhighlight %} - ![](getting-started-images-linux/img1.jpg) + ![Building Projects with Yeoman in ASP.NET Core](getting-started-images-linux/img1.jpg) * From the list of available projects, select the *Web Application Basic* [without Membership and Authorization] by using arrow keys. - ![](getting-started-images-linux/img2.jpg) + ![Web Application basic in ASP.NET Core](getting-started-images-linux/img2.jpg) * And then provide the project name or simply press the ‘Enter’ key to create the project with default name. - ![](getting-started-images-linux/img3.jpg) + ![Naming the project in ASP.NET MVC Core](getting-started-images-linux/img3.jpg) ### Configuring Syncfusion Components * Open Visual Studio Code and open your Sample application folder using **Open Folder** option. Now your project folder is loaded in Visual Studio Code application. - ![](getting-started-images-linux/img4.jpg) + ![Configuring Syncfusion Components in ASP.NET Core](getting-started-images-linux/img4.jpg) * Now configure a Bower execution environment in your local machine based on this [link](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-bower-packages) * Click the Extension icon in the Visual Studio Code left side pane, in the search window type the command *bower*. The Bower related extensions are listed out. Now select the Bower extension and click the install button. - ![](getting-started-images-linux/img5.jpg) + ![Bower related extensions in ASP.NET Core](getting-started-images-linux/img5.jpg) * In **bower.json** file specify our Syncfusion packages with our latest version, or else specify the **`*`** symbol will automatically loads our latest version scripts and CSS files. - ![](getting-started-images-linux/img6.jpg) + ![Syncfusion Packages in ASP.NET Core](getting-started-images-linux/img6.jpg) * Then open quick window to enter the *`>bower`* command and press ‘Enter’ key, from the below list of suggestions select the **bower install** option to restored our scripts and CSS into your application **wwwroot -> lib** folder. - ![](getting-started-images-linux/img7.jpg) + ![Installing bower in ASP.NET Core](getting-started-images-linux/img7.jpg) * Now refer our Syncfusion package **Syncfusion.EJ.AspNet.Core** into your application for our components deployment. The packages configuration & installation guidelines will be documented [here](https://help.syncfusion.com/extension/syncfusion-nuget-packages/nuget-install-and-configuration#confuguring-syncfusion-nuget-packages-from-command-line-in-linuxmac). * Once the NuGet packages installation gets completed, open your **project.json** file to include our **Syncfusion.EJ.AspNet.Core** package reference. - ![](getting-started-images-linux/img8.jpg) + ![Package refernce in ASP.NET Core](getting-started-images-linux/img8.jpg) > The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package. @@ -236,7 +236,7 @@ dotnet restore {% endhighlight %} - ![](getting-started-images-linux/img9.jpg) + ![Terminal window in ASP.NET Core](getting-started-images-linux/img9.jpg) * Now refer the necessary scripts and CSS files in your **_layout.cshtml** page. @@ -292,4 +292,4 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw * Then open your browser and paste the listening port **localhost:5000** to view your sample in browser. - ![](getting-started-images-linux/img10.jpg) \ No newline at end of file + ![Completed sample in ASP.NET Core](getting-started-images-linux/img10.jpg) \ No newline at end of file diff --git a/aspnet-core/Grid/Toolbar.md b/aspnet-core/Grid/Toolbar.md index 5c753ba0..4cbc8832 100644 --- a/aspnet-core/Grid/Toolbar.md +++ b/aspnet-core/Grid/Toolbar.md @@ -1,13 +1,13 @@ --- layout: post -title: Toolbar with Grid widget for ASP.NET Core -description: toolbar +title: Toolbar with Grid widget for ASP.NET Core | Syncfusion +description: Learn here about toolbar in Syncfusion Essential ASP.NET Core Grid Control, its elements, and more. platform: aspnet-core control: Grid documentation: ug --- -# Toolbar +# Toolbar in ASP.NET Core ToolBar Toolbar can be shown by defining the `show-toolbar` property in `toolbar-settings`. Toolbar has option to add default items in `toolbar-items` and customized items in ` custom-toolbar-items`. @@ -92,7 +92,7 @@ namespace SyncfusionMvcApplication1.Controllers {% endhighlight %} {% endtabs %} -![](Toolbar_images/Toolbar_img1.png) +![Default toolbar items in ASP.NET Core Grid](Toolbar_images/Toolbar_img1.png) I> The `allow-adding`, `allow-editing` and `allow-deleting` need to be enabled for add, delete, edit, save & cancel in `toolbar-items`. `allow-searching` to be enabled while adding search in toolbar to perform search action. @@ -165,4 +165,4 @@ namespace SyncfusionMvcApplication1.Controllers {% endhighlight %} {% endtabs %} -![](Toolbar_images/Toolbar_img4.png) \ No newline at end of file +![Custom Toolbar items in ASP.NET Core Grid](Toolbar_images/Toolbar_img4.png) \ No newline at end of file diff --git a/aspnet-core/Schedule/Getting-Started.md b/aspnet-core/Schedule/Getting-Started.md index a1940c3b..76c1ed76 100644 --- a/aspnet-core/Schedule/Getting-Started.md +++ b/aspnet-core/Schedule/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post title: Getting Started | ASP.NET Core | Syncfusion -description: Getting Started with Scheduler control. +description: Learn here about getting started with Scheduler control in Syncfusion Essential ASP.NET Core Schedule Control, its elements, and more. platform: aspnet-core control: Schedule documentation: ug --- -# Getting Started +# Getting Started with ASP.NET Core Schedule Refer the [Getting Started](/aspnet-core/getting-started) page of the Introduction part to know more about the basic system requirements and the steps to configure the Syncfusion components in an ASP.NET Core application. @@ -134,7 +134,7 @@ Now, define the action _GetData_ within the **Home** controller page as shown be {% endhighlight %} -![](Getting-Started_images/Getting-Started_img1.png) +![Getting Started with ASP.NET Core Schedule](Getting-Started_images/Getting-Started_img1.png) From dc4c5a6c1f4ff4993c0b3652cfe9d81a3c5268bf Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Wed, 27 Sep 2023 08:41:34 +0300 Subject: [PATCH 2/3] Updated --- aspnet-core/Core-Concepts.md | 2 +- aspnet-core/DataManager/Filtering.md | 4 ++-- aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md | 4 ++-- aspnet-core/Grid/Toolbar.md | 4 ++-- aspnet-core/Schedule/Getting-Started.md | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aspnet-core/Core-Concepts.md b/aspnet-core/Core-Concepts.md index fea11eb1..28cc0749 100644 --- a/aspnet-core/Core-Concepts.md +++ b/aspnet-core/Core-Concepts.md @@ -1,6 +1,6 @@ --- layout: post -title: Core Concepts | ASP.NET Core | Syncfusion +title: Core Concepts in ASP.NET Core | Syncfusion description: Learn here about Core Concepts in Syncfusion Essential ASP.NET Core Control, its elements, and more. platform: aspnet-core control: Common diff --git a/aspnet-core/DataManager/Filtering.md b/aspnet-core/DataManager/Filtering.md index 8e94fa83..a29c794a 100644 --- a/aspnet-core/DataManager/Filtering.md +++ b/aspnet-core/DataManager/Filtering.md @@ -1,7 +1,7 @@ --- layout: post -title: Filtering | DataManager | ASP.NET Core | Syncfusion -description: Learn here about filtering in Syncfusion Essential ASP.NET Cor DataManager Control, its elements, and more. +title: Filtering in DataManager | ASP.NET Core | Syncfusion +description: Learn here about filtering support in Syncfusion Essential ASP.NET Cor DataManager Control, its elements, and more. platform: aspnet-core control: DataManager documentation: ug diff --git a/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md b/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md index cc9fb20a..1363df87 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md +++ b/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md @@ -1,6 +1,6 @@ --- layout: post -title: Getting Started on Linux| ASP.NET Core | Syncfusion +title: Getting Started with Linux in ASP.NET Core | Syncfusion description: Learn here about getting started on Linux in Syncfusion Essential ASP.NET Core Control, its elements, and more. platform: aspnet-core control: Common @@ -8,7 +8,7 @@ documentation: ug --- -# Getting Started on Linux with ASP.NET Core +# Getting Started with Linux in ASP.NET Core > Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components. diff --git a/aspnet-core/Grid/Toolbar.md b/aspnet-core/Grid/Toolbar.md index 4cbc8832..23dc857e 100644 --- a/aspnet-core/Grid/Toolbar.md +++ b/aspnet-core/Grid/Toolbar.md @@ -1,13 +1,13 @@ --- layout: post title: Toolbar with Grid widget for ASP.NET Core | Syncfusion -description: Learn here about toolbar in Syncfusion Essential ASP.NET Core Grid Control, its elements, and more. +description: Learn here about toolbar support in Syncfusion Essential ASP.NET Core Grid Control, its elements, and more. platform: aspnet-core control: Grid documentation: ug --- -# Toolbar in ASP.NET Core ToolBar +# Toolbar with Grid widget for ASP.NET Core Toolbar can be shown by defining the `show-toolbar` property in `toolbar-settings`. Toolbar has option to add default items in `toolbar-items` and customized items in ` custom-toolbar-items`. diff --git a/aspnet-core/Schedule/Getting-Started.md b/aspnet-core/Schedule/Getting-Started.md index 76c1ed76..34e27248 100644 --- a/aspnet-core/Schedule/Getting-Started.md +++ b/aspnet-core/Schedule/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting Started | ASP.NET Core | Syncfusion -description: Learn here about getting started with Scheduler control in Syncfusion Essential ASP.NET Core Schedule Control, its elements, and more. +title: Getting Started with ASP.NET Core Schedule | Syncfusion +description: Learn here about getting started with Scheduler in Syncfusion Essential ASP.NET Core Schedule Control, its elements, and more. platform: aspnet-core control: Schedule documentation: ug From eb8542d543c039a93d40fb31238fb499f52e996f Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:26:58 +0300 Subject: [PATCH 3/3] Updated --- aspnet-core/Core-Concepts.md | 4 ++-- aspnet-core/DataManager/Filtering.md | 14 +++++++------- aspnet-core/DropDownList/Checkbox.md | 6 +++--- .../GettingStarted/Getting-Started-Linux-1-0-1.md | 10 +++++----- aspnet-core/Grid/Toolbar.md | 4 ++-- aspnet-core/Schedule/Getting-Started.md | 4 ++-- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/aspnet-core/Core-Concepts.md b/aspnet-core/Core-Concepts.md index 28cc0749..56f5dcc6 100644 --- a/aspnet-core/Core-Concepts.md +++ b/aspnet-core/Core-Concepts.md @@ -1,6 +1,6 @@ --- layout: post -title: Core Concepts in ASP.NET Core | Syncfusion +title: Core Concepts in ASP.NET Core Control | Syncfusion description: Learn here about Core Concepts in Syncfusion Essential ASP.NET Core Control, its elements, and more. platform: aspnet-core control: Common @@ -15,7 +15,7 @@ documentation: ug Using tag helper methods we can set values to Syncfusion Widget properties during or after the creation. -![API Configuration in ASP.NET Core](core-concepts_images/core-concepts_img1.png) +![API configuration in ASP.NET Core](core-concepts_images/core-concepts_img1.png) In the above example, minimum & maximum range defined for DatePicker component. diff --git a/aspnet-core/DataManager/Filtering.md b/aspnet-core/DataManager/Filtering.md index a29c794a..3b49a7d8 100644 --- a/aspnet-core/DataManager/Filtering.md +++ b/aspnet-core/DataManager/Filtering.md @@ -1,6 +1,6 @@ --- layout: post -title: Filtering in DataManager | ASP.NET Core | Syncfusion +title: Filtering in ASP.NET Core DataManager Control| Syncfusion description: Learn here about filtering support in Syncfusion Essential ASP.NET Cor DataManager Control, its elements, and more. platform: aspnet-core control: DataManager @@ -81,7 +81,7 @@ This operator is used to get the records with values less than that of the filte Result of the above code example is illustrated as follows. -![Lessthan in ASP.NET Core DataManger](Filtering_images/Filtering_img1.png) +![lessThan in ASP.NET Core DataManger](Filtering_images/Filtering_img1.png) ## greaterThan @@ -124,7 +124,7 @@ This operator is used to get the records with values greater than that of the fi Result of the above code example is illustrated as follows. -![Greatertahn in ASP.NET Core DataManger](Filtering_images/Filtering_img2.png) +![GreaterThan in ASP.NET Core DataManger](Filtering_images/Filtering_img2.png) ## lessThanOrEqual @@ -210,7 +210,7 @@ This operator is used to get the records with values greater than or equal to th Result of the above code example is illustrated as follows. -![greaterThanorEqual in ASP.NET Core DataManger](Filtering_images/Filtering_img4.png) +![GreaterThanorEqual in ASP.NET Core DataManger](Filtering_images/Filtering_img4.png) ## equal @@ -468,7 +468,7 @@ The `and` predicate is used to add n-number of predicates with “and” conditi Result of the above code example is illustrated as follows. -![And Predictable in ASP.NET Core DataManger](Filtering_images/Filtering_img10.png) +![And predictable in ASP.NET Core DataManger](Filtering_images/Filtering_img10.png) ## or predicate @@ -511,7 +511,7 @@ Using this method you can add n-number of predicates with `or` condition and fil Result of the above code example is illustrated as follows. -![Or Predicate in ASP.NET Core DataManger](Filtering_images/Filtering_img11.png) +![Or predicate in ASP.NET Core DataManger](Filtering_images/Filtering_img11.png) ## Containment Operators @@ -711,7 +711,7 @@ This operator used to fetch the records with value not match with the given filt ![Notin in ASP.NET Core DataManger](Filtering_images/Filtering_image14.png) -![Filter Value in ASP.NET Core DataManger](Filtering_images/Filtering_image15.png) +![Filter value in ASP.NET Core DataManger](Filtering_images/Filtering_image15.png) ## Lambda Operators diff --git a/aspnet-core/DropDownList/Checkbox.md b/aspnet-core/DropDownList/Checkbox.md index 6ad2144a..92adb826 100644 --- a/aspnet-core/DropDownList/Checkbox.md +++ b/aspnet-core/DropDownList/Checkbox.md @@ -1,6 +1,6 @@ --- layout: post -title: CheckBox with DropDownList widget for Syncfusion ASP.NET Core +title: CheckBox in ASP.NET Core DropDownList Control | Syncfusion description: Learn here about Checkbox functionalities in Syncfusion Essential ASP.NET Cor DropDown List Control, its elements, and more. platform: aspnet-core control: DropDownList @@ -80,7 +80,7 @@ DropDownList displays checkboxes to the left of each item when you set ShowCh {% endtabs %} -![Field with Boolen Values in ASP.NET Core DropDownList](Checkbox_images/Checkbox_img2.png) +![Field with boolen values in ASP.NET Core DropDownList](Checkbox_images/Checkbox_img2.png) ## Selection Modes @@ -163,4 +163,4 @@ When you enable this option in DropDownList control, each checked item’s text {% endtabs %} -![Visual Mode in ASP.NET Core DropDownList](Checkbox_images/Checkbox_img4.png) \ No newline at end of file +![Visual mode in ASP.NET Core DropDownList](Checkbox_images/Checkbox_img4.png) \ No newline at end of file diff --git a/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md b/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md index 1363df87..055a1b9e 100644 --- a/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md +++ b/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md @@ -1,6 +1,6 @@ --- layout: post -title: Getting Started with Linux in ASP.NET Core | Syncfusion +title: Getting Started with Linux in ASP.NET Core Control | Syncfusion description: Learn here about getting started on Linux in Syncfusion Essential ASP.NET Core Control, its elements, and more. platform: aspnet-core control: Common @@ -178,11 +178,11 @@ yo aspnet {% endhighlight %} - ![Building Projects with Yeoman in ASP.NET Core](getting-started-images-linux/img1.jpg) + ![Building projects with yeoman in ASP.NET Core](getting-started-images-linux/img1.jpg) * From the list of available projects, select the *Web Application Basic* [without Membership and Authorization] by using arrow keys. - ![Web Application basic in ASP.NET Core](getting-started-images-linux/img2.jpg) + ![Web application basic in ASP.NET Core](getting-started-images-linux/img2.jpg) * And then provide the project name or simply press the ‘Enter’ key to create the project with default name. @@ -192,7 +192,7 @@ yo aspnet * Open Visual Studio Code and open your Sample application folder using **Open Folder** option. Now your project folder is loaded in Visual Studio Code application. - ![Configuring Syncfusion Components in ASP.NET Core](getting-started-images-linux/img4.jpg) + ![Configuring Syncfusion components in ASP.NET Core](getting-started-images-linux/img4.jpg) * Now configure a Bower execution environment in your local machine based on this [link](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-bower-packages) @@ -202,7 +202,7 @@ yo aspnet * In **bower.json** file specify our Syncfusion packages with our latest version, or else specify the **`*`** symbol will automatically loads our latest version scripts and CSS files. - ![Syncfusion Packages in ASP.NET Core](getting-started-images-linux/img6.jpg) + ![Syncfusion packages in ASP.NET Core](getting-started-images-linux/img6.jpg) * Then open quick window to enter the *`>bower`* command and press ‘Enter’ key, from the below list of suggestions select the **bower install** option to restored our scripts and CSS into your application **wwwroot -> lib** folder. diff --git a/aspnet-core/Grid/Toolbar.md b/aspnet-core/Grid/Toolbar.md index 23dc857e..0cda00af 100644 --- a/aspnet-core/Grid/Toolbar.md +++ b/aspnet-core/Grid/Toolbar.md @@ -1,6 +1,6 @@ --- layout: post -title: Toolbar with Grid widget for ASP.NET Core | Syncfusion +title: Toolbar with Grid widget for ASP.NET Core Control | Syncfusion description: Learn here about toolbar support in Syncfusion Essential ASP.NET Core Grid Control, its elements, and more. platform: aspnet-core control: Grid @@ -165,4 +165,4 @@ namespace SyncfusionMvcApplication1.Controllers {% endhighlight %} {% endtabs %} -![Custom Toolbar items in ASP.NET Core Grid](Toolbar_images/Toolbar_img4.png) \ No newline at end of file +![Custom toolbar items in ASP.NET Core Grid](Toolbar_images/Toolbar_img4.png) \ No newline at end of file diff --git a/aspnet-core/Schedule/Getting-Started.md b/aspnet-core/Schedule/Getting-Started.md index 34e27248..2a93f0ee 100644 --- a/aspnet-core/Schedule/Getting-Started.md +++ b/aspnet-core/Schedule/Getting-Started.md @@ -1,6 +1,6 @@ --- layout: post -title: Getting Started with ASP.NET Core Schedule | Syncfusion +title: Getting Started with ASP.NET Core Schedule Control | Syncfusion description: Learn here about getting started with Scheduler in Syncfusion Essential ASP.NET Core Schedule Control, its elements, and more. platform: aspnet-core control: Schedule @@ -134,7 +134,7 @@ Now, define the action _GetData_ within the **Home** controller page as shown be {% endhighlight %} -![Getting Started with ASP.NET Core Schedule](Getting-Started_images/Getting-Started_img1.png) +![Getting started with ASP.NET Core Schedule](Getting-Started_images/Getting-Started_img1.png)