DevExpress ASP.NET and Blazor 24.1.6

Released: Sep 20, 2024

24.1.6 中的更新

修补程序

ASP.NET Bootstrap

  • All ASP.NET Bootstrap products
    • Resource manager can return an incorrect resource by an index in some cases.

ASP.NET Core

  • All ASP.NET Core products
    • Export To PDF - Intra-document link annotations in accessible documents cannot be configured.
    • Printing - Borders disappear after calling Graphics transformation methods.
    • XRPictureBox - DXFontRepository fonts are not used for SVG rendering.
    • XRRichText - DOCX with column breaks is not rendered correctly.
  • DevExtreme Data Grid
    • Cancel button in the last row of DxDataGrid cannot be focused via the Tab key.
    • FilterRow cell loses focus when focusedRowEnabled is true and editing is in batch mode.
    • Form editor displays an unexpected border (outline) when using Tab to navigate.
    • Rows are selected in a case-insensitive manner if deferred selection is enabled.
    • Sort Icons are reversed when using Fluent Light Theme.
  • DevExtreme Gantt
    • Gantt - Border discrepancy occurs between Filter Row and Headers.
  • DevExtreme Html Editor
    • HtmlEditor - Border Width text is not translated.
  • DevExtreme Pivot Grid
    • PivotGrid - OLAP - The E4000 error occurs if filterValues contains an item with the "unknown member" value.

ASP.NET MVC

  • All ASP.NET MVC products
    • Export To PDF - Intra-document link annotations in accessible documents cannot be configured.
    • Printing - Borders disappear after calling Graphics transformation methods.
    • Resource manager can return an incorrect resource by an index in some cases.
    • Web Report Designer - Parameter 'secureDataConverter' is missing on saving (no storage + Azure).
    • XRPictureBox - DXFontRepository fonts are not used for SVG rendering.
    • XRRichText - DOCX with column breaks is not rendered correctly.
  • MVC Pivot Grid
    • Trial message appears in produced Excel documents (WYSIWYG).

ASP.NET Web Forms

  • ASPxDataEditors
    • ListBox for WebForms - Selected values are lost on executing a postback if validation is enabled.
  • ASPxScheduler Suite
    • All-day appointments are dropped onto incorrect cells in week and full-week views.
  • All ASP.NET Web Forms products
    • Export To PDF - Intra-document link annotations in accessible documents cannot be configured.
    • Printing - Borders disappear after calling Graphics transformation methods.
    • Resource manager can return an incorrect resource by an index in some cases.
    • Web Report Designer - Parameter 'secureDataConverter' is missing on saving (no storage + Azure).
    • XRPictureBox - DXFontRepository fonts are not used for SVG rendering.
    • XRRichText - DOCX with column breaks is not rendered correctly.

Blazor

  • All Blazor products
    • Blazor - Report Designer - Page layout breaks when right-clicking the surface of a designer.
    • Export To PDF - Intra-document link annotations in accessible documents cannot be configured.
    • Printing - Borders disappear after calling Graphics transformation methods.
    • XRPictureBox - DXFontRepository fonts are not used for SVG rendering.
    • XRRichText - DOCX with column breaks is not rendered correctly.
  • Charts for Blazor
    • DxChartAxisRange.StartValue is also changed when EndValue is modified.
    • Argument axis isn't redrawn correctly after series ArgumentField property changes.
    • Chart is not refreshed when bound to ObservableCollection.
  • Data Editors for Blazor
    • ComboBox and TagBox for Blazor - Filtering does not work with CustomData.
    • ComboBox for Blazor
      • An error occurs after selecting an item in a ComboBox bound to CustomData with additional logic to load data.
      • An error occurs on selecting a filtered value if the combobox is bound via CustomData.
      • Input is cleared after an item is selected.
      • Preselected item is not shown in a combobox if it's Id is null.
      • Selected item is not shown in a ComboBox.
      • The item is not selected during filtering if the data source is changed.
      • ComboBox used inside the Grid selects an incorrect item with the keyboard after filtering.
      • CustomData function is not called when a user inputs a search text.
      • Error is thrown if the component is bound to an XPO data source.
      • InvalidOperationException fires in certain cases if the component is bound to IQueryable<T>.
      • "System.ArgumentException: 'Column' is not a member of type 'X' (Parameter 'propertyOrFieldName')" error is thrown when the combo box is bound to an IQueryable and an item is selected.
      • DropDownVisibleChanged event is not raised when a control is unfocused and a drop-down element is closed by an outer click.
      • Incorrect search filters are applied when characters are typed in quick succession in a ComboBox with CustomData.
      • Text is not updated when the same item is selected in the filter.
      • DxComboBox is not focused when it's the first editor in the EditForm of DxGrid.
      • DxComboBox updates the null value to an empty string when it loses focus with no content.
    • FileInput for Blazor - Select button stops working after it's hidden and shown dynamically.
    • ListBox for Blazor - The FilterCriteriaChanged event handler is infinitely called when the Data property is changed in the handler.
  • Grid for Blazor
    • A master grid re-renders when a user scrolls a detail grid, and both grids are in virtual scrolling mode.
    • ComboBox used inside the Grid selects an incorrect item with the keyboard after filtering.
    • Grid for Blazor - Horizontal scroll returns to a specific position in a grid with fixed columns after certain user actions.
  • Navigation and Layout for Blazor
    • DxAccordion for Blazor - DxGrid is not editable when placed in an Accordion tab that is initially expanded in v24.1.
    • DxComboBox is not focused when it's the first editor in the EditForm of DxGrid.
    • Popup for Blazor - AllowDragByHeaderOnly is not in effect if the HeaderTemplate or FooterTemplate is defined.
    • TreeView for Blazor - Filter panel is focused when clicking a node instead of navigating to NavigateUrl.
  • Rich Text Editor for Blazor
    • Vertical scrollbar jumps to the top of the document after each key press in the Firefox browser.
    • "New Line" and "New Paragraph" commands do not work when a user enters text with the speech recognition feature in iOS.
    • An error occurs on an attempt to click the "Custom Margins" ribbon command when page orientation is set to "Landscape".
  • Scheduler for Blazor
    • Appointment is temporarily placed on a separate line above/below its previous position during resizing in v24.1.
    • Pop-up form displays only the first Resource attached to an Appointment.