09/03/2026
Our Blazor year-end roadmap for v26.2 is here, shipping December 2026. Key focus areas: right-to-left support, the official Icon Library release, and the first components for a new styling and layout foundation.
RTL Support (CTP): Right-to-left layout ships as a Community Technology Preview. Switch an entire application to RTL, build custom RTL UI blocks alongside components, or keep individual editors in LTR mode within an RTL app. Supported across Grid, TreeList, Charts, Pivot Table, Filter Builder, Data Editors, Form Layout, AI Chat, HTML Editor, and navigation/layout/popup components. Requires Fluent themes.
New Components: App Bar provides a top-level command strip with title area, hamburger button, search item, avatar dropdown, and built-in adaptivity. Side Bar adds a vertical, icon-based navigation strip inspired by Microsoft Office applications.
Icon Library (Official Release): Moving from CTP to production. IconUrl parameter added to Editor Buttons, Progress Bar, Toast, and Scheduler Forms. New flexible API lets you specify any combination of style, set, and size. 400+ new Fluent icon metaphors added.
CSS Variable Rework: Public --dxds-* variables get role-based names with broader coverage, preparing the design system for future themes like Material. The Project Converter handles automatic migration when upgrading to v26.2.
AI Chat: Built-in reasoning visualization so users can review a model's step-by-step thinking. Built-in tool approval visualization for human-in-the-loop actions (no custom template required). Pre-attached resources API for providing AI context at session start. New ClearHistoryAsync method. UI/UX refinements in Fluent themes.
Grid and TreeList: Filter Row criteria selector menu for choosing filter conditions inline. On-input filter binding that applies filters as users type. Built-in toolbar items for Column Chooser, Export Buttons, and Search Box. Continuous cell editing on Enter. Striped rows option. Custom row height setting.
Also in v26.2:
- NET 11 support
- Minimum .NET raised to .NET 10
- DateTimeOffset support across Blazor UI components with a global offset option
- Security SBOMs moving out of preview for CRA readiness
- TextBox password visibility button
- Form Layout caption position mode and tab management API
- Accessibility: App Bar and Side Bar ship with keyboard navigation, ARIA roles, and high-contrast mode
Share your feedback on the planned features in the blog post or through the Support Center.
In this blog post, we will outline Blazor features/capabilities we expect to ship in our year-end release (v26.2 — December 2026). Our key focus areas will be right-to-left support, official release of our Icon Library, and the first set of components for our new styling/layout foundation. As alwa...