Telerik UI for WinForms Prompt Library
Welcome to the Telerik UI for WinForms Prompt Library.
The prompts provided here are intended and optimized for use with the Telerik UI for WinForms AI Coding Assistant MCP Server. They can help you kick start your app development and speed up the component configuration process.
This collection of prompts is not exhaustive and the Telerik UI for WinForms team is constantly working on adding more prompts to the library.
How to Use the Prompts
All prompts in this library target the 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.
- Browse the prompt library to find a prompt that suits your needs.
- Copy the prompt text (including the
#telerik_winforms_assistant
handle). - (Optional) Customize the prompt as needed for your specific use case but keep the
#telerik_winforms_assistant
handle.
When modifying the prompts, make sure the changes comply with the recommendations for the AI Coding Assistant. - Run the prompt against the MCP Server.
Always double-check the code and solutions proposed by any AI-powered tool before applying them to your project.
Use with the Copilot Extension
To run the provided prompts in the Telerik UI for WinForms GitHub Copilot Extension (without the MCP Server installed), modify the prompts to use the @telerik
handle instead.
Assembly-Specific Prompts
This section provides prompt ideas for the currently supported assemblies.
WinControls.UI Assembly
The Telerik.Telerik.WinControls.UI assembly exposes many components. One of them is the Telerik UI for WinForms RadDropDownList control, which allows you to display a list of items from which the user can choose.
Databind the RadDropDownList to a custom collection | Databind the RadCheckedDropDownList and allow multiple selection |
---|---|
|
|
Dynamically add pages in RadPageView | Preselect a page in RadPageView |
---|---|
|
|
GridView Assembly
The Telerik.Windows.Controls.GridView assembly provides the Telerik UI for WinForms RadGridView component, which enables you to create fully customizable and highly interactive interfaces for display and management of large data.
DataBound the RadGridView with 100 records. | DataBound the RadGridView and add combobox column |
---|---|
|
|
DataBound the RadGridView and customize it | Merge Cells in RadGridView |
---|---|
|
|
RadDock Assembly
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.
Create basic RadDock with 2 panels | Save and load the layout |
---|---|
|
|
RichTextEditor Assembly
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.
RadRichTextEditor and RichTextEditorRiboonBar integration | Allow export in various formats |
---|---|
|
|