Skip to content

Commit 0c214ce

Browse files
authored
Update prompt-library.md
1 parent 6ed7fbe commit 0c214ce

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

ai-coding-assistant/prompt-library.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This collection of prompts is not exhaustive and the Telerik UI for WinForms tea
1717

1818
## How to Use the Prompts
1919

20-
All prompts in this library target the [MCP Server]({%slug ai-mcp-server%}) via the `#telerik_winforms_assistant` handle. Make sure that you have installed and enabled the MCP Server before attempting to run the prompts.
20+
All prompts in this library target the [MCP Server]({%slug ai-mcp-server%}) via the `#telerik-winforms-assistant` handle. Make sure that you have installed and enabled the MCP Server before attempting to run the prompts.
2121

2222
1. Browse the prompt library to find a prompt that suits your needs.
23-
2. Copy the prompt text (including the `#telerik_winforms_assistant` handle).
24-
3. (Optional) Customize the prompt as needed for your specific use case but keep the `#telerik_winforms_assistant` handle.<br/>When modifying the prompts, make sure the changes comply with the [recommendations]({%slug ai-overview%}#recommendations) for the AI Coding Assistant.
23+
2. Copy the prompt text (including the `#telerik-winforms-assistant` handle).
24+
3. (Optional) Customize the prompt as needed for your specific use case but keep the `#telerik-winforms-assistant` handle.<br/>When modifying the prompts, make sure the changes comply with the [recommendations]({%slug ai-overview%}#recommendations) for the AI Coding Assistant.
2525
4. Run the prompt against the [MCP Server]({%slug ai-mcp-server%}).
2626

2727
>warning Always double-check the code and solutions proposed by any AI-powered tool before applying them to your project.
@@ -36,7 +36,7 @@ This section provides prompt ideas for the [currently supported assemblies]({%sl
3636

3737
### WinControls.UI Assembly
3838

39-
The __Telerik.Telerik.WinControls.UI__ assembly exposes many components. One of them is the [Telerik UI for WinForms RadDropDownList]({%slug winforms/dropdown-listcontrol-and-checkeddropdownlist/dropdownlist%}) control, which allows you to display a list of items from which the user can choose.
39+
The __Telerik.WinControls.UI__ assembly exposes many components. One of them is the [Telerik UI for WinForms RadDropDownList]({%slug winforms/dropdown-listcontrol-and-checkeddropdownlist/dropdownlist%}) control, which allows you to display a list of items from which the user can choose.
4040

4141
<table>
4242
<tr>
@@ -46,12 +46,12 @@ The __Telerik.Telerik.WinControls.UI__ assembly exposes many components. One of
4646
<tr>
4747
<td>
4848
<pre><code>
49-
#telerik_winforms_assistant Add combobox data bound to a collection of business objects. Each object should have a Name, Address, City and Country property. Use the Name to display the items in the UI
49+
#telerik-winforms-assistant Add combobox data bound to a collection of business objects. Each object should have a Name, Address, City and Country property. Use the Name to display the items in the UI
5050
</code></pre>
5151
</td>
5252
<td>
5353
<pre><code>
54-
#telerik_winforms_assistant Create a RadDropDownList bound to some sample data. The control should allow multiple selection
54+
#telerik-winforms-assistant Create a RadDropDownList bound to some sample data. The control should allow multiple selection
5555

5656
</code></pre>
5757
</td>
@@ -65,20 +65,20 @@ The __Telerik.Telerik.WinControls.UI__ assembly exposes many components. One of
6565
<tr>
6666
<td>
6767
<pre><code>
68-
#telerik_winforms_assistant Add pages dynamically to the pageview and change the page text when selecting the page
68+
#telerik-winforms-assistant Add pages dynamically to the pageview and change the page text when selecting the page
6969
</code></pre>
7070
</td>
7171
<td>
7272
<pre><code>
73-
#telerik_winforms_assistant Create PageView with 3 tabs and preselect the second tab
73+
#telerik-winforms-assistant Create PageView with 3 tabs and preselect the second tab
7474
</code></pre>
7575
</td>
7676
</tr>
7777
</table>
7878

7979
### GridView Assembly
8080

81-
The __Telerik.Windows.Controls.GridView__ assembly provides the [Telerik UI for WinForms RadGridView]({%slug winforms/gridview%}) component, which enables you to create fully customizable and highly interactive interfaces for display and management of large data.
81+
The __Telerik.WinControls.GridView__ assembly provides the [Telerik UI for WinForms RadGridView]({%slug winforms/gridview%}) component, which enables you to create fully customizable and highly interactive interfaces for display and management of large data.
8282

8383
<table>
8484
<tr>
@@ -88,12 +88,12 @@ The __Telerik.Windows.Controls.GridView__ assembly provides the [Telerik UI for
8888
<tr>
8989
<td>
9090
<pre><code>
91-
#telerik_winforms_assistant Create a RadGridView with 100 records each having Id, Name and Company. Group the data by Company. Sort by name. Add aggregate count function for the company column.
91+
#telerik-winforms-assistant Create a RadGridView with 100 records each having Id, Name and Company. Group the data by Company. Sort by name. Add aggregate count function for the company column.
9292
</code></pre>
9393
</td>
9494
<td>
9595
<pre><code>
96-
#telerik_winforms_assistant Data bind the RadGridView control to a collection of items. Add columns for stocks data manually where one of the columns should use a combobox.
96+
#telerik-winforms-assistant Data bind the RadGridView control to a collection of items. Add columns for stocks data manually where one of the columns should use a combobox.
9797
</code></pre>
9898
</td>
9999
</tr>
@@ -106,18 +106,18 @@ The __Telerik.Windows.Controls.GridView__ assembly provides the [Telerik UI for
106106
<tr>
107107
<td>
108108
<pre><code>
109-
#telerik_winforms_assistant Create a RadGridView and bind it to a sample data. Change the selection text color and mouse over color of the datagrid cells and rows. Apply different color for rows based on a condition (alternating rows)
109+
#telerik-winforms-assistant Create a RadGridView and bind it to a sample data. Change the selection text color and mouse over color of the datagrid cells and rows. Apply different color for rows based on a condition (alternating rows)
110110
</code></pre>
111111
</td>
112112
<td>
113113
<pre><code>
114-
#telerik_winforms_assistant Bind the RadGridView to sample data. Demonstrate how to merge cells in control
114+
#telerik-winforms-assistant Bind the RadGridView to sample data. Demonstrate how to merge cells in control
115115
</code></pre>
116116
</td>
117117
</tr>
118118
</table>
119119

120-
#### RadDock Assembly
120+
### RadDock Assembly
121121

122122
The __Telerik.WinControls.RadDock__ assembly provides the Telerik UI for WinForms RadDocking, which you can use to introduce a docking system like the Microsoft Visual Studio.
123123

@@ -129,19 +129,19 @@ The __Telerik.WinControls.RadDock__ assembly provides the Telerik UI for WinForm
129129
<tr>
130130
<td>
131131
<pre><code>
132-
#telerik_winforms_assistant Create a basic RadDocking layout with two panes docked on the left, one on the right and two on the bottom of the control
132+
#telerik-winforms-assistant Create a basic RadDocking layout with two panes docked on the left, one on the right and two on the bottom of the control
133133
</code></pre>
134134
</td>
135135
<td>
136136
<pre><code>
137-
#telerik_winforms_assistant How to save and load the current docking layout
137+
#telerik-winforms-assistant How to save and load the current docking layout
138138
</code></pre>
139139
</td>
140140
</tr>
141141
</table>
142142

143143

144-
#### RichTextEditor Assembly
144+
### RichTextEditor Assembly
145145

146146
The __Telerik.WinControls.RichTextEditor__ assembly enables you to use the Telerik UI for WinForms RadRichTextEditor component, which provides advanced features for displaying and editing rich-text content.
147147

@@ -153,12 +153,12 @@ The __Telerik.WinControls.RichTextEditor__ assembly enables you to use the Teler
153153
<tr>
154154
<td>
155155
<pre><code>
156-
#telerik_winforms_assistant Create a RadRichTextEditor and load a document. Associate the RichTextEditorRiboonBar to control editing and styling
156+
#telerik-winforms-assistant Create a RadRichTextEditor and load a document. Associate the RichTextEditorRiboonBar to control editing and styling
157157
</code></pre>
158158
</td>
159159
<td>
160160
<pre><code>
161-
#telerik_winforms_assistant I have a document already loaded inside RadRichTextEditor. I want to allow exporting in various formats
161+
#telerik-winforms-assistant I have a document already loaded inside RadRichTextEditor. I want to allow exporting in various formats
162162
</code></pre>
163163
</td>
164164
</tr>

0 commit comments

Comments
 (0)