Syncfusion Feedback
What’s New in Syncfusion ASP.NET MVC UI Controls

ESSENTIAL STUDIO® 2025 VOLUME 2

What’s New in Syncfusion® ASP.NET MVC UI Controls

A new Block Editor control, 92% faster initial rendering of large diagrams, and highlighting functionality in the Stock Chart are included in the 2025 Volume 2 release to level up your ASP.NET MVC projects.

What’s New seaprator What’s New in Syncfusion® ASP.NET MVC UI Controls

Common

New control

The Block Editor control has been added to the ASP.NET MVC suite.

Block Editor (preview)

The ASP.NET MVC Block Editor is a block-based content editing solution for web applications. It provides an intuitive and flexible interface for creating rich, structured documents using interactive content blocks.

This control supports many block types and text formatting options, enabling users to compose and edit content with precision. Whether used for document editing, note-taking, or content creation tools, it offers a seamless editing experience.

Key features

  • Multiple block types: Heading levels 1-4, paragraphs, lists, checklists, quotes, callout, dividers, code blocks, and more.
  • Slash commands: Interactive / commands to insert or transform content blocks.
  • Drag and drop: Reorder blocks with built-in drag-and-drop support.
  • Rich text formatting: Apply styles such as bold, italic, underline, and strikethrough.
  • Action menu: Perform block-level operations such as move, delete, and duplicate.
  • Context menu support: Right-click context menus for quick block actions.
  • Inline content support: Insert inline elements like links, labels, and mentions directly within blocks.
  • Undo and redo operations: Undo and redo support for user interactions.

ASP.NET MVC Block Editor

View the Block Editor demo

Preview to production-ready control

The following control has been developed to meet industry standards and is now marked as production-ready:

  • Speech To Text: Voice-to-text conversion with real-time transcription capabilities.

AI AssistView

Attachments

The ASP.NET MVC AI AssistView supports attaching files directly to the prompts. This allows users to include documents (like .docx, .pdf, or images) to enhance prompt context and get more accurate AI responses.

ASP.NET MVC AI AssistView file attachment

Enhanced text input

The ASP.NET MVC AI AssistView supports div-based text input instead of traditional textarea, offering a more intuitive and flexible user experience for prompt entry.

Charts

Highlight last value with label

The Chart component supports highlighting the last value of a series with a label and a grid line indicator. This provides a clear and immediate reference point for the series endpoint, improving data readability and user interaction. The feature is beneficial when the final data point needs to be emphasized, such as financial charts indicating the latest stock price or performance metrics highlighting the most recent data entry.

ASP.NET MVC Chart with highlighted last value

Check out the demo

Chat UI

Chat status indicators

The chat UI supports indicating the user’s presence and activity states, including online, offline, busy, and away statuses.

ASP.NET MVC Chat UI status indicators

Chat compact mode

The compact mode aligns all messages to the left regardless of the sender, creating a streamlined layout ideal for group conversations or space-constrained interfaces.

ASP.NET MVC Chat UI compact mode

Comprehensive chat operations

Users can perform message-level actions directly within the chat interface, including copy, reply, pin, delete, and forward actions.

ASP.NET MVC Chat message options

Enhanced text input

The ASP.NET MVC Chat UI supports div-based text input instead of traditional textarea, offering a more intuitive and flexible user experience for prompt entry.

DateRangePicker

Flexible date range input

The ASP.NET MVC DateRangePicker now lets users type date ranges in specific formats of their choice, making it easier to fill out forms. Users can enter dates like 10 Jan 2025 - 12 Jan 2026 or 01/01/25 - 01/02/25, and the component will recognize them correctly. This saves time, reduces mistakes, and works smoothly in your apps without extra setup.

ASP.NET MVC DateRangePicker accepting defined date range formats.

Diagram

Container support

This feature allows users to group multiple nodes and connectors, providing a structured layout to manage complex diagrams. Containers support dragging, resizing, and customization for headers, text styles, and more. They help maintain an organized layout without permanently merging elements, making them ideal for workflows, BPMN diagrams, and system designs.

Azure Container Apps environment using the built-in container shape in ASP.NET MVC Diagram

Automatic generation of UML sequence diagrams from model data

A UML sequence diagram visually represents how a set of objects interact in a process over time. With this feature, you can automatically generate these diagrams from model data, streamlining the visualization of interactions between objects in a system. It dynamically creates lifelines, messages, and activation boxes based on the provided data, reducing manual effort and ensuring accuracy.

UML sequence diagram generated from model data using ASP.NET MVC Diagram

Import and export UML sequences in Mermaid syntax

