What’s New in Blazor: 2023 Volume 4
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (175).NET Core  (29).NET MAUI  (208)Angular  (109)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (41)Black Friday Deal  (1)Blazor  (220)BoldSign  (15)DocIO  (24)Essential JS 2  (107)Essential Studio  (200)File Formats  (67)Flutter  (133)JavaScript  (221)Microsoft  (119)PDF  (81)Python  (1)React  (101)Streamlit  (1)Succinctly series  (131)Syncfusion  (920)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (51)Windows Forms  (61)WinUI  (68)WPF  (159)Xamarin  (161)XlsIO  (37)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (151)Chart  (132)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (63)Development  (633)Doc  (8)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (41)Extensions  (22)File Manager  (7)Gantt  (18)Gauge  (12)Git  (5)Grid  (31)HTML  (13)Installer  (2)Knockout  (2)Language  (1)LINQPad  (1)Linux  (2)M-Commerce  (1)Metro Studio  (11)Mobile  (508)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (43)Performance  (12)PHP  (2)PivotGrid  (4)Predictive Analytics  (6)Report Server  (3)Reporting  (10)Reporting / Back Office  (11)Rich Text Editor  (12)Road Map  (12)Scheduler  (52)Security  (3)SfDataGrid  (9)Silverlight  (21)Sneak Peek  (31)Solution Services  (4)Spreadsheet  (11)SQL  (11)Stock Chart  (1)Surface  (4)Tablets  (5)Theme  (12)Tips and Tricks  (112)UI  (387)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (31)Visual Studio Code  (19)Web  (597)What's new  (333)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
What’s New in Blazor 2023 Vol 4

What’s New in Blazor: 2023 Volume 4

We are happy to announce the release of Essential Studio 2023 Volume 4. This release brings a lot of exciting new components and features to our Syncfusion Blazor platform.

This blog will highlight the major updates in our Blazor suite for this last release of the year.

New Blazor components

In this release, keenly awaited new components arrived in our Blazor suite. The following new components were released in preview mode:

Blazor Data Form (preview)

The Blazor Data Form component streamlines the process of entering and modifying data, providing an intuitive user experience. This tool allows for easy management and submission of information, thereby improving overall ease of use.

Key features

The key features of the Blazor Data Form component are:

  • Auto-generated items: Generates appropriate editing fields corresponding to the property types specified within the model.
  • Form groups: Organize editing fields into categorized sections with descriptive headings and a columnar structure.
  • Validators: Apply various types of validators, including built-in and custom validators.
  • Validation display: Display validation messages directly inline or as tooltips.
  • Templates: Implement tailor-made editor designs to suit users’ unique requirements.
Blazor Data Form Component
Blazor Data Form Component

Note: For more details, refer to the Blazor Data Form demo and documentation.

The Blazor Dropdown Tree component allows you to select single or multiple values from hierarchical and self-referential data in a tree-like structure. It has many out-of-the-box features.

Key features

The key features of the Blazor Dropdown Tree are:

  • Data binding: Bind and access a hierarchical and self-referential list of items from a local or server-side data source.
  • Checkboxes: Select more than one item in the Dropdown Tree component without affecting the UI appearance.
  • Display modes: Display selected values in box mode or delimiter mode. Box mode is the default on selecting values, and it changes to delimiter mode when out of focus.
  • Filtering: Quickly filter tree items based on characters entered in the search box. This feature supports both local and remote data sources.
  • Sorting: Display the Dropdown Tree items in ascending or descending order.
  • Templates: Customize the Dropdown Tree items, header, footer, action failure content, and no records content.
  • Accessibility: Provide access to all the Dropdown Tree component features through keyboard interaction, on-screen readers, and other assistive technology devices.

Refer to the following image.

Blazor Dropdown Tree Component
Blazor Dropdown Tree Component

Note: For more details, refer to the Blazor Dropdown Tree demo and documentation.

Blazor Stepper (preview)

The Blazor Stepper component enables users to navigate through a series of steps or stages in a process within a web app. Steppers display a list of steps, with the current step highlighted, and allow users to move between steps.

Key features

The key features of the Blazor Stepper component are:

  • Step types: Display steps with indicators and labels, only indicators, or only labels.
  • Orientation: Display steps horizontally or vertically.
  • Linear flow: Enable a step-by-step progression, completing one step before moving on to the next.
  • Label positioning: Show labels at the top, bottom, left, or right position.
  • Tooltip: Show additional information, such as a label or customized text, when users hover over a step.
  • Templates: Customize the default appearance and content of each step using templates.

Refer to the following image.

Blazor Stepper Component
Blazor Stepper Component

Note: For more details, refer to the Blazor Stepper demo and documentation.

Blazor Image Editor is now a production-ready component

The Blazor Image Editor component has been developed to meet industry standards and is now marked production-ready.

Users can also take advantage of a new image straightening feature. It allows users to adjust an image by rotating it clockwise or counterclockwise. The rotated degree value should be within the range of -45 to +45 degrees for accurate straightening. Positive values indicate clockwise rotation, while negative values indicate counterclockwise rotation.

Blazor Image Editor
Blazor Image Editor

Note: For more details, refer to the Blazor Image Editor demo.

New Blazor showcase/dashboard samples

Hotel Booking App

Introducing the new Blazor Hotel Booking App, a showcase web app that allows you to view hotel room details.

Blazor Hotel Booking App
Blazor Hotel Booking App

Note: For more details, refer to the demos on the website and GitHub.

Stock Market Dashboard App

Introducing the new Blazor Stock Market Dashboard App, a showcase web app that allows you to present dynamic prices for various stocks. This app provides comprehensive details, including key statistics, overall performance, and technical information.

Blazor Stock Market Dashboard App
Blazor Stock Market Dashboard App

