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 3a73f54d1..42c153f08 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. @@ -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 5df7ae6ec..7257777fa 100644 --- a/aspnet/Rating/Overview.md +++ b/aspnet/Rating/Overview.md @@ -1,13 +1,13 @@ --- 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 --- -# 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 b029514cd..7d87ddf7d 100644 --- a/aspnet/Treegrid/Data-Binding.md +++ b/aspnet/Treegrid/Data-Binding.md @@ -1,13 +1,13 @@ --- 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 --- -# 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