Mermaid syntax is a Markdown-inspired text-based language designed to define diagrams through simple, readable commands. This feature allows users to create UML sequence diagrams from Mermaid syntax and export them back, simplifying visualization, sharing, editing, and cross-platform use. Users can also use AI assistants to generate Mermaid syntax for these diagrams and directly import it into the ASP.NET MVC Diagram component.

Mermaid syntax data to UML sequence diagram conversion in ASP.NET MVC Diagram

Automatic port creation support

This feature allows users to create a port dynamically by clicking and dragging the mouse over any node or connector. This behavior is turned off by default but can be activated by adding the AutomaticPortCreation enum to the Constrain property of the Diagram.

Dynamic creation of ports in ASP.NET MVC Diagram

Support to restrict object dragging on the negative axis

This feature allows users to restrict diagram elements from being dragged into the negative axis. This behavior is turned off by default and can be activated by adding the RestrictNegativeAxisDragDrop enum to the Constrain property of the Diagram. When RestrictNegativeAxisDragDrop is enabled, diagram elements such as nodes, connectors, connector end thumbs, groups, swim lane objects, and stencil symbols can be restricted from dragging when the drag operation enters a negative zone.

Restricting elements from dragging and resizing into the negative axis in ASP.NET MVC Diagram

Performance improvements

The Diagram component now renders significantly faster while initially loading with nodes that contain annotations and connectors. Basic node rendering performance in large diagrams has been improved by an outstanding 92.03% when rendering 10,000 nodes with connectors and annotations.

Word Processor

Ribbon interface

The Document Editor provides a Microsoft Word-like Ribbon UI that organizes tools and commands into intuitive tabs and groups, making editing faster and easier. Contextual tabs appear dynamically based on user actions, providing a streamlined experience. The ribbon is also fully customizable to suit specific application needs.

Document Editor ribbon interface

Screen reader

The Document Editor supports screen readers for better accessibility. When enabled, it provides the necessary information so that screen reader tools can read and interpret the content.

Enable/disable layout

The new enableLayout API lets users skip the layout and rendering process when loading or editing documents programmatically, improving performance. By default, layout and rendering run as usual, but can be disabled to speed up bulk changes programmatically in the Document Editor.

Editing enhancements

The following enhancements allow users to automate the required behaviors of editing the Word document content easily.

  • API to retrieve fields that are present within the selected area of a document.
  • API to remove the selected editing region from a Word document.
  • API to get and set scroll positions facilitates synchronizing the scroll positions of two Word Processor components. Using this feature, users can easily configure side-by-side viewing of two Word documents.
  • API to delete the selected paragraph from a Word document. This also helps customize and automate document editing.
  • Group undo and redo enables seamless tracking of consecutive edits, like Microsoft Word. This reduces the undo operation count on the typed text and does not undo character by character.

Group shape

This feature ensures that the group shape in Word documents is preserved, maintaining its integrity when a document is opened and saved using the Word Processor component.

Group shape

Smoother search typing

The ASP.NET MVC dropdowns (Dropdown List, ComboBox, AutoComplete, and MultiSelect Dropdown) now offer a smoother typing experience when users search through lists. The component waits briefly for users to finish typing before showing results, making searches feel less jerky and distracting. It works right away in your projects, enhancing usability for large lists.

ASP.NET MVC dropdowns with smooth search typing.

Excel Library

Auto fill and fill series

The Syncfusion Excel Library supports Auto Fill and Fill Series features, allowing users to programmatically fill a range of cells based on patterns, sequences, or trends, eliminating manual data entry.

Auto fill and fill series

File Manager

Authorize get-image request in File Manager

This feature allows developers to set an authorization header for image retrieval operations, helping them protect sensitive data during transfers when handling image files. Developers can now implement authorization policies that meet their application’s specific security requirements without additional complex configurations. This feature is particularly useful for applications that operate in a secure environment or need to comply with specific data protection standards.

Gantt Chart

Toggle weekend visibility in timeline

Users can toggle the visibility of weekend cells in the timeline. This feature allows customization of the timeline view to focus solely on working days, making it easier to interpret and manage project data efficiently.

ASP.NET MVC Gantt Chart showing toggle weekend visibility feature in timeline

Display Work Breakdown Structure (WBS) column

The ASP.NET MVC Gantt Chart introduces a WBS column to visualize the hierarchical organization of tasks. This addition helps users effectively organize, track, and analyze tasks using work breakdown levels. This feature enhances task clarity and makes project planning more structured and efficient.

WBS column in ASP.NET MVC Gantt Chart displaying hierarchical task structure

Task constraints in Gantt Charts

