blazor bg roadmap

UI for Blazor 6.0.0

May 15, 2024

Common

NEW
  • New Rating Component
  • New Badge Component
  • New Spreadsheet Component
  • Compatibility with .NET 9 Preview 3
  • Compatibility with .NET 9 Preview 2
  • Compatibility with .NET 9 Preview 1
CHANGED Dependencies
  • Telerik.SvgIcons version is updated to v.3.0.0
  • Telerik.FontIcons version is updated to v.3.0.0
  • Fluent Theme version is updated to version v.8.0.1
  • Material Theme version is updated to version v.8.0.1
  • Bootstrap Theme version is updated to version v.8.0.1
  • Default Theme version is updated to version v.8.0.1
  • Telerik Document Processing Library (DPL) version is updated to 2024.2.426

Visual Studio Extension

NEW
  • Enhance the Create New Project Wizard by integrating it with the Telerik NuGet server.

Visual Studio Code Extension

NEW
  • Extend Blazor Template Wizard with option to add NuGet package version.
  • Extend Blazor Template Wizard with option to select CDN or local resources.
  • Add Document Processing Libraries Configuration Wizard.

AIPrompt

FIXED
  • The prompt steals focus on initial render
  • AIPromptToolBarButton is missing theme settings parameters
  • When retrying a request, the Prompt parameter of the OnPromptRequest event is null
  • Typo in the Generated with AI prompt output

AutoComplete

FIXED
  • Filter is cleared on Esc press

Button

NEW
  • Add support for clear fill mode

ButtonGroup

NEW
  • Add support for clear fill mode

Calendar

NEW
  • Add option to hide dates from other months
  • Highlight Today date in all Calendar Views

Charts

NEW
  • Expose ChartSeriesBorder tag to customize the border appearance
  • Sankey Diagram

ComboBox

FIXED
  • Filter is cleared on Esc press

DateInput

NEW
  • Add clear button

DatePicker

NEW
  • Add option to hide dates from other months
  • Highlight Today date in all Calendar Views
  • Add clear button
FIXED
  • DatePicker, TimePicker and DateTimePicker should accept null value as valid when bound to nullable DateTime

DateRangePicker

NEW
  • Add option to hide dates from other months
  • Highlight Today date in all Calendar Views
  • Add clear button

DateTimePicker

NEW
  • Add option to hide dates from other months
  • Highlight Today date in all Calendar Views
  • Add clear button
FIXED
  • The Now button (time chooser) in the DateTimePicker and TimePicker is hard-coded as uppercase
  • DatePicker, TimePicker and DateTimePicker should accept null value as valid when bound to nullable DateTime
  • Popup rendering breaks when mouse enters from the right-hand side in Chrome

Dialog

FIXED
  • Custom DialogFactory button text persists across multiple popup displays

DropDownButton

NEW
  • Allow control over the visibility of the toggle arrow button
  • Add support for clear fill mode

Editor

FIXED
  • Telerik Editor - Image resize handles aren't rendering

FileManager

NEW
  • Toolbar Customization
  • Add View parameter and ViewChanged event
FIXED
  • FileManager throws on adding a new folder.

Filter

NEW
  • Rebind method
  • FilterField Value Template

FloatingLabel

FIXED
  • FloatingLabel triggers unnecessary re-renders

Form

FIXED
  • FormGroup Id is not rendered

Grid

NEW
  • Allow/prevent selection of certain row
  • Group Header and Footer templates to expose aggregates for all the fields
FIXED
  • Grouping by a third column breaks the group order
  • The Drop Clue is missing when you reorder Grid columns within a Window
  • Sequential grouping of Grid columns produces incorrect group sequence
  • Clicking on Grid cells may not trigger incell edit mode
  • Grid Shows Incorrect Initial Aggregates when using OnRead
  • Aggregates don't take into account filtering set in OnStateInit
  • When binding to Expando objects you cannot use nullable types
  • Non-Nullable numbers still get the IsNull and IsNotNull filter operators

ListBox

FIXED
  • If the selected item(s) are not in the view and one of them is focused, pressing Shift or Ctrl scrolls to the focused selected item

ListView

NEW
  • ListView - Keyboard Navigation
FIXED
  • ListView stays in Edit Mode when the data is bound to ObservableCollection

Map

NEW
  • Pan Event
  • Zoom event
FIXED
  • Map doesn't render font icons

