Skip to content

Commit ee80377

Browse files
authored
Merge pull request #778 from telerik/dkrastev/m-updateGT
Getting Started: Update GT articles for the controls that have separa…
2 parents 60c94c6 + f2cf6ee commit ee80377

File tree

12 files changed

+40
-0
lines changed

12 files changed

+40
-0
lines changed

controls/chartview/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This article shows how you can start using **RadChartView**.
1616

1717
To use `RadChartView` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
1818

19+
If you don’t need all controls, you can instead install a more lightweight package targeting only RadChartView: **UI.for.WinForms.ChartView**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the **ChartView NuGet**.
20+
1921
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
2022

2123
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).

controls/diagram/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This article shows how you can start using **RadDiagram**.
1717

1818
To use `RadDiagram` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
1919

20+
If you don’t need all controls, you can instead install a more lightweight package targeting only RadDiagram: **UI.for.WinForms.RadDiagram**. This package has a dependency on **UI.for.WinForms.Common**, and **UI.for.WinForms.Dock**, that will be automatically installed when adding the **RadDiagram NuGet**.
21+
2022
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
2123

2224
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).

controls/dock/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This article shows how you can start using **RadDock**.
1717

1818
To use `RadDock` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
1919

20+
If you don’t need all controls, you can instead install a more lightweight package targeting only RadDock: **UI.for.WinForms.Dock**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the **Dock NuGet**.
21+
2022
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
2123

2224
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).

controls/gridview/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ This article shows how you can start using **RadGridView**.
2121

2222
To use `RadGridView` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
2323

24+
If you don’t need all controls, you can instead install a more lightweight package targeting only RadGridView: **UI.for.WinForms.GridView**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the GridView NuGet.
25+
2426
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
2527

2628
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).

controls/map/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This tutorial will help you to quickly get started using the control.
1616

1717
To use `RadMap` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
1818

19+
If you don’t need all controls, you can instead install a more lightweight package targeting only RadMap: **UI.for.WinForms.RadMap**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the **RadMap NuGet**.
20+
1921
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
2022

2123
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).

controls/pdfviewer/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ This tutorial will help you to quickly get started using the control.
2121

2222
To use `RadPdfViewer` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
2323

24+
If you don’t need all controls, you can instead install a more lightweight package targeting only RadPdfViewer: **UI.for.WinForms.PdfViewer**. This package has a dependency on **UI.for.WinForms.Common**, **Telerik.Windows.Documents.Core**, and **Telerik.Windows.Documents.Fixed**, that will be automatically installed when adding the **PdfViewer NuGet**.
25+
2426
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
2527

2628
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).

controls/richtexteditor/getting-started/getting-started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ This tutorial will help you to quickly get started using the control.
1717

1818
To use `RadRichTextEditor` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
1919

20+
If you don’t need all controls, you can instead install a more lightweight package targeting only RadRichTextEditor: **UI.for.WinForms.RichTextEditor**. This package has a dependency on the following NuGets, that will be automatically installed when adding the **RichTextEditor NuGet**.
21+
22+
* __UI.for.WinForms.Common__
23+
* __Telerik.Windows.Documents.Core__
24+
2025
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
2126

2227
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).

controls/spellchecker/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This tutorial will help you to quickly get started using the control.
1717

1818
To use `RadSpellChecker` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
1919

20+
If you don’t need all controls, you can instead install a more lightweight package targeting only RadSpellChecker: **UI.for.WinForms.SpellChecker**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the **SpellChecker NuGet**.
21+
2022
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
2123

2224
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).

controls/spreadsheet/getting-started/getting-started.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ This tutorial will help you to quickly get started using the control.
1616

1717
To use `RadSpreadsheet` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
1818

19+
If you don’t need all controls, you can instead install a more lightweight package targeting only RadSpreadsheet: **UI.for.WinForms.RadSpreadsheet**. This package has a dependency on the following NuGets, that will be automatically installed when adding the **RadSpreadsheet NuGet**.
20+
21+
* __UI.for.WinForms.Common__
22+
* __UI.for.WinForms.GridView__
23+
* __UI.for.WinForms.ChartView__
24+
* __Telerik.Windows.Documents.Core__
25+
* __Telerik.Windows.Documents.Spreadsheet__
26+
* __Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml__
27+
* __Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf__
28+
* __Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls__
29+
1930
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
2031

2132
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).

controls/syntax-editor/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This tutorial will help you to quickly get started using the control.
1616

1717
To use `RadSyntaxEditor` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
1818

19+
If you don’t need all controls, you can instead install a more lightweight package targeting only RadSyntaxEditor: **UI.for.WinForms.SyntaxEditor**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the **SyntaxEditor NuGet**.
20+
1921
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
2022

2123
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).

0 commit comments

Comments
 (0)