From cab84ae4b7f29c8866fd576d9e4f3066db2fdf5a Mon Sep 17 00:00:00 2001 From: omanyadic Date: Wed, 14 Aug 2024 08:43:20 +0300 Subject: [PATCH 1/2] SEO-174654-Description-to-short --- aspnet/Gantt/Exporting.md | 4 ++-- aspnet/Rating/Overview.md | 2 +- aspnet/Treegrid/Data-Binding.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 3a73f54d1..1e9b333eb 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -1,12 +1,12 @@ --- layout: post title: Exporting| Gantt | ASP.NET | Syncfusion -description: exporting +description: This feature allows users to export Gantt charts into various formats, such as PDF, Excel, and CSV in Syncfusion's ASP.NET Gantt component. platform: aspnet control: Gantt documentation: ug --- -# Export +# Exporting documents in ASP.NET Web Forms Gantt Charts Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. diff --git a/aspnet/Rating/Overview.md b/aspnet/Rating/Overview.md index 5df7ae6ec..a80c6df73 100644 --- a/aspnet/Rating/Overview.md +++ b/aspnet/Rating/Overview.md @@ -1,7 +1,7 @@ --- layout: post title: Rating | Rating | ASP.NET | Syncfusion -description: overview +description: This component provides a user-friendly interface for capturing and displaying user ratings in Syncfusion ASP.NET applications. platform: aspnet control: Rating documentation: ug diff --git a/aspnet/Treegrid/Data-Binding.md b/aspnet/Treegrid/Data-Binding.md index b029514cd..edb16da3a 100644 --- a/aspnet/Treegrid/Data-Binding.md +++ b/aspnet/Treegrid/Data-Binding.md @@ -1,7 +1,7 @@ --- layout: post title: Data Binding | TreeGrid | ASP.NET | Syncfusion -description: data binding +description: This feature allows the TreeGrid component to bind and display hierarchical data from various data sources in Syncfusion ASP.NET application. platform: aspnet control: TreeGrid documentation: ug From a19cfaf24f70cc6c999137ff62ff9fb919c1b5c8 Mon Sep 17 00:00:00 2001 From: omanyadic Date: Thu, 15 Aug 2024 10:46:50 +0300 Subject: [PATCH 2/2] Changes --- ...Export_img1.png => gantt-with-pdf-exporting.png} | Bin aspnet/Gantt/Exporting.md | 2 +- aspnet/Rating/Overview.md | 2 +- aspnet/Treegrid/Data-Binding.md | 12 ++++++------ ...g_img5.png => expanding-action-data-binding.png} | Bin ...ng_img4.png => loading-at-once-data-binding.png} | Bin ..._img3.png => loading-on-demand-data-binding.png} | Bin ...ata-Binding_img2.png => remote-data-binding.png} | Bin ...g_img1.png => self-referential-data-binding.png} | Bin 9 files changed, 8 insertions(+), 8 deletions(-) rename aspnet/Gantt/Export_images/{Export_img1.png => gantt-with-pdf-exporting.png} (100%) rename aspnet/Treegrid/Data-Binding_images/{Data-Binding_img5.png => expanding-action-data-binding.png} (100%) rename aspnet/Treegrid/Data-Binding_images/{Data-Binding_img4.png => loading-at-once-data-binding.png} (100%) rename aspnet/Treegrid/Data-Binding_images/{Data-Binding_img3.png => loading-on-demand-data-binding.png} (100%) rename aspnet/Treegrid/Data-Binding_images/{Data-Binding_img2.png => remote-data-binding.png} (100%) rename aspnet/Treegrid/Data-Binding_images/{Data-Binding_img1.png => self-referential-data-binding.png} (100%) diff --git a/aspnet/Gantt/Export_images/Export_img1.png b/aspnet/Gantt/Export_images/gantt-with-pdf-exporting.png similarity index 100% rename from aspnet/Gantt/Export_images/Export_img1.png rename to aspnet/Gantt/Export_images/gantt-with-pdf-exporting.png diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 1e9b333eb..42c153f08 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -56,7 +56,7 @@ The below code snippet explains the above behavior, {% endtabs %} The below screen shot shows Gantt with excel and PDF exporting enabled. -![](Export_images/Export_img1.png) +![Gantt with exel and PDF Exporting.](Export_images/gantt-with-pdf-exporting.png) ## Server dependencies Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, which is available in the Essential Studio & Essential ASP.NET builds. The list of assemblies needed for Gantt Export as follows diff --git a/aspnet/Rating/Overview.md b/aspnet/Rating/Overview.md index a80c6df73..7257777fa 100644 --- a/aspnet/Rating/Overview.md +++ b/aspnet/Rating/Overview.md @@ -7,7 +7,7 @@ control: Rating documentation: ug --- -# Rating +# Overview of ASP.NET Web Forms Rating Essential ASP.NET Rating control provides an intuitive Rating experience that enables you to select a number of stars that represent a Rating. You can configure the item size, orientation and the number of displayed items in the Rating control. diff --git a/aspnet/Treegrid/Data-Binding.md b/aspnet/Treegrid/Data-Binding.md index edb16da3a..7d87ddf7d 100644 --- a/aspnet/Treegrid/Data-Binding.md +++ b/aspnet/Treegrid/Data-Binding.md @@ -7,7 +7,7 @@ control: TreeGrid documentation: ug --- -# Data Binding +# Data Binding in ASP.NET Web Forms TreeGrid Data Binding is the process that establishes a connection between the application and different kinds of data sources such as business objects. @@ -185,7 +185,7 @@ public partial class TreeGridDefault : System.Web.UI.Page The output of the above steps is as follows: - ![](Data-Binding_images/Data-Binding_img1.png) + ![Self-Referential Data Binding.](Data-Binding_images/self-referential-data-binding.png) [Click](https://asp.syncfusion.com/demos/web/treegrid/localbinding.aspx) here to view the online demo sample for hierarchical data binding. @@ -389,7 +389,7 @@ TreeGrid.aspx The following screenshot shows the output of the above steps, -![](Data-Binding_images/Data-Binding_img2.png) +![Remote data binding.](Data-Binding_images/remote-data-binding.png) [Click](https://asp.syncfusion.com/demos/web/treegrid/selfreference.aspx) here to view the online demo sample for self-referential data binding @@ -433,12 +433,12 @@ The following code explains how to use Load on Demand in TreeGrid Control, The output for load on demand support in TreeGrid: -![](Data-Binding_images/Data-Binding_img3.png) -![](Data-Binding_images/Data-Binding_img4.png) +![Load on demand Data Binding.](Data-Binding_images/loading-on-demand-data-binding.png) +![Load at once Data Binding.](Data-Binding_images/loading-at-once-data-binding.png) The following output shows how load on demand works for expanding action -![](Data-Binding_images/Data-Binding_img5.png) +![Expanding action Data Binding.](Data-Binding_images/expanding-action-data-binding.png) [Click](https://asp.syncfusion.com/demos/web/treegrid/loadondemand.aspx) here to view the online demo sample for Load on demand. diff --git a/aspnet/Treegrid/Data-Binding_images/Data-Binding_img5.png b/aspnet/Treegrid/Data-Binding_images/expanding-action-data-binding.png similarity index 100% rename from aspnet/Treegrid/Data-Binding_images/Data-Binding_img5.png rename to aspnet/Treegrid/Data-Binding_images/expanding-action-data-binding.png diff --git a/aspnet/Treegrid/Data-Binding_images/Data-Binding_img4.png b/aspnet/Treegrid/Data-Binding_images/loading-at-once-data-binding.png similarity index 100% rename from aspnet/Treegrid/Data-Binding_images/Data-Binding_img4.png rename to aspnet/Treegrid/Data-Binding_images/loading-at-once-data-binding.png diff --git a/aspnet/Treegrid/Data-Binding_images/Data-Binding_img3.png b/aspnet/Treegrid/Data-Binding_images/loading-on-demand-data-binding.png similarity index 100% rename from aspnet/Treegrid/Data-Binding_images/Data-Binding_img3.png rename to aspnet/Treegrid/Data-Binding_images/loading-on-demand-data-binding.png diff --git a/aspnet/Treegrid/Data-Binding_images/Data-Binding_img2.png b/aspnet/Treegrid/Data-Binding_images/remote-data-binding.png similarity index 100% rename from aspnet/Treegrid/Data-Binding_images/Data-Binding_img2.png rename to aspnet/Treegrid/Data-Binding_images/remote-data-binding.png diff --git a/aspnet/Treegrid/Data-Binding_images/Data-Binding_img1.png b/aspnet/Treegrid/Data-Binding_images/self-referential-data-binding.png similarity index 100% rename from aspnet/Treegrid/Data-Binding_images/Data-Binding_img1.png rename to aspnet/Treegrid/Data-Binding_images/self-referential-data-binding.png