Skip to content

Commit b9071e8

Browse files
Merge branch 'hotfix/hotfix-v27.1.48' into ES-910258-AsyncMethods
2 parents e2fad08 + 12b1681 commit b9071e8

20 files changed

+630
-52
lines changed

blazor-toc.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3417,6 +3417,7 @@
34173417
<li>
34183418
<a href="/blazor/multicolumn-combobox/data-binding">Data Binding</a>
34193419
</li>
3420+
<li> <a href="/blazor/multicolumn-combobox/grouping">Grouping</a></li>
34203421
<li>
34213422
<a href="/blazor/multicolumn-combobox/placeholder-and-floatlabel">Placeholder and Floatlabel</a>
34223423
</li>
@@ -3426,6 +3427,7 @@
34263427
<li>
34273428
<a href="/blazor/multicolumn-combobox/custom-value">Custom Value</a>
34283429
</li>
3430+
<li> <a href="/blazor/multicolumn-combobox/paging">Paging</a></li>
34293431
<li> <a href="/blazor/multicolumn-combobox/popup-setting">Popup Setting</a></li>
34303432
<li><a href="/blazor/multicolumn-combobox/sorting">Sorting</a></li>
34313433
<li> <a href="/blazor/multicolumn-combobox/virtualization">Virtualization</a></li>

blazor/diagram/tool-tip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ The following code example demonstrates how to set the `IsSticky` property to `t
943943
}
944944
}
945945
```
946-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/UserHandleIsSticky/)
946+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/UserHandle/UserHandleIsSticky/)
947947

948948
![ToolTip During hover the ports with Stikcy Mode](images/UserHandleIsSticky.png)
949949

@@ -1113,7 +1113,7 @@ By default, tooltips are not displayed. To display a tooltip, you must explicitl
11131113
```
11141114
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Ports/ActionofPorts/TooltipForSpecificPort)
11151115

1116-
![ToolTip During hover the port](../images/PortTooltip.gif )
1116+
![ToolTip During hover the port](./images/PortTooltip.gif )
11171117

11181118
## How to set sticky tooltip for ports
11191119

@@ -1172,6 +1172,6 @@ The following code example demonstrates how to set the `IsSticky` property to `t
11721172
```
11731173
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/UG-Samples/Tooltip/)
11741174

1175-
![ToolTip During hover the ports with Stikcy Mode](../images/PortIsSticky.png)
1175+
![ToolTip During hover the ports with Stikcy Mode](./images/PortIsSticky.png)
11761176

11771177

blazor/gantt-chart/pdf-export.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ PDF export allows exporting Gantt data to PDF document. You need to use the [Exp
7171

7272
## Customize the PDF export
7373

74-
The PDF export functionality in the Syncfusion Gantt Chart allows extensive customization through the `GanttPdfExportProperties` class. By configuring properties within this class, you can control the layout, format, and content that is included in the exported PDF. This ensures that the PDF accurately represents the Gantt chart's structure and provides flexibility for tailored exports.
74+
The PDF export functionality in the Syncfusion Gantt Chart allows extensive customization through the [GanttPdfExportProperties](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttPdfExportProperties.html) class. By configuring properties within this class, you can control the layout, format, and content that is included in the exported PDF. This ensures that the PDF accurately represents the Gantt chart's structure and provides flexibility for tailored exports.
7575

7676
### Customize file name for exported document
77-
The PDF export functionality in the Syncfusion Gantt Chart allows you to customize the file name of the exported document. By configuring the `FileName` property within the `GanttPdfExportProperties` class, you can assign a specific name to the generated PDF. This is especially useful for keeping your exported documents organized and easily identifiable.
77+
The PDF export functionality in the Syncfusion Gantt Chart allows you to customize the file name of the exported document. By configuring the [FileName](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.PdfExportPropertiesBase.html#Syncfusion_Blazor_Grids_PdfExportPropertiesBase_FileName) property within the [GanttPdfExportProperties](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttPdfExportProperties.html) class, you can assign a specific name to the generated PDF. This is especially useful for keeping your exported documents organized and easily identifiable.
7878

7979
In this example, the exported PDF will be saved as `ProjectSchedule.pdf`.
8080

@@ -139,7 +139,7 @@ In this example, the exported PDF will be saved as `ProjectSchedule.pdf`.
139139

140140
### How to add a text in header/footer
141141

142-
The PDF export functionality of the Gantt Chart allows you to add and style custom text in the Header or Footer of the exported PDF document. This customization can be achieved using the `Header` and `Footer` properties of the `GanttPdfExportProperties` class. By configuring these properties, you can include important information, such as titles, project names, or other relevant details, to enhance the exported document.
142+
The PDF export functionality of the Gantt Chart allows you to add and style custom text in the Header or Footer of the exported PDF document. This customization can be achieved using the [Header](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.PdfExportPropertiesBase.html#Syncfusion_Blazor_Grids_PdfExportPropertiesBase_Header) and [Footer](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.PdfExportPropertiesBase.html#Syncfusion_Blazor_Grids_PdfExportPropertiesBase_Footer) properties of the [GanttPdfExportProperties](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttPdfExportProperties.html) class. By configuring these properties, you can include important information, such as titles, project names, or other relevant details, to enhance the exported document.
143143

144144
The following sample code demonstrates how to add custom text and customize its styles in the Header and Footer section of the exported PDF document,
145145

@@ -225,7 +225,7 @@ The following sample code demonstrates how to add custom text and customize its
225225
```
226226