MaskedTextBox

NEW
  • Add clear button

MultiColumnComboBox

FIXED
  • MultiColumnComboBox is not refreshed with columns that are removed
  • Filter is cleared on Esc press

MultiSelect

NEW
  • Refactor rendering to use Chip or ChipList
  • Support for keeping the filter text when you select an item
FIXED
  • Filter is cleared on Esc press
  • The Summary Tag does not inherit the component appearance settings (Size, Roundness)

NumericTextBox

NEW
  • Add clear button
  • Select content on focus
FIXED
  • Cannot select 0 as first value via the arrow keys/buttons if the NumericTextBox is bound to nullable type

PDFViewer

FIXED
  • PDFViewer does not display the text of the selected PDF document
  • PdfViewer initial document load is quite slow
  • Improve PDF Viewer display and print quality

Pager

FIXED
  • A blank value appears in the dropdown when PageSize is not within the predefined PageSizes or equals the TotalCount

Scheduler

NEW
  • Allow displaying more than two events per day in month view
FIXED
  • When creating appointment Start and End editors display the default DateTime value

TextArea

NEW
  • Add clear button

TextBox

NEW
  • Add clear button

TileLayout

FIXED
  • TileLayout missing k-cursor-grabbing class

TimePicker

NEW
  • Add clear button
FIXED
  • The Now button (time chooser) in the DateTimePicker and TimePicker is hard-coded as uppercase
  • DatePicker, TimePicker and DateTimePicker should accept null value as valid when bound to nullable DateTime

ToggleButton

NEW
  • Add support for clear fill mode

Tooltip

NEW
  • Delay when showing and hiding tooltip

TreeList

NEW
  • Row Virtualization
FIXED
  • Clicking on Grid cells may not trigger incell edit mode
  • When binding to Expando objects you cannot use nullable types
  • Non-Nullable numbers still get the IsNull and IsNotNull filter operators

Window

NEW
  • Constrain dragging outside the boundaries of a container
FIXED
  • The window should not be dragged outside the document in the top and left directions
  • The Drop Clue is missing when you reorder Grid columns within a Window

Wizard

NEW
  • Add a Step Template to the WizardStep
FIXED
  • Wizard with only one step throws

Changed

NEW
  • Document Processing Libraries assets built against NetCore 3.1 are no longer available.

PdfProcessing

NEW
  • Exposed an option to plug logic for embedding a subset of a registered font for frameworks different from .NET Framework.
  • Introduced support for OTF font file format.
  • Handle documents containing invalidly located clipping path operators.
  • Handle documents with invalid structure of path construction operators.
FIXED
  • A NotSupportedCompressionMethodException with the message - Cannot decode stream with a not supported compression method.
  • Incorrect characters are displayed when merging multiple PDF documents with the RadFixedDocument.Merge method.
  • Text rendering is not correct in scenarios with negative font and/or negative horizontal scaling.
  • A NullReferenceException is thrown when exporting a document with CFF Type1 font.
  • Import-export causes missing characters with specific document.
  • An Argument exception should be thrown when setting a RadFixedPage.Rotation value outside the Rotation enum predefined values.
  • An InvalidOperationException is thrown when exporting font that is available but not used.
  • The read-only flag is not respected when importing a document.
  • A dictionary with invalid entry cannot be imported correctly and breaks the import process.
  • The Form field height is wrong after export with a specific document..
  • Wrong character widths when merging documents with exactly the same font but different character widths.

SpreadProcessing

NEW
  • Introduces Description property for FloatingShapeBase.

SpreadStreamProcessing

FIXED
  • The application is stuck when importing the last row of a worksheet which has a property set but has no cells.

WordsProcessing

FIXED
  • A NullReferenceException is thrown when a Hyperlink is placed before a MailMerge group.
  • Image in Header or Footer with IsBehindDocument set to True is rendered on top of the text.

ZipLibrary

FIXED
  • Cannot open newly added files to a password-protected zip archive.

New features & Roadmap

Have a feature request?

Post your feedback via the Blazor UserVoice portal or the Public forums

What's new across all Telerik products?

See the updates feed

Next Steps

Launch demos

See Telerik UI for Blazor in action and check out how much it can do out-of-the-box.

Compare pricing

Check out the offers. Purchase an individual suite, or treat yourself to one of our bundles.

Download free trial

Try Telerik UI for Blazor with dedicated technical support.