Note: For more details, refer to the Blazor Stock Market Dashboard app demos on the website and GitHub.

New web app sample browser

The Syncfusion Blazor components are fully supported in .NET version 8 from the 2023 Volume 3 Service pack release. The Blazor web app sample browser has been shipped along with the existing .NET 6 sample browser. They are live.

Refer to the .NET 6 server app and WASM app for more details.

Enhanced Playground app

The Blazor Playground app has enhanced flexibility with individual NuGet support for Syncfusion Blazor components. This allows you to include only the components you need.

Blazor Playground app
Blazor Playground app

We’ve added default code snippet support to make it easier to get started with Syncfusion Blazor components.

Template for Syncfusion Blazor components in Playground app
Template for Syncfusion Blazor components in Playground app

DataGrid with advanced features

 The Blazor DataGrid receives the following features in this release.

Enhanced adaptive UI

Render an adaptive UI layout for the column chooser as well as context and column menus in the DataGrid.

Enhanced adaptive UI in Blazor Data Grid
Enhanced adaptive UI in Blazor Data Grid

Freeze as fixed

We have introduced a new column freezing mode known as Fixed, in addition to the existing Left and Right modes, within the column settings using the freeze property. This Fixed mode locks columns in place, ensuring their visibility during horizontal scrolling.

Drag and drop between groups

We have added functionality to drag and drop grid rows between different groups within the DataGrid.

DataTable binding

This feature enables the binding of a DataTable directly as a data source to the Blazor DataGrid. It also facilitates the execution of various data operations, including sorting, filtering, paging, aggregations, grouping, and searching, in addition to offering support for CRUD actions.

Pager improvements

The Pager dropdown now has adaptive support, letting it dynamically render on mobile and tablet devices alongside the Pager component. The Pager message element now adjusts its rendering based on the screen size, ensuring a more responsive and user-friendly experience.

Adaptive view layout for page-size dropdown
Adaptive view layout for page-size dropdown

Gantt Chart

The new features included in the Blazor Gantt Chart are as follows.

Virtualization using overscan count

Now, you can use the OverscanCount property to reduce the frequency of rendering while scrolling in the Gantt Chart. This property is used to render additional items in the DOM before and after the visible items (based on the page size) during virtual scrolling and initial rendering.

Virtualization with overscan count feature in Blazor Gantt Chart
Virtualization with overscan count feature in Blazor Gantt Chart

Action begin and complete events

New event support was introduced for actions performed within the Gantt Chart. These new events expand your ability to tailor and enhance your interactions within the Gantt Chart, providing you with more control and flexibility:

  • Sorting: The event callback is invoked before a sorting action is performed, a column is removed from sorting in the Gantt Chart, or when the sort column direction changes from ascending to descending or vice versa.
  • Sorted: The event callback is raised after the sorting action is performed in the Gantt Chart.

PDF Viewer

The Blazor PDF Viewer supports new, user-friendly features.

Mobile annotation toolbar

We’ve added support for an annotation toolbar on mobile devices. With this feature, users can perform various actions, such as adding, modifying, removing, and commenting on annotations within PDF documents directly from their mobile devices.

Mobile annotation toolbar in Blazor PDF Viewer
Mobile annotation toolbar in Blazor PDF Viewer

Note: For more details, refer to the Blazor PDF Viewer mobile annotation toolbar demo and documentation.

Keyboard support enhancements

We implemented keyboard-based navigation options to enhance the user experience, enabling individuals to navigate through the PDF Viewer more efficiently.

TreeGrid

The Blazor TreeGrid has the following updates.

Virtualization with overscan count

Like the Blazor Gantt Chart, TreeGrid also supports the OverscanCount property to reduce the frequency of rendering during scrolling. This property is used to render additional items in the DOM before and after the visible items (based on the page size) during virtual scrolling and initial rendering.

Action begin and complete events

New events are supported for actions performed within the TreeGrid. These new events significantly expand your ability to tailor and enhance your interactions within the tree grid, providing you with more control and flexibility:

  • Sorting: An event that is invoked before a sorting action is performed, a column is removed from sorting in the TreeGrid, or when the sort column direction changes from ascending to descending or vice versa for the same column.
  • Sorted: An event callback that is raised after a sorting action is performed in the TreeGrid.

Synchronizing charts

We’ve provided support for synchronizing the tooltips, zooming and panning, crosshairs, highlights, and selection features across numerous charts.

Refer to the following code example. In it, we display a synchronized tooltip using the ShowTooltip and HideTooltip methods.

@code
{
     public SfChart Chart;
     void ShowTooltip()
     {
         Chart.ShowTooltip("Gold", 40);
     }
     void HideTooltip()
     {
         Chart.HideTooltip();
     }
}

Blazor radial tree diagram

The Blazor Diagram component now has radial tree layout support. A radial tree layout is a diagram that presents information in a hierarchical structure, with a central node at the core of the diagram. The central node represents the main concept or topic, and branches extend outward in a radial fashion, creating a tree-like structure.

Blazor Radial Tree Diagram
Blazor Radial Tree Diagram

Note: For more details, refer to the Blazor Radial Tree Diagram demo and documentation.

Conclusion

Thanks for reading! In this blog, we have seen the new components and features added to the Syncfusion Blazor suite for the Essential Studio 2023 Volume 4 release. Details about these updates are available in our Release Notes and What’s New pages. Try the new features out and leave your feedback in the comments section below!

The new version of Essential Studio is available for existing customers on the License and Downloads page. If you are not a Syncfusion customer, sign up for our 30-day free trial to try out our features.

If you have any questions, you can reach us through our support forum, support portal, or feedback portal. We are always happy to assist you!

Related blogs

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed