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.
#SyncfusionUWPAssistant How to enable paging and sorting in the Syncfusion UWP DataGrid?
#SyncfusionUWPAssistant Show me an example of grouping and filtering data in the Syncfusion UWP DataGrid.
#SyncfusionUWPAssistant How to configure in-place editing using numeric, text, date, checkbox, image, combo box, picker, and template editors in the DataGrid.
#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.
#SyncfusionUWPAssistant Give me the code example to perform full CRUD operations in the Syncfusion UWP DataGrid?
#SyncfusionUWPAssistant How to export DataGrid content to PDF and Excel in Syncfusion UWP?
#SyncfusionUWPAssistant How to configure virtual scrolling for large datasets in the DataGrid?
#SyncfusionUWPAssistant Create a DataGrid with multiple columns that displays product details and includes features for sorting and filtering.
#SyncfusionUWPAssistant Show me a DataGrid with paging, sorting, grouping, filtering, and virtual scrolling.
#SyncfusionUWPAssistant Why isn’t my DataGrid exporting to PDF or Excel correctly?
#SyncfusionUWPAssistant How to enable cell editing in the DataGrid?
#SyncfusionUWPAssistant How can I add or display the predefined or multi columns in a drop-down in the DataGrid?
#SyncfusionUWPAssistant How to enable row drag-and-drop in the Syncfusion UWP DataGrid?
#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.
#SyncfusionUWPAssistant How to bind data sources to a Syncfusion UWP Chart for real-time updates?
#SyncfusionUWPAssistant How to enable selection and highlighting of data points in UWP Charts?
#SyncfusionUWPAssistant What chart types are available in Syncfusion UWP Charts, and how to configure them?
#SyncfusionUWPAssistant How can I display markers and data labels on a line chart in UWP?
#SyncfusionUWPAssistant How to enable zooming and panning in UWP Charts for large datasets?
#SyncfusionUWPAssistant Add image and shape annotations to highlight specific data points in a chart.
#SyncfusionUWPAssistant How to export a Syncfusion UWP Chart to PDF or image formats?
#SyncfusionUWPAssistant Enable print functionality for a Syncfusion UWP Chart.
#SyncfusionUWPAssistant Enable tooltips and data labels in the Syncfusion UWP Chart.
#SyncfusionUWPAssistant Show interactive tooltips and a trackball with formatted labels and multiple series value display.
#SyncfusionUWPAssistant Configure CategoryAxis, NumericalAxis, DateTimeAxis, and add a secondary Y-axis with series mapped to it.
#SyncfusionUWPAssistant Add chart title, subtitle, and a responsive legend (positioning, overflow modes) in a UWP chart.
#SyncfusionUWPAssistant Create a chart with Line, Spline, StepLine, Area, SplineArea, Column, Bar, Scatter, and Bubble series.
#SyncfusionUWPAssistant Apply segment color mapping and gradient fills based on Y-value ranges.
#SyncfusionUWPAssistant Configure axis intervals, labels format, inversed axis, axis crossing, and logarithmic axis.
#SyncfusionUWPAssistant Enable data labels with templates, alignment, and smart label collision avoidance for dense data.
#SyncfusionUWPAssistant Customize major/minor gridlines, tick lines, chart area background, and border.
#SyncfusionUWPAssistant How to enable animations in UWP Charts to make visualization more engaging?
#SyncfusionUWPAssistant How to combine bar and line series in a single Syncfusion UWP Chart?
#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.
#SyncfusionUWPAssistant Configure Day, Week, Work Week, Month, Timeline views and add quick view switching.
#SyncfusionUWPAssistant How to bind custom appointment models using mapping (subject, notes, location, start time, end time) with MVVM.
#SyncfusionUWPAssistant Create recurring appointments (daily/weekly/monthly/yearly) and enable editing a single occurrence or the entire series.
#SyncfusionUWPAssistant How to set working hours, configure work days and customize the first day of week.
#SyncfusionUWPAssistant How to restrict navigation with MinimumDateTime and MaximumDateTime to keep users in a valid planning range.
#SyncfusionUWPAssistant Define Non-Accessible blocks to block interaction (e.g., holidays/breaks) and highlight them across views.
#SyncfusionUWPAssistant Add reminder metadata to appointments and integrate with app notifications for alerts.
#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.
#SyncfusionUWPAssistant Generate a layout using NodeViewModel as the data source instead of a business object class?
#SyncfusionUWPAssistant Add labels (annotations) to a node in the Diagram?
#SyncfusionUWPAssistant Add connection points (ports) to Diagram elements?
#SyncfusionUWPAssistant How to customize the appearance of gridlines?
#SyncfusionUWPAssistant Enable snapping in the Syncfusion UWP Diagram?
#SyncfusionUWPAssistant How to restrict or enable scrolling only within the Diagram area?
#SyncfusionUWPAssistant How to serialize the Content and ContentTemplate properties of a node?
#SyncfusionUWPAssistant Configure Diagram with UI virtualization for smooth scrolling on large objects.
#SyncfusionUWPAssistant How to add a custom gesture command in the UWP Diagram?
#SyncfusionUWPAssistant How can I create flowchart and organization layouts with the Diagram?
#SyncfusionUWPAssistant How to use different user controls in the Stencil?
#SyncfusionUWPAssistant How to add symbols to the Stencil?
#SyncfusionUWPAssistant How to enable the Print Properties option in the UWP Diagram print dialog?
#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.
#SyncfusionUWPAssistant Add RibbonTab, RibbonGroup, RibbonButton, RibbonDropDownButton, and RibbonComboBox in the UWP Ribbon?
#SyncfusionUWPAssistant Add Backstage with pages, navigation, and commands in the UWP Ribbon?
#SyncfusionUWPAssistant Add, remove, and persist QAT items and position it above or below the Ribbon?
#SyncfusionUWPAssistant How to enable ToolTip for ribbon items in the Ribbon?
#SyncfusionUWPAssistant How to save and restore Ribbon state (selected tab, QAT items, recent files) to a file or user settings?
#SyncfusionUWPAssistant How to bind Ribbon items to ICommand using MVVM, including CanExecute and routed commands?
#SyncfusionUWPAssistant How to build Ribbon gallery with item templates, filtering, and selection change handling?
#SyncfusionUWPAssistant How to localize all the static text and its dialogs in the UWP Ribbon control?
#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.
#SyncfusionUWPAssistant How to enable or disable docking globally or for specific panes in DockingManager?
#SyncfusionUWPAssistant How to enable or disable dragging and resizing behavior for docked panes?
#SyncfusionUWPAssistant How to float, auto-hide, pin, or restore a docked pane via code?
#SyncfusionUWPAssistant How to create tabbed document windows and manage document groups?
#SyncfusionUWPAssistant How to prevent closing certain panes in Syncfusion UWP DockingManager?
#SyncfusionUWPAssistant How to customize header text, icons, and header buttons in DockWindow?
#SyncfusionUWPAssistant How to disable or customize the dock window/tab context menu?
#SyncfusionUWPAssistant Show events that notify dock state changes (docked, floating, auto-hide, closed) and how to handle them?
#SyncfusionUWPAssistant How to save and restore DockingManager layout to a file/stream and manage versioned changes safely?
#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.
#SyncfusionUWPAssistant How to enable date range selection in the Syncfusion UWP Calendar?
#SyncfusionUWPAssistant Configure the Calendar to support multiple cultures and languages.
#SyncfusionUWPAssistant Show me how to allow users to select multiple dates in the Calendar.
#SyncfusionUWPAssistant How to show days from adjacent months in the current Calendar view?
#SyncfusionUWPAssistant Customize the day cell format in the Calendar to show short weekday names.
#SyncfusionUWPAssistant Enable both multi-date selection and range selection in the Calendar.
#SyncfusionUWPAssistant How to add the blackout dates in the UWP calendar?
#SyncfusionUWPAssistant Why isn’t my Calendar selecting the correct date range?
#SyncfusionUWPAssistant Create a Calendar with date range, multi-selection, globalization, and weekend highlights.