Ignite UI for Blazor - What’s New in 22.2

Brian Lagunas / Thursday, November 3, 2022

Today’s Ignite UI for Blazor 22.2 release includes five brand new components such as the Accordion, DateTime Input, Select, and Tabs components. As well as a brand-new modern data grid and tree grid, with the most features and best performance of any Blazor Grids on the market. With such a massive release, you might have thought we stopped there, but we didn’t. We’ve also made a ton of improvement to our market leading data visualization charts.

Time to get a high-level view of all the great new components and features we’re releasing in today’s Ignite UI for Blazor 22.2 release.

The NEW Blazor Data Grid

The new Blazor Data Grid component is used for displaying data in a tabular format quickly and easily. The Data Grid is a modern grid component packed with features such as data editing, selection, filtering, sorting, grouping, pinning, paging, templating, column moving, exporting and more. Compared to the previous grid we shipped in Ignite UI for Blazor, the new Data Grid has significantly more features, a richer API, and built-in theming.

The most important part about this announcement is that this is a brand-new Data Grid which will be replacing the existing Blazor Data Grid. This means that if you are using the previous Blazor Data Grid, you’ll need to update the old grid with this brand-new Data Grid.

Out with the old, in with the new!

 The NEW Blazor Data Grid

Blazor Tree Grid

The Tree Grid component is used to visualize multicolumn self-referential hierarchical data in a tabular format. Built on top of on our existing Data Grid component, the Tree Grid inherits all the Data Grid’s great features, providing a familiar API and a seamless development experience for editing, filtering, sorting, summaries, and more.

 Blazor Tree Grid

Blazor Accordion

The Blazor Accordion is a component for building a collection of components, composed as vertically stacked panels, with clickable headers that allows expanding and collapsing of the panels. The accordion is commonly used to reduce the need of scrolling across multiple sections of content on a single page. It offers keyboard navigation and an API to control the underlying panels' expansion state.

 Blazor Accordion

Blazor DataTime Input

The Ignite UI for Blazor DateTime Input allows the user to set and edit the date and time in a chosen input element. The user can edit both date and time portions using an editable masked input. Additionally, one can specify a desired display and input format, as well as min and max values to utilize validation.

 Blazor DataTime Input

Blazor Select

The Blazor Select component allows a single selection from a list of items, placed in a dropdown. This form control offers a quick items list navigation, including selection, based on a single or multiple characters match. The Select component provides the ability to define a custom header and footer, as well as group the select items.

 Blazor Select

Blazor Tabs

The Blazor Tabs component organizes content into separate views (tabs) where only one view (tab) can be visible at a time. Each tab has a label which is shown in the tab’s header. Changing tabs is done by clicking a tab’s header. When the number of tab headers exceeds the width of the screen, a set of horizontal scroll buttons are shown to scroll the other tab headers into view.

 Blazor Tabs

Chart Improvements

Our last 22.1 was a big release for charts.  We made significant improvements to default behaviors, and we continued to refine the Category Chart API to make it easier to use. With 22.2, we are making another giant leap in capabilities of the Category Chart, delivering amazing new features that continue to make the Infragistics charts the most powerful and easiest to use charts on the market!  These new chart improvements include:

  • Automatic responsive layouts for horizontal label rotation based on browser / screen size.
  • Automatic crosshair, animations and Y-Axis labels and label formatting.
  • Enhanced rendering for rounded labels on all platforms.
  • New API for Grouping, Sorting and Summarizing Category string and numeric values, eliminating the need to pre-aggregate or calculate chart data.