Syncfusion AI Assistant

How can I help you?

Prompt Library - AI Coding Assistant

29 Dec 202524 minutes to read

Speed up your UWP 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 #SyncfusionUWPAssistant 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

DataGrid

The Syncfusion UWP DataGrid provides fast, flexible tables for large datasets with rich built-in interactivity.

Paging and Sorting

#SyncfusionUWPAssistant How to enable paging and sorting in the Syncfusion UWP DataGrid?

Grouping and Filtering

#SyncfusionUWPAssistant Show me an example of grouping and filtering data in the Syncfusion UWP DataGrid.

Editing with Column Types

#SyncfusionUWPAssistant How to configure in-place editing using numeric, text, date, checkbox, image, combo box, picker, and template editors in the DataGrid.

Selection and Keyboard Navigation

#SyncfusionUWPAssistant Describe how to enable both single‑row and multiple‑row selection and how to perform programmatic row selection using APIs. Also provide explanation of all supported mouse and keyboard interactions.

CRUD Operations

#SyncfusionUWPAssistant Give me the code example to perform full CRUD operations in the Syncfusion UWP DataGrid?

Export to PDF and Excel

#SyncfusionUWPAssistant How to export DataGrid content to PDF and Excel in Syncfusion UWP?

Virtual Scrolling

#SyncfusionUWPAssistant How to configure virtual scrolling for large datasets in the DataGrid?

Multicolumn DataGrid Setup

#SyncfusionUWPAssistant Create a DataGrid with multiple columns that displays product details and includes features for sorting and filtering.

Advanced DataGrid Features

#SyncfusionUWPAssistant Show me a DataGrid with paging, sorting, grouping, filtering, and virtual scrolling.

Troubleshooting Export

#SyncfusionUWPAssistant Why isn’t my DataGrid exporting to PDF or Excel correctly?

Cell Editing

#SyncfusionUWPAssistant How to enable cell editing in the DataGrid?

Dynamic Column Configuration

#SyncfusionUWPAssistant How can I add or display the predefined or multi columns in a drop-down in the DataGrid?

Drag and Drop Support

#SyncfusionUWPAssistant How to enable row drag-and-drop in the Syncfusion UWP DataGrid?

Styling and Conditional Formatting

#SyncfusionUWPAssistant Customize cell and header styles and apply conditional formatting based on data values in UWP DataGrid.

Chart

The Syncfusion UWP Chart suite offers versatile visualizations across many series types for insightful data exploration.

Data Binding

#SyncfusionUWPAssistant How to bind data sources to a Syncfusion UWP Chart for real-time updates?

Selection and Highlighting

#SyncfusionUWPAssistant How to enable selection and highlighting of data points in UWP Charts?

Chart Types Overview

#SyncfusionUWPAssistant What chart types are available in Syncfusion UWP Charts, and how to configure them?

Markers and Data Labels

#SyncfusionUWPAssistant How can I display markers and data labels on a line chart in UWP?

Zooming and Panning

#SyncfusionUWPAssistant How to enable zooming and panning in UWP Charts for large datasets?

Annotations

#SyncfusionUWPAssistant Add image and shape annotations to highlight specific data points in a chart.

Export to Image or PDF

#SyncfusionUWPAssistant How to export a Syncfusion UWP Chart to PDF or image formats?

Print Support

#SyncfusionUWPAssistant Enable print functionality for a Syncfusion UWP Chart.

Data Labels and ToolTips

#SyncfusionUWPAssistant Enable tooltips and data labels in the Syncfusion UWP Chart.

Tooltips and Trackball

#SyncfusionUWPAssistant Show interactive tooltips and a trackball with formatted labels and multiple series value display.

Axes and Multiple Axes

#SyncfusionUWPAssistant Configure CategoryAxis, NumericalAxis, DateTimeAxis, and add a secondary Y-axis with series mapped to it.

Legend and Title

#SyncfusionUWPAssistant Add chart title, subtitle, and a responsive legend (positioning, overflow modes) in a UWP chart.

