|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: Syncfusion AI Coding Assistant Prompt Library | Syncfusion |
| 4 | +description: Explore the AI Coding Assistant Prompt Library to enhance ASP.NET MVC development productivity with code generation, configuration example, contextual guidance. |
| 5 | +control: Syncfusion AI Coding Assistant Prompt Library |
| 6 | +platform: ej2-asp-core-mvc |
| 7 | +documentation: ug |
| 8 | +domainurl: ##DomainURL## |
| 9 | +--- |
| 10 | + |
| 11 | +# Prompt Library - AI Coding Assistant |
| 12 | + |
| 13 | +Speed up your A projects 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. |
| 14 | + |
| 15 | +## How to Use |
| 16 | + |
| 17 | +Before starting, make sure your MCP Server is set up and running. |
| 18 | + |
| 19 | +* Choose a prompt that fits your need. |
| 20 | +* Copy the full prompt with the #SyncfusionAspNetMvcAssistant handle. |
| 21 | +* Customize the prompt for your specific use case. |
| 22 | +* Execute via the MCP Server. |
| 23 | +* Always check and test the code before adding it to your project. |
| 24 | + |
| 25 | +## Component-Specific Prompts |
| 26 | + |
| 27 | +### Grid |
| 28 | + |
| 29 | +The Syncfusion ASP.NET MVC Data Grid delivers fast, flexible tables for large datasets with built-in interactivity. |
| 30 | + |
| 31 | +{% promptcards %} |
| 32 | +{% promptcard Paging and Sorting %} |
| 33 | +#SyncfusionAspNetMvcAssistant How do I enable paging and sorting in the Syncfusion ASP.NET MVC Grid? |
| 34 | +{% endpromptcard %} |
| 35 | +{% promptcard Grouping and Filtering %} |
| 36 | +#SyncfusionAspNetMvcAssistant Show me an example of grouping and filtering data in the Grid component. |
| 37 | +{% endpromptcard %} |
| 38 | +{% promptcard CRUD Operations %} |
| 39 | +#SyncfusionAspNetMvcAssistant What’s the code to implement full CRUD operations in Syncfusion ASP.NET MVC Grid? |
| 40 | +{% endpromptcard %} |
| 41 | +{% promptcard Grid Export to PDF and Excel %} |
| 42 | +#SyncfusionAspNetMvcAssistant How can I add PDF and Excel export options to the Grid toolbar? |
| 43 | +{% endpromptcard %} |
| 44 | +{% promptcard Virtual Scrolling %} |
| 45 | +#SyncfusionAspNetMvcAssistant How do I configure virtual scrolling for large datasets in the Grid? |
| 46 | +{% endpromptcard %} |
| 47 | +{% promptcard Multicolumn Grid Setup %} |
| 48 | +#SyncfusionAspNetMvcAssistant Create a multicolumn Grid to display product details with sorting and filtering. |
| 49 | +{% endpromptcard %} |
| 50 | +{% promptcard Chat Integration %} |
| 51 | +#SyncfusionAspNetMvcAssistant How can I integrate a chat widget inside each row of the Syncfusion Grid? |
| 52 | +{% endpromptcard %} |
| 53 | +{% promptcard Advanced Grid Features %} |
| 54 | +#SyncfusionAspNetMvcAssistant Show me a Grid with paging, sorting, grouping, filtering, and virtual scrolling |
| 55 | +{% endpromptcard %} |
| 56 | +{% promptcard Troubleshooting Grid Export %} |
| 57 | +#SyncfusionAspNetMvcAssistant Why isn’t my Grid exporting to PDF and Excel correctly? |
| 58 | +{% endpromptcard %} |
| 59 | +{% promptcard Inline Editing %} |
| 60 | +#SyncfusionAspNetMvcAssistant How do I enable inline editing for CRUD operations in the Grid? |
| 61 | +{% endpromptcard %} |
| 62 | +{% promptcard Custom Toolbar %} |
| 63 | +#SyncfusionAspNetMvcAssistant Add custom toolbar buttons for PDF and Excel export in the Grid. |
| 64 | +{% endpromptcard %} |
| 65 | +{% promptcard Dynamic Column Configuration %} |
| 66 | +#SyncfusionAspNetMvcAssistant How can I dynamically configure multicolumn layout with filtering and sorting? |
| 67 | +{% endpromptcard %} |
| 68 | +{% endpromptcards %} |
| 69 | + |
| 70 | +### Chart |
| 71 | + |
| 72 | +The Syncfusion ASP.NET MVC Chart suite offers versatile visualization tools across various series types for insightful data representation. |
| 73 | + |
| 74 | +{% promptcards %} |
| 75 | +{% promptcard Local and Remote Data %} |
| 76 | +#SyncfusionAspNetMvcAssistant How do I bind both local and remote data sources to a Syncfusion Chart? |
| 77 | +{% endpromptcard %} |
| 78 | +{% promptcard Range Selection %} |
| 79 | +#SyncfusionAspNetMvcAssistant Show me how to enable range selection in a Syncfusion ASP.NET MVC Chart. |
| 80 | +{% endpromptcard %} |
| 81 | +{% promptcard Chart Types Overview %} |
| 82 | +#SyncfusionAspNetMvcAssistant What chart types are available in Syncfusion ASP.NET MVC Chart and how to configure them? |
| 83 | +{% endpromptcard %} |
| 84 | +{% promptcard Markers and Data Labels %} |
| 85 | +#SyncfusionAspNetMvcAssistant How can I display markers and data labels on a line chart? |
| 86 | +{% endpromptcard %} |
| 87 | +{% promptcard Annotations %} |
| 88 | +#SyncfusionAspNetMvcAssistant Add custom annotations to highlight specific data points in a chart. |
| 89 | +{% endpromptcard %} |
| 90 | +{% promptcard Chart Export to Image or PDF %} |
| 91 | +#SyncfusionAspNetMvcAssistant How do I export a Syncfusion Chart to PDF or image format? |
| 92 | +{% endpromptcard %} |
| 93 | +{% promptcard Print Support %} |
| 94 | +#SyncfusionAspNetMvcAssistant Enable print functionality for a Syncfusion ASP.NET MVC Chart component. |
| 95 | +{% endpromptcard %} |
| 96 | +{% promptcard Dynamic Chart with Remote Data %} |
| 97 | +#SyncfusionAspNetMvcAssistant Create a chart that updates dynamically with remote API data. |
| 98 | +{% endpromptcard %} |
| 99 | +{% promptcard Multiple Series Types %} |
| 100 | +#SyncfusionAspNetMvcAssistant How do I combine bar and line chart types in a single Syncfusion Chart? |
| 101 | +{% endpromptcard %} |
| 102 | +{% promptcard Troubleshooting Chart Data Binding %} |
| 103 | +#SyncfusionAspNetMvcAssistant Why isn’t my remote data showing up in the Syncfusion Chart? |
| 104 | +{% endpromptcard %} |
| 105 | +{% promptcard Interactive Range Selector %} |
| 106 | +#SyncfusionAspNetMvcAssistant Configure a range selector for zooming and filtering in a time-series chart. |
| 107 | +{% endpromptcard %} |
| 108 | +{% promptcard Custom Markers and Labels %} |
| 109 | +#SyncfusionAspNetMvcAssistant Show me an example of customizing chart markers and data label styles. |
| 110 | +{% endpromptcard %} |
| 111 | +{% endpromptcards %} |
| 112 | + |
| 113 | +### Schedule |
| 114 | + |
| 115 | +The Syncfusion ASP.NET MVC Schedule component helps manage events, resources, and timelines with powerful views and customization. |
| 116 | + |
| 117 | +{% promptcards %} |
| 118 | +{% promptcard Remote Data Binding %} |
| 119 | +#SyncfusionAspNetMvcAssistant Bind the Schedule component to a remote API for dynamic event loading. |
| 120 | +{% endpromptcard %} |
| 121 | +{% promptcard CRUD Actions %} |
| 122 | +#SyncfusionAspNetMvcAssistant Show me how to implement full CRUD operations in the Schedule component. |
| 123 | +{% endpromptcard %} |
| 124 | +{% promptcard Virtual Scrolling %} |
| 125 | +#SyncfusionAspNetMvcAssistant Enable virtual scrolling for large event datasets in the Schedule view. |
| 126 | +{% endpromptcard %} |
| 127 | +{% promptcard Timezone Support %} |
| 128 | +#SyncfusionAspNetMvcAssistant How can I configure timezone support in the Syncfusion ASP.NET MVC Schedule? |
| 129 | +{% endpromptcard %} |
| 130 | +{% promptcard Export Schedule to PDF or Excel %} |
| 131 | +#SyncfusionAspNetMvcAssistant Add export functionality to download the Schedule view as PDF or Excel. |
| 132 | +{% endpromptcard %} |
| 133 | +{% promptcard Timeline Header Rows %} |
| 134 | +#SyncfusionAspNetMvcAssistant How do I customize timeline header rows in the Schedule component? |
| 135 | +{% endpromptcard %} |
| 136 | +{% promptcard Troubleshooting Schedule CRUD %} |
| 137 | +#SyncfusionAspNetMvcAssistant Why aren’t my CRUD actions working correctly in the Schedule component? |
| 138 | +{% endpromptcard %} |
| 139 | +{% promptcard Local and Remote Data %} |
| 140 | +#SyncfusionAspNetMvcAssistant Bind both local and remote event data to the Schedule component. |
| 141 | +{% endpromptcard %} |
| 142 | +{% promptcard Export and Timezone %} |
| 143 | +#SyncfusionAspNetMvcAssistant Configure timezone-aware exporting for the Schedule view. |
| 144 | +{% endpromptcard %} |
| 145 | +{% endpromptcards %} |
| 146 | + |
| 147 | +### Kanban |
| 148 | + |
| 149 | +The Syncfusion ASP.NET MVC Kanban organizes tasks in columns with drag-and-drop, swimlanes, and templating for agile workflows. |
| 150 | + |
| 151 | +{% promptcards %} |
| 152 | +{% promptcard Data Binding %} |
| 153 | +#SyncfusionAspNetMvcAssistant How do I bind local or remote data to the Syncfusion ASP.NET MVC Kanban board? |
| 154 | +{% endpromptcard %} |
| 155 | +{% promptcard Sorting %} |
| 156 | +#SyncfusionAspNetMvcAssistant Enable sorting of cards within columns in the Kanban component. |
| 157 | +{% endpromptcard %} |
| 158 | +{% promptcard Swimlane View %} |
| 159 | +#SyncfusionAspNetMvcAssistant Show me how to group Kanban cards using swimlane headers. |
| 160 | +{% endpromptcard %} |
| 161 | +{% promptcard Kanban Card Editing %} |
| 162 | +#SyncfusionAspNetMvcAssistant How can I enable inline editing of Kanban cards? |
| 163 | +{% endpromptcard %} |
| 164 | +{% promptcard Virtualization %} |
| 165 | +#SyncfusionAspNetMvcAssistant Configure virtualization for performance with large Kanban datasets. |
| 166 | +{% endpromptcard %} |
| 167 | +{% promptcard Localization %} |
| 168 | +#SyncfusionAspNetMvcAssistant How do I localize labels and messages in the Kanban component? |
| 169 | +{% endpromptcard %} |
| 170 | +{% promptcard Drag and Drop %} |
| 171 | +#SyncfusionAspNetMvcAssistant Enable drag-and-drop functionality for moving cards between columns. |
| 172 | +{% endpromptcard %} |
| 173 | +{% promptcard Sorting and Swimlane %} |
| 174 | +#SyncfusionAspNetMvcAssistant Create a Kanban board with swimlane grouping and sortable cards. |
| 175 | +{% endpromptcard %} |
| 176 | +{% promptcard Editable Cards and Localization %} |
| 177 | +#SyncfusionAspNetMvcAssistant Show me how to edit cards and apply localization in Kanban. |
| 178 | +{% endpromptcard %} |
| 179 | +{% promptcard Troubleshooting Kanban Drag and Drop %} |
| 180 | +#SyncfusionAspNetMvcAssistant Why isn’t drag-and-drop working correctly in my Kanban board? |
| 181 | +{% endpromptcard %} |
| 182 | +{% promptcard Remote Data and Virtualization %} |
| 183 | +#SyncfusionAspNetMvcAssistant Bind remote data to Kanban and enable virtualization for performance. |
| 184 | +{% endpromptcard %} |
| 185 | +{% promptcard Advanced Kanban Setup %} |
| 186 | +#SyncfusionAspNetMvcAssistant Create a Kanban board with data binding, swimlane, card editing, and drag-and-drop. |
| 187 | +{% endpromptcard %} |
| 188 | +{% endpromptcards %} |
| 189 | + |
| 190 | +### RichTextEditor |
| 191 | + |
| 192 | +The Syncfusion ASP.NET MVC RichTextEditor offers a modern WYSIWYG editor with extensive formatting, media, and integration features. |
| 193 | + |
| 194 | +{% promptcards %} |
| 195 | +{% promptcard Toolbar Configuration %} |
| 196 | +#SyncfusionAspNetMvcAssistant How do I customize the toolbar options in the Syncfusion RichTextEditor? |
| 197 | +{% endpromptcard %} |
| 198 | +{% promptcard Link Manipulation %} |
| 199 | +#SyncfusionAspNetMvcAssistant Show me how to add, edit, and remove hyperlinks in RichTextEditor content. |
| 200 | +{% endpromptcard %} |
| 201 | +{% promptcard Iframe Mode %} |
| 202 | +#SyncfusionAspNetMvcAssistant How can I render the RichTextEditor inside an iframe for isolated styling? |
| 203 | +{% endpromptcard %} |
| 204 | +{% promptcard Undo and Redo %} |
| 205 | +#SyncfusionAspNetMvcAssistant Enable undo and redo functionality in the RichTextEditor toolbar. |
| 206 | +{% endpromptcard %} |
| 207 | +{% promptcard Forms Integration %} |
| 208 | +#SyncfusionAspNetMvcAssistant How do I integrate a ASP.NET MVC form and validate input? |
| 209 | +{% endpromptcard %} |
| 210 | +{% promptcard Content Import and Export %} |
| 211 | +#SyncfusionAspNetMvcAssistant Export RichTextEditor content to HTML or import existing HTML content. |
| 212 | +{% endpromptcard %} |
| 213 | +{% promptcard Advanced Toolbar %} |
| 214 | +#SyncfusionAspNetMvcAssistant Create a RichTextEditor with toolbar options for formatting, links, and undo/redo. |
| 215 | +{% endpromptcard %} |
| 216 | +{% promptcard Iframe and Forms Support %} |
| 217 | +#SyncfusionAspNetMvcAssistant Use RichTextEditor in iframe mode and bind it to a form for submission. |
| 218 | +{% endpromptcard %} |
| 219 | +{% promptcard Undo/Redo and Export %} |
| 220 | +#SyncfusionAspNetMvcAssistant Enable undo/redo and export content to HTML in RichTextEditor. |
| 221 | +{% endpromptcard %} |
| 222 | +{% endpromptcards %} |
| 223 | + |
| 224 | +### Calendar |
| 225 | + |
| 226 | +The Syncfusion ASP.NET MVC Calendar supports flexible date selection, localization, and custom rendering. |
| 227 | + |
| 228 | +{% promptcards %} |
| 229 | +{% promptcard Date Range Selection %} |
| 230 | +#SyncfusionAspNetMvcAssistant How do I enable date range selection in the Syncfusion ASP.NET MVC Calendar? |
| 231 | +{% endpromptcard %} |
| 232 | +{% promptcard Globalization Support %} |
| 233 | +#SyncfusionAspNetMvcAssistant Configure the Calendar to support multiple cultures and languages. |
| 234 | +{% endpromptcard %} |
| 235 | +{% promptcard Multi-Date Selection %} |
| 236 | +#SyncfusionAspNetMvcAssistant Show me how to allow users to select multiple dates in the Calendar. |
| 237 | +{% endpromptcard %} |
| 238 | +{% promptcard Islamic Calendar Support %} |
| 239 | +#SyncfusionAspNetMvcAssistant How can I switch the Calendar to use the Islamic calendar system? |
| 240 | +{% endpromptcard %} |
| 241 | +{% promptcard Skip Months Feature %} |
| 242 | +#SyncfusionAspNetMvcAssistant Enable skipping months in the Calendar navigation for faster browsing. |
| 243 | +{% endpromptcard %} |
| 244 | +{% promptcard Calendar Showing Other Month Days %} |
| 245 | +#SyncfusionAspNetMvcAssistant How do I show days from adjacent months in the current Calendar view? |
| 246 | +{% endpromptcard %} |
| 247 | +{% promptcard Custom Day Cell Format %} |
| 248 | +#SyncfusionAspNetMvcAssistant Customize the day cell format in the Calendar to show short weekday names. |
| 249 | +{% endpromptcard %} |
| 250 | +{% promptcard Calendar Highlighting Weekends %} |
| 251 | +#SyncfusionAspNetMvcAssistant Highlight weekends in the Calendar with a different background color. |
| 252 | +{% endpromptcard %} |
| 253 | +{% promptcard Globalization and Islamic Calendar %} |
| 254 | +#SyncfusionAspNetMvcAssistant Configure the Calendar for Arabic culture using Islamic calendar and localization. |
| 255 | +{% endpromptcard %} |
| 256 | +{% promptcard Multi-Selection and Range %} |
| 257 | +#SyncfusionAspNetMvcAssistant Enable both multi-date selection and range selection in the Calendar. |
| 258 | +{% endpromptcard %} |
| 259 | +{% promptcard Troubleshooting Calendar Date Range %} |
| 260 | +#SyncfusionAspNetMvcAssistant Why isn’t my Calendar selecting the correct date range? |
| 261 | +{% endpromptcard %} |
| 262 | +{% promptcard Advanced Calendar Setup %} |
| 263 | +#SyncfusionAspNetMvcAssistant Create a Calendar with date range, multi-selection, globalization, and weekend highlights. |
| 264 | +{% endpromptcard %} |
| 265 | +{% endpromptcards %} |
| 266 | + |
| 267 | +## See also |
| 268 | + |
| 269 | +* [AI Coding Assistant Overview](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) |
| 270 | +* [SyncfusionAspNetMvcAssistant MCP Server](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/mcp-server) |
0 commit comments