Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
270 changes: 270 additions & 0 deletions ej2-asp-core-mvc/EJ2_ASP.MVC/ai-coding-assistant/prompt-library.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,270 @@
---
layout: post
title: Syncfusion AI Coding Assistant Prompt Library | Syncfusion
description: Explore the AI Coding Assistant Prompt Library to enhance ASP.NET MVC development productivity with code generation, configuration example, contextual guidance.
control: Syncfusion AI Coding Assistant Prompt Library
platform: ej2-asp-core-mvc
documentation: ug
domainurl: ##DomainURL##
---

# Prompt Library - AI Coding Assistant

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.

## How to Use

Before starting, make sure your MCP Server is set up and running.

* Choose a prompt that fits your need.
* Copy the full prompt with the #SyncfusionAspNetMvcAssistant handle.
* Customize the prompt for your specific use case.
* Execute via the MCP Server.
* Always check and test the code before adding it to your project.

## Component-Specific Prompts

### Grid

The Syncfusion ASP.NET MVC Data Grid delivers fast, flexible tables for large datasets with built-in interactivity.

{% promptcards %}
{% promptcard Paging and Sorting %}
#SyncfusionAspNetMvcAssistant How do I enable paging and sorting in the Syncfusion ASP.NET MVC Grid?
{% endpromptcard %}
{% promptcard Grouping and Filtering %}
#SyncfusionAspNetMvcAssistant Show me an example of grouping and filtering data in the Grid component.
{% endpromptcard %}
{% promptcard CRUD Operations %}
#SyncfusionAspNetMvcAssistant What’s the code to implement full CRUD operations in Syncfusion ASP.NET MVC Grid?
{% endpromptcard %}
{% promptcard Grid Export to PDF and Excel %}
#SyncfusionAspNetMvcAssistant How can I add PDF and Excel export options to the Grid toolbar?
{% endpromptcard %}
{% promptcard Virtual Scrolling %}
#SyncfusionAspNetMvcAssistant How do I configure virtual scrolling for large datasets in the Grid?
{% endpromptcard %}
{% promptcard Multicolumn Grid Setup %}
#SyncfusionAspNetMvcAssistant Create a multicolumn Grid to display product details with sorting and filtering.
{% endpromptcard %}
{% promptcard Chat Integration %}
#SyncfusionAspNetMvcAssistant How can I integrate a chat widget inside each row of the Syncfusion Grid?
{% endpromptcard %}
{% promptcard Advanced Grid Features %}
#SyncfusionAspNetMvcAssistant Show me a Grid with paging, sorting, grouping, filtering, and virtual scrolling
{% endpromptcard %}
{% promptcard Troubleshooting Grid Export %}
#SyncfusionAspNetMvcAssistant Why isn’t my Grid exporting to PDF and Excel correctly?
{% endpromptcard %}
{% promptcard Inline Editing %}
#SyncfusionAspNetMvcAssistant How do I enable inline editing for CRUD operations in the Grid?
{% endpromptcard %}
{% promptcard Custom Toolbar %}
#SyncfusionAspNetMvcAssistant Add custom toolbar buttons for PDF and Excel export in the Grid.
{% endpromptcard %}
{% promptcard Dynamic Column Configuration %}
#SyncfusionAspNetMvcAssistant How can I dynamically configure multicolumn layout with filtering and sorting?
{% endpromptcard %}
{% endpromptcards %}

### Chart

The Syncfusion ASP.NET MVC Chart suite offers versatile visualization tools across various series types for insightful data representation.

{% promptcards %}
{% promptcard Local and Remote Data %}
#SyncfusionAspNetMvcAssistant How do I bind both local and remote data sources to a Syncfusion Chart?
{% endpromptcard %}
{% promptcard Range Selection %}
#SyncfusionAspNetMvcAssistant Show me how to enable range selection in a Syncfusion ASP.NET MVC Chart.
{% endpromptcard %}
{% promptcard Chart Types Overview %}
#SyncfusionAspNetMvcAssistant What chart types are available in Syncfusion ASP.NET MVC Chart and how to configure them?
{% endpromptcard %}
{% promptcard Markers and Data Labels %}
#SyncfusionAspNetMvcAssistant How can I display markers and data labels on a line chart?
{% endpromptcard %}
{% promptcard Annotations %}
#SyncfusionAspNetMvcAssistant Add custom annotations to highlight specific data points in a chart.
{% endpromptcard %}
{% promptcard Chart Export to Image or PDF %}
#SyncfusionAspNetMvcAssistant How do I export a Syncfusion Chart to PDF or image format?
{% endpromptcard %}
{% promptcard Print Support %}
#SyncfusionAspNetMvcAssistant Enable print functionality for a Syncfusion ASP.NET MVC Chart component.
{% endpromptcard %}
{% promptcard Dynamic Chart with Remote Data %}
#SyncfusionAspNetMvcAssistant Create a chart that updates dynamically with remote API data.
{% endpromptcard %}
{% promptcard Multiple Series Types %}
#SyncfusionAspNetMvcAssistant How do I combine bar and line chart types in a single Syncfusion Chart?
{% endpromptcard %}
{% promptcard Troubleshooting Chart Data Binding %}
#SyncfusionAspNetMvcAssistant Why isn’t my remote data showing up in the Syncfusion Chart?
{% endpromptcard %}
{% promptcard Interactive Range Selector %}
#SyncfusionAspNetMvcAssistant Configure a range selector for zooming and filtering in a time-series chart.
{% endpromptcard %}
{% promptcard Custom Markers and Labels %}
#SyncfusionAspNetMvcAssistant Show me an example of customizing chart markers and data label styles.
{% endpromptcard %}
{% endpromptcards %}

