11.1.4 - 2026-07-13
Improvements
- RadzenPivotDataGrid group limits — new
MaxGroupsandOthersLabelproperties onRadzenPivotRowandRadzenPivotColumnlimit the number of row or column groups displayed at each level. The most significant groups (ranked by the sorted aggregate or the first aggregate) are kept and the remaining items are combined into a single localizable "Others" group. Fixes #2470. - RadzenChartRangeNavigator and RadzenRangeNavigator handle label formatting — new
HandleLabelFormatterproperty accepts a formatter function (receiving aDateTimefor date ranges or adoublefor numeric ranges) for full control over the handle labels, taking precedence overHandleLabelFormatString. Fixes #2617. - RadzenDropDown, RadzenListBox and RadzenDropDownDataGrid loading state —
IsLoadingandLoadingTemplateare now available on DropDown and ListBox, and DropDownDataGrid forwards itsLoadingTemplateto the inner DataGrid. Thanks to @artnim!
Fixes
- RadzenChart: fixed an infinite loop in the chart tooltip disposal that could permanently pin a CPU core when a chart tooltip was opened during prerendering (e.g. a sparkline with a data point near the top-left corner of the plot). Chart tooltips now open only in response to actual mouse interaction over the chart.
- RadzenSplitter: the collapse and expand buttons no longer start a drag resize on pointer down. Fixes #2616.