227227
### How to draw a line in header/footer
228-
You can add lines to the Header or Footer area of the exported PDF document using the `Header` and `Footer` properties in the `GanttPdfExportProperties` class.
228+
You can add lines to the Header or Footer area of the exported PDF document using the [Header](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.PdfExportPropertiesBase.html#Syncfusion_Blazor_Grids_PdfExportPropertiesBase_Header) and [Footer](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.PdfExportPropertiesBase.html#Syncfusion_Blazor_Grids_PdfExportPropertiesBase_Footer) properties in the [GanttPdfExportProperties](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttPdfExportProperties.html) class.
229229

230230
Supported line styles are,
231231

@@ -320,7 +320,7 @@ The following sample code demonstrates adding line in the Header and Footer sect
320320

321321
### How to change the page orientation
322322

323-
The PDF export functionality allows you to customize the page orientation of the exported document. By setting the `PageOrientation` property in the `GanttPdfExportProperties` class, you can switch between Portrait (default) and Landscape orientations based on your requirements.
323+
The PDF export functionality allows you to customize the page orientation of the exported document. By setting the [PageOrientation](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.PdfExportPropertiesBase.html#Syncfusion_Blazor_Grids_PdfExportPropertiesBase_PageOrientation) property in the [GanttPdfExportProperties](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttPdfExportProperties.html) class, you can switch between Portrait (default) and Landscape orientations based on your requirements.
324324

325325
The following code snippet demonstrates how to set the page orientation to Landscape in the exported PDF document,
326326

@@ -385,7 +385,7 @@ The following code snippet demonstrates how to set the page orientation to Lands
385385

386386
### How to change the page size
387387

388-
The PDF export functionality allows you to adjust the page size of the exported document to meet your specific needs. By setting the `PageSize` property in the `GanttPdfExportProperties` class, you can select from various standard page sizes. The default page size is Letter, but other options like A4, A3, and more are available.
388+
The PDF export functionality allows you to adjust the page size of the exported document to meet your specific needs. By setting the [PageSize](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.PdfExportPropertiesBase.html#Syncfusion_Blazor_Grids_PdfExportPropertiesBase_PageSize) property in the [GanttPdfExportProperties](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttPdfExportProperties.html) class, you can select from various standard page sizes. The default page size is Letter, but other options like A4, A3, and more are available.
389389

390390
Supported page sizes are:
391391
* Letter
@@ -481,7 +481,7 @@ The following code demonstrates how to change the page size to A4 for the export
481481

482482
### How to export the Gantt chart with specific columns
483483

484-
The PDF export functionality allows you to export only specific columns from the Gantt chart, rather than exporting all columns by default. This can be achieved by setting the `Columns` property in the `GanttPdfExportProperties` class, enabling you to tailor the exported document to only include relevant data.
484+
The PDF export functionality allows you to export only specific columns from the Gantt chart, rather than exporting all columns by default. This can be achieved by setting the [Columns](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttPdfExportProperties.html#Syncfusion_Blazor_Gantt_GanttPdfExportProperties_Columns) property in the [GanttPdfExportProperties](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttPdfExportProperties.html) class, enabling you to tailor the exported document to only include relevant data.
485485

486486
The following code demonstrates how to export the Gantt chart to a PDF with specific columns,
487487

@@ -560,7 +560,7 @@ The following code demonstrates how to export the Gantt chart to a PDF with spec
560560
```
561561

562562
### Export hidden columns
563-
The PDF export functionality includes an option to export hidden columns from the Gantt chart. By setting the `IncludeHiddenColumn` property to true in the `GanttPdfExportProperties` class, you can ensure that even columns not visible in the Gantt chart will be included in the exported PDF document.
563+
The PDF export functionality includes an option to export hidden columns from the Gantt chart. By setting the [IncludeHiddenColumn](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.PdfExportPropertiesBase.html#Syncfusion_Blazor_Grids_PdfExportPropertiesBase_IncludeHiddenColumn) property to true in the [GanttPdfExportProperties](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttPdfExportProperties.html) class, you can ensure that even columns not visible in the Gantt chart will be included in the exported PDF document.
564564

565565
The following code demonstrates how to export hidden columns in the Gantt chart to a PDF document,
566566

@@ -633,7 +633,7 @@ The following code demonstrates how to export hidden columns in the Gantt chart
633633

634634
### Customize column width in exported PDF document
635635

636-
The PDF export functionality allows you to customize columns width in the exported PDF document. This can be achieved using the `Width` property in the `GanttColumn` class. By specifying columns and their respective widths, you can tailor the PDF export to meet your specific needs.
636+
The PDF export functionality allows you to customize columns width in the exported PDF document. This can be achieved using the [Width](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttColumn.html#Syncfusion_Blazor_Gantt_GanttColumn_Width) property in the [GanttColumn](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttColumn.html) class. By specifying columns and their respective widths, you can tailor the PDF export to meet your specific needs.
637637

638638
The following code demonstrates how to customize the columns and set their widths in the exported PDF document,
639639

@@ -715,7 +715,7 @@ The following code demonstrates how to customize the columns and set their width
715715

716716
### Through property
717717

718-
The PDF export functionality allows you to customize taskbar appearance to a PDF document with customized colors using the `TaskbarColor` property in the `GanttPdfExportProperties` class. This property enables you to format various types of taskbars, including parent taskbars, child taskbars, milestones, critical paths, manual taskbars, and baselines.
718+
The PDF export functionality allows you to customize taskbar appearance to a PDF document with customized colors using the [TaskbarColor](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.PdfGanttStyle.html#Syncfusion_Blazor_Gantt_PdfGanttStyle_TaskbarColor) property in the [GanttPdfExportProperties](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Gantt.GanttPdfExportProperties.html) class. This property enables you to format various types of taskbars, including parent taskbars, child taskbars, milestones, critical paths, manual taskbars, and baselines.
719719

720720
You can use the `TaskbarColor` property to set colors for the following taskbar types:
721721

0 commit comments

Comments
 (0)