Skip to content

SEO-174654-Description-to-short #522

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 2 commits into
base: hotfix/hotfix-v26.2.4
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
6 changes: 3 additions & 3 deletions aspnet/Gantt/Exporting.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions aspnet/Rating/Overview.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
14 changes: 7 additions & 7 deletions aspnet/Treegrid/Data-Binding.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down