Series Types Quick Setup

#SyncfusionUWPAssistant Create a chart with Line, Spline, StepLine, Area, SplineArea, Column, Bar, Scatter, and Bubble series.

Segment Color Mapping and Gradients

#SyncfusionUWPAssistant Apply segment color mapping and gradient fills based on Y-value ranges.

Axis Customization

#SyncfusionUWPAssistant Configure axis intervals, labels format, inversed axis, axis crossing, and logarithmic axis.

Data Labels and Smart Labels

#SyncfusionUWPAssistant Enable data labels with templates, alignment, and smart label collision avoidance for dense data.

Gridlines and Chart Area Styling

#SyncfusionUWPAssistant Customize major/minor gridlines, tick lines, chart area background, and border.

Animation Support

#SyncfusionUWPAssistant How to enable animations in UWP Charts to make visualization more engaging?

Multiple Series Types

#SyncfusionUWPAssistant How to combine bar and line series in a single Syncfusion UWP Chart?

Custom Markers and Labels

#SyncfusionUWPAssistant Show me how to customize chart markers and data label styles.

Schedule

The Syncfusion UWP Schedule helps manage events, resources, and timelines with powerful views and customization.

Views and Quick Switch

#SyncfusionUWPAssistant Configure Day, Week, Work Week, Month, Timeline views and add quick view switching.

Appointment Mapping and Data Binding

#SyncfusionUWPAssistant How to bind custom appointment models using mapping (subject, notes, location, start time, end time) with MVVM.

Recurring Events and Series Editing

#SyncfusionUWPAssistant Create recurring appointments (daily/weekly/monthly/yearly) and enable editing a single occurrence or the entire series.

Work Time, Work Days, and First Day of Week

#SyncfusionUWPAssistant How to set working hours, configure work days and customize the first day of week.

Min/Max Date Navigation Limits

#SyncfusionUWPAssistant How to restrict navigation with MinimumDateTime and MaximumDateTime to keep users in a valid planning range.

Non-Accessible blocks

#SyncfusionUWPAssistant Define Non-Accessible blocks to block interaction (e.g., holidays/breaks) and highlight them across views.

Reminders and Notifications Integration

#SyncfusionUWPAssistant Add reminder metadata to appointments and integrate with app notifications for alerts.

Theming and Customization

#SyncfusionUWPAssistant How to style headers, cells, appointments, selection, and non-Accessible blocks; support Light/Dark themes.

Diagram

The Syncfusion UWP Diagram is a powerful, extensible library for visualizing, creating, and editing interactive diagrams.

Data Source

#SyncfusionUWPAssistant Generate a layout using NodeViewModel as the data source instead of a business object class?

Annotations

#SyncfusionUWPAssistant Add labels (annotations) to a node in the Diagram?

Ports

#SyncfusionUWPAssistant Add connection points (ports) to Diagram elements?

Gridlines

#SyncfusionUWPAssistant How to customize the appearance of gridlines?

Snapping

#SyncfusionUWPAssistant Enable snapping in the Syncfusion UWP Diagram?

Scrolling

#SyncfusionUWPAssistant How to restrict or enable scrolling only within the Diagram area?

Serialization

#SyncfusionUWPAssistant How to serialize the Content and ContentTemplate properties of a node?

Virtualization

#SyncfusionUWPAssistant Configure Diagram with UI virtualization for smooth scrolling on large objects.

Commands

#SyncfusionUWPAssistant How to add a custom gesture command in the UWP Diagram?

Automatic Layout

#SyncfusionUWPAssistant How can I create flowchart and organization layouts with the Diagram?

Stencil: Custom Controls

#SyncfusionUWPAssistant How to use different user controls in the Stencil?

Stencil: Add Symbols

#SyncfusionUWPAssistant How to add symbols to the Stencil?

Print Support

#SyncfusionUWPAssistant How to enable the Print Properties option in the UWP Diagram print dialog?

Export to PDF