Enhance your planning with the task constraints feature in the ASP.NET MVC Gantt Chart. This visually represents constraints such as “start no earlier than” or “finish no later than” to understand task dependencies and schedule limits directly from the chart.

Task constraints feature in ASP.NET MVC Gantt Chart showcasing scheduling limits

Check out the Gantt Chart demo Learn more

DataGrid

Integrated chart visualization

The ASP.NET MVC DataGrid now integrates with the Charts component, allowing users to visualize selected grid data through interactive charts. This integration combines tabular and graphical views for deeper insights. Chart types, axes, and visual elements can all be customized.

ASP.NET MVC DataGrid with integrated Charts

ASP.NET MVC DataGrid with integrated Charts demo

Image Editor

Opening images with custom width and height

Users can now open images with specified width and height values using the imageSettings parameter in the Open method. This enhancement introduces three additional properties: width, height, and isAspectRatio. Image dimensions can be precisely controlled while preserving the aspect ratio, if needed. This provides more control over rendering images, especially when dealing with high-resolution images or fixed canvas requirements.

Custom height and width settings in ASP.NET MVC Image Editor

Underline and strikethrough support for text annotation

Underline and Strikethrough formatting options have been added to text annotations. This feature is useful for creating instructional materials, documentation screenshots, and professional image presentations.

Underline and strikethrough text formatting in ASP.NET MVC Image Editor

View demo

Loading BMP images

Users can load BMP (Bitmap) image files, expanding its file format compatibility. Users can upload BMP files via the file uploader UI or programmatically using the Open method. This addresses the needs of design professionals and users working with high-resolution images.

BMP image format support in ASP.NET MVC Image Editor

View demo

Image smoothing

This feature allows users to control the smoothing effect of high-resolution images. When enabled, the control applies image smoothing to images during rendering, reducing distortion and jagged edges in scaled or rotated images.

Image smoothing support in ASP.NET MVC Image Editor

PDF Viewer

Squiggly annotation

The PDF Viewer now supports squiggly annotations as part of the text markup annotation types. This feature enables users to highlight text using a distinctive wavy line, usually indicating that it needs to be reviewed further.

ASP.NET MVC PDF Viewer squiggly annotation support

Zooming in page organizer

The PDF Viewer now supports zooming in the page organizer. This enhancement provides an interactive zoom experience to help users identify the pages they are organizing.

ASP.NET MVC PDF Viewer zooming support for page organizer

PDF Library

Optimized font subset embedding in PDF to PDF/A

The PDF library supports embedding fonts as subsets during PDF to PDF/A conversion, ensuring only necessary characters are included. This helps significantly reduce the final file size while maintaining conformance with PDF/A standards, making it ideal for archiving and efficient storage without compromising document integrity.

Optimized font subset embedding in PDF to PDF/A

Advanced AES GCM encryption for PDFs

With the AES GCM encryption, users can encrypt or decrypt PDF documents using a secure and modern cryptographic standard. This enhances data protection by offering both confidentiality and integrity in professional workflows.

Advanced AES GCM encryption for PDFs

Grouped form fields

Form fields in a PDF can be grouped for improved organization and easier data handling. With this support, related fields can be treated as a unit, allowing batch processing, styling, or validation, simplifying complex form development and enhancing user interaction.

Grouped form fields

Redaction annotation enhancements

Redaction annotations are more customizable with support for separate fill colors for the mark and the redacted content area. In addition, users can add comments and maintain a review history directly within annotations, promoting better collaboration and providing clear traceability throughout the review and redaction process.

Redaction annotation enhancements

Pivot Table

Server-side classic layout

The classic layout has been added to the server-side engine for relational data. Each field in the row axis is displayed in a separate column, providing a detailed and traditional tabular view similar to classic pivot layouts in Excel. Explore this feature in the demo.

ASP.NET MVC PivotTable Server-side Classic Layout

Value sorting on both axes

Enables value-based sorting simultaneously on both row and column axes, independent of the value axis. This allows flexible and accurate data analysis across dimensions. Explore this feature in the demo.

ASP.NET MVC PivotTable Value Sorting on Both Axes

Export as Excel PivotTable

Allows exporting the pivot table as a native Excel PivotTable, preserving the pivot structure in the exported file. Users can continue interacting with and customizing the pivot data directly within Excel. Explore this feature in the demo.

ASP.NET MVC PivotTable - Export as Excel PivotTable

PowerPoint Library

PowerPoint conversion

Font substitution and fallback for charts

When converting a PowerPoint with charts to PDF or images, the following features help ensure accurate chart content rendering:

  • Font substitution: Users can configure alternative fonts to use when the original fonts inside charts are unavailable on the system, ensuring consistent text appearance.

  • Fallback fonts for Unicode text: These fonts are used automatically when the rendering engine encounters Unicode characters missing in the specified fonts, preserving multilingual chart text.