### Schedule

The Syncfusion ASP.NET MVC Schedule component helps manage events, resources, and timelines with powerful views and customization.

{% promptcards %}
{% promptcard Remote Data Binding %}
#SyncfusionAspNetMvcAssistant Bind the Schedule component to a remote API for dynamic event loading.
{% endpromptcard %}
{% promptcard CRUD Actions %}
#SyncfusionAspNetMvcAssistant Show me how to implement full CRUD operations in the Schedule component.
{% endpromptcard %}
{% promptcard Virtual Scrolling %}
#SyncfusionAspNetMvcAssistant Enable virtual scrolling for large event datasets in the Schedule view.
{% endpromptcard %}
{% promptcard Timezone Support %}
#SyncfusionAspNetMvcAssistant How can I configure timezone support in the Syncfusion ASP.NET MVC Schedule?
{% endpromptcard %}
{% promptcard Export Schedule to PDF or Excel %}
#SyncfusionAspNetMvcAssistant Add export functionality to download the Schedule view as PDF or Excel.
{% endpromptcard %}
{% promptcard Timeline Header Rows %}
#SyncfusionAspNetMvcAssistant How do I customize timeline header rows in the Schedule component?
{% endpromptcard %}
{% promptcard Troubleshooting Schedule CRUD %}
#SyncfusionAspNetMvcAssistant Why aren’t my CRUD actions working correctly in the Schedule component?
{% endpromptcard %}
{% promptcard Local and Remote Data %}
#SyncfusionAspNetMvcAssistant Bind both local and remote event data to the Schedule component.
{% endpromptcard %}
{% promptcard Export and Timezone %}
#SyncfusionAspNetMvcAssistant Configure timezone-aware exporting for the Schedule view.
{% endpromptcard %}
{% endpromptcards %}

### Kanban

The Syncfusion ASP.NET MVC Kanban organizes tasks in columns with drag-and-drop, swimlanes, and templating for agile workflows.

{% promptcards %}
{% promptcard Data Binding %}
#SyncfusionAspNetMvcAssistant How do I bind local or remote data to the Syncfusion ASP.NET MVC Kanban board?
{% endpromptcard %}
{% promptcard Sorting %}
#SyncfusionAspNetMvcAssistant Enable sorting of cards within columns in the Kanban component.
{% endpromptcard %}
{% promptcard Swimlane View %}
#SyncfusionAspNetMvcAssistant Show me how to group Kanban cards using swimlane headers.
{% endpromptcard %}
{% promptcard Kanban Card Editing %}
#SyncfusionAspNetMvcAssistant How can I enable inline editing of Kanban cards?
{% endpromptcard %}
{% promptcard Virtualization %}
#SyncfusionAspNetMvcAssistant Configure virtualization for performance with large Kanban datasets.
{% endpromptcard %}
{% promptcard Localization %}
#SyncfusionAspNetMvcAssistant How do I localize labels and messages in the Kanban component?
{% endpromptcard %}
{% promptcard Drag and Drop %}
#SyncfusionAspNetMvcAssistant Enable drag-and-drop functionality for moving cards between columns.
{% endpromptcard %}
{% promptcard Sorting and Swimlane %}
#SyncfusionAspNetMvcAssistant Create a Kanban board with swimlane grouping and sortable cards.
{% endpromptcard %}
{% promptcard Editable Cards and Localization %}
#SyncfusionAspNetMvcAssistant Show me how to edit cards and apply localization in Kanban.
{% endpromptcard %}
{% promptcard Troubleshooting Kanban Drag and Drop %}
#SyncfusionAspNetMvcAssistant Why isn’t drag-and-drop working correctly in my Kanban board?
{% endpromptcard %}
{% promptcard Remote Data and Virtualization %}
#SyncfusionAspNetMvcAssistant Bind remote data to Kanban and enable virtualization for performance.
{% endpromptcard %}
{% promptcard Advanced Kanban Setup %}
#SyncfusionAspNetMvcAssistant Create a Kanban board with data binding, swimlane, card editing, and drag-and-drop.
{% endpromptcard %}
{% endpromptcards %}