#SyncfusionUWPAssistant How to export the Diagram as a PDF?

Ribbon

The Syncfusion UWP Ribbon is a command bar that organizes an application’s tools into tabs and supports a Backstage view similar to Microsoft Office.

Add Ribbon Items

#SyncfusionUWPAssistant Add RibbonTab, RibbonGroup, RibbonButton, RibbonDropDownButton, and RibbonComboBox in the UWP Ribbon?

Backstage

#SyncfusionUWPAssistant Add Backstage with pages, navigation, and commands in the UWP Ribbon?

Quick Access Toolbar (QAT)

#SyncfusionUWPAssistant Add, remove, and persist QAT items and position it above or below the Ribbon?

ToolTips

#SyncfusionUWPAssistant How to enable ToolTip for ribbon items in the Ribbon?

Serialization

#SyncfusionUWPAssistant How to save and restore Ribbon state (selected tab, QAT items, recent files) to a file or user settings?

MVVM Commands

#SyncfusionUWPAssistant How to bind Ribbon items to ICommand using MVVM, including CanExecute and routed commands?

Ribbon Gallery

#SyncfusionUWPAssistant How to build Ribbon gallery with item templates, filtering, and selection change handling?

Localization

#SyncfusionUWPAssistant How to localize all the static text and its dialogs in the UWP Ribbon control?

Theming

#SyncfusionUWPAssistant How to style ribbon items, screen tip, key tip and QAT; support Light/Dark themes.

Docking Manager

The Syncfusion UWP Docking Manager provides a Visual Studio–like interface for creating dockable windows in your applications.

Dock Support

#SyncfusionUWPAssistant How to enable or disable docking globally or for specific panes in DockingManager?

Drag/Resize Behavior

#SyncfusionUWPAssistant How to enable or disable dragging and resizing behavior for docked panes?

Float and Auto-Hide Programmatically

#SyncfusionUWPAssistant How to float, auto-hide, pin, or restore a docked pane via code?

Tabbed Documents

#SyncfusionUWPAssistant How to create tabbed document windows and manage document groups?

Prevent Close

#SyncfusionUWPAssistant How to prevent closing certain panes in Syncfusion UWP DockingManager?

Dock Header Customization

#SyncfusionUWPAssistant How to customize header text, icons, and header buttons in DockWindow?

Context Menu Customization

#SyncfusionUWPAssistant How to disable or customize the dock window/tab context menu?

Events for State Changes

#SyncfusionUWPAssistant Show events that notify dock state changes (docked, floating, auto-hide, closed) and how to handle them?

Serialization / Layout Persistence

#SyncfusionUWPAssistant How to save and restore DockingManager layout to a file/stream and manage versioned changes safely?

Restrict Docking Targets

#SyncfusionUWPAssistant How to restrict where a pane can dock (left/right/top/bottom/tabbed) or disallow floating?

Calendar

The Syncfusion UWP Calendar supports flexible date selection, localization, and custom rendering.

Date Range Selection

#SyncfusionUWPAssistant How to enable date range selection in the Syncfusion UWP Calendar?

Globalization Support

#SyncfusionUWPAssistant Configure the Calendar to support multiple cultures and languages.

Multi-Date Selection

#SyncfusionUWPAssistant Show me how to allow users to select multiple dates in the Calendar.

Show Other Month Days

#SyncfusionUWPAssistant How to show days from adjacent months in the current Calendar view?

Custom Day Cell Format

#SyncfusionUWPAssistant Customize the day cell format in the Calendar to show short weekday names.

Multi-Selection and Range

#SyncfusionUWPAssistant Enable both multi-date selection and range selection in the Calendar.

Blackout Dates

#SyncfusionUWPAssistant How to add the blackout dates in the UWP calendar?

Troubleshooting Date Range

#SyncfusionUWPAssistant Why isn’t my Calendar selecting the correct date range?

Advanced Calendar Setup

#SyncfusionUWPAssistant Create a Calendar with date range, multi-selection, globalization, and weekend highlights.

See also