Rich Text Editor

Insert code block

The code block feature allows users to insert and display formatted code snippets directly within the editor. It also includes a language switch option in the dropdown menu, enabling users to specify the programming language for each code block.

ASP.NET MVC Rich Text Editor insert code block

Bottom toolbar

This feature provides an option to render the toolbar at the bottom of the editor. This improves accessibility and layout adaptability, especially in mobile and touch-first interfaces. It enhances user interaction by keeping toolbar actions easily reachable.

ASP.NET MVC Rich Text Editor with bottom toolbar setup

View the Bottom Toolbar demo

Copy and paste table rows and columns

Users can copy and paste entire rows or columns within a table, streamlining the editing and formatting process. Data can be efficiently duplicated without the need to manually re-enter information, thereby enhancing productivity.

ASP.NET MVC Rich Text Editor showcasing table copy-paste functionality

Horizontal line

Users can insert horizontal lines to separate content sections visually. This feature improves document readability and structure, particularly in long-form content or reports, by allowing clear demarcation between different sections or topics.

ASP.NET MVC Rich Text Editor showing horizontal line insertion

The Rich Text Editor supports popup overflow mode in its toolbar. When there isn’t enough space to display all toolbar items, the overflowing items automatically move to a popup container, ensuring that all features remain accessible without cluttering the interface.

ASP.NET MVC Rich Text Editor with an overflow popup toolbar

Recent color option

The recent color option in the font color and background color pickers allows users to quickly access and reuse recently applied colors, improving formatting efficiency and ensuring visual consistency.

ASP.NET MVC Rich Text Editor showing the recent color option

Spreadsheet

Skip styles during Excel import

Improve performance by excluding style properties when importing Excel files through the server-side library. Skipping styles reduces the JSON size and accelerates rendering, especially for large or complex Excel files.

Stock Chart

Highlight last value with label

The Stock Chart component now supports highlighting the last value of a series with both a label and a grid line indicator. This enhancement provides developers with a clear and immediate reference point for the series endpoint, improving data readability and user interaction. The feature is beneficial in scenarios where the final data point needs to be emphasized, such as in financial charts to indicate the latest stock price.

ASP.NET MVC Stockchart with highlighted last value

Check out the demo

TreeGrid

Sticky headers

The TreeGrid now supports sticky headers, which keep column headers visible while scrolling through large datasets. By enabling the EnableStickyHeader property, headers stay fixed at the top, making it easier to understand data.

ASP.NET MVC TreeGrid with a sticky header

ASP.NET MVC TreeGrid demo for sticky headers

Load-on-demand for remote data

The TreeGrid now supports loading child rows on demand with row virtualization when using remote data. This improves performance by rendering only visible rows and fetching data as needed. It provides smooth scrolling and faster load times for large datasets.

ASP.NET MVC TreeGrid with loading of child rows on demand

ASP.NET MVC TreeGrid demo for loading child rows on demand

Word Library

Editable regions in protected documents

This feature allows users to set editable regions in protected documents, enabling specific parts to remain editable while the rest stay locked. This is useful for templates or forms like contracts, where users can update only designated parts of the Word document without altering the rest.

Editable regions in protected documents

Multilingual list numbering

Create different list number formats such as Arabic, Hebrew, Chinese, and Thai. Ensures numbering styles remain accurate in multilingual documents like global reports, contracts, and educational materials.

Multilingual list numbering

Word conversion

Shape and picture enhancements

  • Shape formats: Supports gradient, transparent, and pattern fills in Word documents. Ensures visually rich content like infographics and styled reports retains its design when converted to PDFs or images.

  • Recolor pictures: Preserves recolor effects such as grayscale, sepia, and color tone adjustments during Word-to-PDF or image conversion. It is ideal for maintaining brand consistency in marketing materials and visual reports.

Shape formats

Drawing canvas

Preserves the drawing canvas and its contents during Word-to-PDF and image conversions. Useful for maintaining the layout in grouped shapes, flowcharts, or diagrams used in reports, manuals, and presentations.

Drawing canvas

Font substitution and fallback for charts

When converting a Word document with charts to PDF or images, the following features help ensure accurate chart content rendering:

  • Font substitution: Users can configure alternative fonts to use when the original fonts inside charts are unavailable on the system, ensuring consistent text appearance.

  • Fallback fonts for Unicode text: These fonts are used automatically when the rendering engine encounters Unicode characters missing in the specified fonts, preserving multilingual chart text.

Up arrow icon