### RichTextEditor

The Syncfusion ASP.NET MVC RichTextEditor offers a modern WYSIWYG editor with extensive formatting, media, and integration features.

{% promptcards %}
{% promptcard Toolbar Configuration %}
#SyncfusionAspNetMvcAssistant How do I customize the toolbar options in the Syncfusion RichTextEditor?
{% endpromptcard %}
{% promptcard Link Manipulation %}
#SyncfusionAspNetMvcAssistant Show me how to add, edit, and remove hyperlinks in RichTextEditor content.
{% endpromptcard %}
{% promptcard Iframe Mode %}
#SyncfusionAspNetMvcAssistant How can I render the RichTextEditor inside an iframe for isolated styling?
{% endpromptcard %}
{% promptcard Undo and Redo %}
#SyncfusionAspNetMvcAssistant Enable undo and redo functionality in the RichTextEditor toolbar.
{% endpromptcard %}
{% promptcard Forms Integration %}
#SyncfusionAspNetMvcAssistant How do I integrate a ASP.NET MVC form and validate input?
{% endpromptcard %}
{% promptcard Content Import and Export %}
#SyncfusionAspNetMvcAssistant Export RichTextEditor content to HTML or import existing HTML content.
{% endpromptcard %}
{% promptcard Advanced Toolbar %}
#SyncfusionAspNetMvcAssistant Create a RichTextEditor with toolbar options for formatting, links, and undo/redo.
{% endpromptcard %}
{% promptcard Iframe and Forms Support %}
#SyncfusionAspNetMvcAssistant Use RichTextEditor in iframe mode and bind it to a form for submission.
{% endpromptcard %}
{% promptcard Undo/Redo and Export %}
#SyncfusionAspNetMvcAssistant Enable undo/redo and export content to HTML in RichTextEditor.
{% endpromptcard %}
{% endpromptcards %}

### Calendar

The Syncfusion ASP.NET MVC Calendar supports flexible date selection, localization, and custom rendering.

{% promptcards %}
{% promptcard Date Range Selection %}
#SyncfusionAspNetMvcAssistant How do I enable date range selection in the Syncfusion ASP.NET MVC Calendar?
{% endpromptcard %}
{% promptcard Globalization Support %}
#SyncfusionAspNetMvcAssistant Configure the Calendar to support multiple cultures and languages.
{% endpromptcard %}
{% promptcard Multi-Date Selection %}
#SyncfusionAspNetMvcAssistant Show me how to allow users to select multiple dates in the Calendar.
{% endpromptcard %}
{% promptcard Islamic Calendar Support %}
#SyncfusionAspNetMvcAssistant How can I switch the Calendar to use the Islamic calendar system?
{% endpromptcard %}
{% promptcard Skip Months Feature %}
#SyncfusionAspNetMvcAssistant Enable skipping months in the Calendar navigation for faster browsing.
{% endpromptcard %}
{% promptcard Calendar Showing Other Month Days %}
#SyncfusionAspNetMvcAssistant How do I show days from adjacent months in the current Calendar view?
{% endpromptcard %}
{% promptcard Custom Day Cell Format %}
#SyncfusionAspNetMvcAssistant Customize the day cell format in the Calendar to show short weekday names.
{% endpromptcard %}
{% promptcard Calendar Highlighting Weekends %}
#SyncfusionAspNetMvcAssistant Highlight weekends in the Calendar with a different background color.
{% endpromptcard %}
{% promptcard Globalization and Islamic Calendar %}
#SyncfusionAspNetMvcAssistant Configure the Calendar for Arabic culture using Islamic calendar and localization.
{% endpromptcard %}
{% promptcard Multi-Selection and Range %}
#SyncfusionAspNetMvcAssistant Enable both multi-date selection and range selection in the Calendar.
{% endpromptcard %}
{% promptcard Troubleshooting Calendar Date Range %}
#SyncfusionAspNetMvcAssistant Why isn’t my Calendar selecting the correct date range?
{% endpromptcard %}
{% promptcard Advanced Calendar Setup %}
#SyncfusionAspNetMvcAssistant Create a Calendar with date range, multi-selection, globalization, and weekend highlights.
{% endpromptcard %}
{% endpromptcards %}

## See also

* [AI Coding Assistant Overview](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview)
* [SyncfusionAspNetMvcAssistant MCP Server](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/mcp-server)
Loading