From 29dab69ea9911a9a7b98383342f9e81ab68f5151 Mon Sep 17 00:00:00 2001
From: VijayakumarSF4470 <160592658+VijayakumarSF4470@users.noreply.github.com>
Date: Wed, 5 Aug 2026 14:35:43 +0530
Subject: [PATCH 1/5] 1041550: Updated correction in prompt library.
---
WindowsForms-toc.html | 1 +
WindowsForms/prompt-library.md | 201 +++++++++++++++++++++++++++++++++
2 files changed, 202 insertions(+)
create mode 100644 WindowsForms/prompt-library.md
diff --git a/WindowsForms-toc.html b/WindowsForms-toc.html
index 7f52875d7..71fe0dd8d 100644
--- a/WindowsForms-toc.html
+++ b/WindowsForms-toc.html
@@ -18,6 +18,7 @@
MCP
+ Prompt Library
Installation
diff --git a/WindowsForms/prompt-library.md b/WindowsForms/prompt-library.md
new file mode 100644
index 000000000..8d48eede7
--- /dev/null
+++ b/WindowsForms/prompt-library.md
@@ -0,0 +1,201 @@
+---
+layout: post
+title: Syncfusion AI Tools Prompt Library | Syncfusion
+description: Explore the AI Tools Prompt Library to enhance WinForms development productivity with code generation, configuration examples, and contextual guidance.
+control: Syncfusion AI Tools Prompt Library
+platform: WindowsForms
+documentation: ug
+domainurl: ##DomainURL##
+---
+
+# Prompt Library for Syncfusion AI Tools
+
+Speed up WinForms development using these ready-made prompts for popular Syncfusion components. Each prompt is short, easy to understand, and focused on real tasks—like quick setups, tweaks, and fixes.
+
+## How to use
+
+These prompts can be used with the MCP server or agent skills to streamline your development workflow.
+
+* Choose a prompt that fits your needs.
+* Customize the prompt for your specific use case.
+* Execute the prompt using your preferred AI tool (MCP server or agent skills).
+* Always review and test the generated code before adding it to your project.
+
+## Component-specific Prompts
+
+### Grid
+
+The Syncfusion WinForms Data Grid delivers fast, flexible tables for large datasets with built-in interactivity.
+
+{% promptcards %}
+{% promptcard Paging and Sorting %}
+How do I enable paging and sorting in the Syncfusion WinForms Grid?
+{% endpromptcard %}
+{% promptcard Grouping and Filtering %}
+Show me an example of grouping and filtering data in the Grid component.
+{% endpromptcard %}
+{% promptcard CRUD Operations %}
+What's the code to implement full CRUD operations in Syncfusion WinForms Grid?
+{% endpromptcard %}
+{% promptcard Grid Export to PDF and Excel %}
+How can I add PDF and Excel export options to the Grid toolbar?
+{% endpromptcard %}
+{% promptcard Virtual Scrolling %}
+How do I configure virtual scrolling for large datasets in the Grid?
+{% endpromptcard %}
+{% promptcard Multicolumn Grid Setup %}
+Create a multicolumn Grid to display product details with sorting and filtering.
+{% endpromptcard %}
+{% promptcard Chat Integration %}
+How can I integrate a chat widget inside each row of the Syncfusion Grid?
+{% endpromptcard %}
+{% promptcard Advanced Grid Features %}
+Show me a Grid with paging, sorting, grouping, filtering, and virtual scrolling.
+{% endpromptcard %}
+{% promptcard Troubleshooting Grid Export %}
+Why isn't my Grid exporting to PDF and Excel correctly?
+{% endpromptcard %}
+{% promptcard Inline Editing %}
+How do I enable inline editing for CRUD operations in the Grid?
+{% endpromptcard %}
+{% promptcard Custom Toolbar %}
+Add custom toolbar buttons for PDF and Excel export in the Grid.
+{% endpromptcard %}
+{% promptcard Dynamic Column Configuration %}
+How can I dynamically configure multicolumn layout with filtering and sorting?
+{% endpromptcard %}
+{% endpromptcards %}
+
+### Chart
+
+The Syncfusion WinForms Chart suite offers versatile visualization tools across various series types for insightful data representation.
+
+{% promptcards %}
+{% promptcard Local and Remote Data %}
+How do I bind both local and remote data sources to a Syncfusion Chart?
+{% endpromptcard %}
+{% promptcard Range Selection %}
+Show me how to enable range selection in a Syncfusion WinForms Chart.
+{% endpromptcard %}
+{% promptcard Chart Types Overview %}
+What chart types are available in Syncfusion WinForms Chart, and how do I configure them?
+{% endpromptcard %}
+{% promptcard Markers and Data Labels %}
+How can I display markers and data labels on a line chart?
+{% endpromptcard %}
+{% promptcard Annotations %}
+Add custom annotations to highlight specific data points in a chart.
+{% endpromptcard %}
+{% promptcard Chart Export to Image or PDF %}
+How do I export a Syncfusion Chart to PDF or image format?
+{% endpromptcard %}
+{% promptcard Print Support %}
+Enable print functionality for a Syncfusion WinForms Chart component.
+{% endpromptcard %}
+{% promptcard Dynamic Chart with Remote Data %}
+Create a chart that updates dynamically with remote API data.
+{% endpromptcard %}
+{% promptcard Multiple Series Types %}
+How do I combine bar and line chart types in a single Syncfusion Chart?
+{% endpromptcard %}
+{% promptcard Troubleshooting Chart Data Binding %}
+Why isn't my remote data showing up in the Syncfusion Chart?
+{% endpromptcard %}
+{% promptcard Interactive Range Selector %}
+Configure a range selector for zooming and filtering in a time-series chart.
+{% endpromptcard %}
+{% promptcard Custom Markers and Labels %}
+Show me an example of customizing chart markers and data label styles.
+{% endpromptcard %}
+{% endpromptcards %}
+
+### Schedule
+
+The Syncfusion WinForms Schedule component helps manage events, resources, and timelines with powerful views and customization.
+
+{% promptcards %}
+{% promptcard Module Injection %}
+How do I inject required modules into the Syncfusion WinForms Schedule component?
+{% endpromptcard %}
+{% promptcard Remote Data Binding %}
+Bind the Schedule component to a remote API for dynamic event loading.
+{% endpromptcard %}
+{% promptcard CRUD Actions %}
+Show me how to implement full CRUD operations in the Schedule component.
+{% endpromptcard %}
+{% promptcard Virtual Scrolling %}
+Enable virtual scrolling for large event datasets in the Schedule view.
+{% endpromptcard %}
+{% promptcard Timezone Support %}
+How can I configure timezone support in the Syncfusion WinForms Schedule?
+{% endpromptcard %}
+{% promptcard Export Schedule to PDF or Excel %}
+Add export functionality to download the Schedule view as PDF or Excel.
+{% endpromptcard %}
+{% promptcard Timeline Header Rows %}
+How do I customize timeline header rows in the Schedule component?
+{% endpromptcard %}
+{% promptcard Multiple Module Injection %}
+Inject multiple modules like Day, Week, and Timeline views into the Schedule component.
+{% endpromptcard %}
+{% promptcard Troubleshooting Schedule CRUD %}
+Why aren't my CRUD actions working correctly in the Schedule component?
+{% endpromptcard %}
+{% promptcard Local and Remote Data %}
+Bind both local and remote event data to the Schedule component.
+{% endpromptcard %}
+{% promptcard Export and Timezone %}
+Configure timezone-aware exporting for the Schedule view.
+{% endpromptcard %}
+{% promptcard Advanced Schedule Setup %}
+Create a Schedule with module injection, CRUD, virtual scrolling, and exporting.
+{% endpromptcard %}
+{% endpromptcards %}
+
+### Calendar
+
+The Syncfusion WinForms Calendar supports flexible date selection, localization, and custom rendering.
+
+{% promptcards %}
+{% promptcard Date Range Selection %}
+How do I enable date range selection in the Syncfusion WinForms Calendar?
+{% endpromptcard %}
+{% promptcard Globalization Support %}
+Configure the Calendar to support multiple cultures and languages.
+{% endpromptcard %}
+{% promptcard Multi-Date Selection %}
+Show me how to allow users to select multiple dates in the Calendar.
+{% endpromptcard %}
+{% promptcard Islamic Calendar Support %}
+How can I switch the Calendar to use the Islamic calendar system?
+{% endpromptcard %}
+{% promptcard Skip Months Feature %}
+Enable skipping months in the Calendar navigation for faster browsing.
+{% endpromptcard %}
+{% promptcard Calendar Showing Other Month Days %}
+How do I show days from adjacent months in the current Calendar view?
+{% endpromptcard %}
+{% promptcard Custom Day Cell Format %}
+Customize the day cell format in the Calendar to show short weekday names.
+{% endpromptcard %}
+{% promptcard Calendar Highlighting Weekends %}
+Highlight weekends in the Calendar with a different background color.
+{% endpromptcard %}
+{% promptcard Globalization and Islamic Calendar %}
+Configure the Calendar for Arabic culture using the Islamic calendar and localization.
+{% endpromptcard %}
+{% promptcard Multi-Selection and Range %}
+Enable both multi-date selection and range selection in the Calendar.
+{% endpromptcard %}
+{% promptcard Troubleshooting Calendar Date Range %}
+Why isn't my Calendar selecting the correct date range?
+{% endpromptcard %}
+{% promptcard Advanced Calendar Setup %}
+Create a Calendar with date range, multi-selection, globalization, and weekend highlights.
+{% endpromptcard %}
+{% endpromptcards %}
+
+## See also
+
+* [SKills](https://help.syncfusion.com/windowsforms/skills/component-skills)
+* [MCP Server](https://help.syncfusion.com/windowsforms/ai-coding-assistant/mcp-server)
\ No newline at end of file
From 9bec745f8d27fa5d722139aed78f188a1ba30747 Mon Sep 17 00:00:00 2001
From: VijayakumarSF4470 <160592658+VijayakumarSF4470@users.noreply.github.com>
Date: Tue, 11 Aug 2026 18:35:14 +0530
Subject: [PATCH 2/5] 1041550: Updated correction in prompt library.
---
WindowsForms/prompt-library.md | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/WindowsForms/prompt-library.md b/WindowsForms/prompt-library.md
index 8d48eede7..0514444dd 100644
--- a/WindowsForms/prompt-library.md
+++ b/WindowsForms/prompt-library.md
@@ -1,25 +1,27 @@
---
layout: post
-title: Syncfusion AI Tools Prompt Library | Syncfusion
-description: Explore the AI Tools Prompt Library to enhance WinForms development productivity with code generation, configuration examples, and contextual guidance.
-control: Syncfusion AI Tools Prompt Library
+title: Syncfusion AI Coding Assistants Tools Prompt Library | Syncfusion
+description: Explore the AI Coding Assistants Tools Prompt Library to boost WinForms productivity with code generation, configuration examples, and contextual guidance.
+control: Syncfusion AI Coding Assistants Tools Prompt Library
platform: WindowsForms
documentation: ug
domainurl: ##DomainURL##
---
-# Prompt Library for Syncfusion AI Tools
+# Prompt Library for Syncfusion AI Coding Assistants Tools
Speed up WinForms development using these ready-made prompts for popular Syncfusion components. Each prompt is short, easy to understand, and focused on real tasks—like quick setups, tweaks, and fixes.
## How to use
-These prompts can be used with the MCP server or agent skills to streamline your development workflow.
+These prompts can be used with the MCP server or agent skills to streamline your development workflows.
* Choose a prompt that fits your needs.
-* Customize the prompt for your specific use case.
-* Execute the prompt using your preferred AI tool (MCP server or agent skills).
-* Always review and test the generated code before adding it to your project.
+* Customize the prompt as needed before running it.
+* Run the prompt using either of the following AI tools:
+ * **MCP Server**: Tool can start automatically based on the query, or can be invoked explicitly using `#search_docs`.
+ * **Skills**: Skills can also run automatically based on the query, or can be called explicitly using the `/syncfusion-winforms-grid` skill.
+* Always review and test the generated code before adding it to the project.
## Component-specific Prompts
From be7010a4df556adb2ea9c47a3b55d3e8412ed8c5 Mon Sep 17 00:00:00 2001
From: VijayakumarSF4470 <160592658+VijayakumarSF4470@users.noreply.github.com>
Date: Tue, 11 Aug 2026 19:06:56 +0530
Subject: [PATCH 3/5] 1041550: Updated correction in prompt library.
---
WindowsForms/prompt-library.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WindowsForms/prompt-library.md b/WindowsForms/prompt-library.md
index 0514444dd..e4a28eb85 100644
--- a/WindowsForms/prompt-library.md
+++ b/WindowsForms/prompt-library.md
@@ -199,5 +199,5 @@ Create a Calendar with date range, multi-selection, globalization, and weekend h
## See also
-* [SKills](https://help.syncfusion.com/windowsforms/skills/component-skills)
+* [Skills](https://help.syncfusion.com/windowsforms/skills)
* [MCP Server](https://help.syncfusion.com/windowsforms/ai-coding-assistant/mcp-server)
\ No newline at end of file
From 981736b3bc789efee4f4295cf9e4291c3a2ae43e Mon Sep 17 00:00:00 2001
From: VijayakumarSF4470 <160592658+VijayakumarSF4470@users.noreply.github.com>
Date: Tue, 11 Aug 2026 19:11:31 +0530
Subject: [PATCH 4/5] 1041550: Updated correction in prompt library.
---
WindowsForms-toc.html | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/WindowsForms-toc.html b/WindowsForms-toc.html
index 71fe0dd8d..a0b43cd41 100644
--- a/WindowsForms-toc.html
+++ b/WindowsForms-toc.html
@@ -10,15 +10,10 @@
-
AI Coding Assistants
- Installation
From ad7dc39d9250380960163c1b86aada815f577607 Mon Sep 17 00:00:00 2001
From: VijayakumarSF4470 <160592658+VijayakumarSF4470@users.noreply.github.com>
Date: Tue, 11 Aug 2026 19:22:09 +0530
Subject: [PATCH 5/5] 1041550: Updated correction in prompt library.
---
WindowsForms-toc.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WindowsForms-toc.html b/WindowsForms-toc.html
index a0b43cd41..f3049609b 100644
--- a/WindowsForms-toc.html
+++ b/WindowsForms-toc.html
@@ -9,7 +9,7 @@
-
AI Coding Assistants
-