You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RadzenChat mentions — added a configurable @-mention system. Set MentionCharacter (e.g. '@') to trigger a searchable user popup, with an async MentionSearch callback, MentionItemTemplate/MentionDisplayTemplate for custom rendering, keyboard navigation, and paging via MentionSearchArgs. Mentions are stored in a secure @[userid] format. The feature is opt-in and fully backwards compatible.
RadzenSpreadsheet now supports right-to-left (RTL) layout.
RadzenAccordion: improved keyboard focus handling and accessibility.
RadzenTooltip now dismisses on Escape and stays open while the pointer is hovering over it.
Fixes
DataGrid IsNull/IsEmpty filter operators no longer break under case-insensitive filtering, including inside compound filters.
Funnel chart bottom segment no longer flares out when given skewed values.
RadzenProfileMenu/menu flyout is no longer clipped by sub-pixel overflow rounding.
Themes no longer apply a global prefers-reduced-motion override.
TileLayout borders and item header background are now properly applied