DevExpress ASP.NETMaintenance release includes several bug fixes.
Fixes
ASP.NET Web Forms
All ASP.NET Controls
- Android 8 - Chrome version is incorrectly determined.
ASPxDataEditors
- ASPxSpinEdit - Correct the German translation of localization strings.
ASPxGridView
- Multiple controls with the same ID 'DXCDHeader' were found - error occurs on a postback request when the SettingsSearchPanel.CustomEditorID property value is set to a non-existing control ID.
- Batch Editing - Extra space is added to the bottom of the grid in IE when Virtual Scrolling is used and the CSS line-height property is applied.
- Navigation through row editors via the Tab key doesn't work correctly in Batch editing if an editor is disabled for editing in Row edit mode.
- No German localization for "Selection state of all rows on all pages".
- The grid stops editing when a user clicks another editor in Batch Edit Row mode and Data Cell Bands are used.
- XHR errors occur when the search panel is used in the grid placed into the ASP.NET UpdatePanel control and EnableCallbacks is set to "false".
- ASPxGridView documentation - Add information that it's not possible to rely on the order in which rows are processed in the CustomCellMerge event handler.
- Buttons disappear from the Date column filter popup when ASPxGridView is shown at the bottom of the page.
ASPxHtmlEditor
- Duplicate text appears in the Design view after pasting from Word and switching between the Html and Design views when the AllowEditFullDocument property is enabled.
- It's impossible to copy/paste/cut text via hot keys and select text on a double click in IE 10 compatibility mode.
- Opera Browser - It is impossible to move the caret position by arrows' keys after invoking the Search popup.
- The caret is invisible in string selection during the Search operation.
- The editor removes "style" tags located inside the body element.
ASPxPivotGrid
- OLAP - Certain levels of a ragged hierarchy displayed in the column area disappear after low level values are collapsed.
- PivotGrid does not apply group filters correctly in certain cases.
ASPxRichEdit
- The appearance of a certain document containing tables and floating objects varies in different browsers.
- It's impossible to change an image's wrapping after inserting it without a timeout.
ASPxScheduler Suite
- The first row's date is not visible in the Agenda View on iPad.
- The specified id value is not assigned to the custom label created via the CreateNewLabel(object id, string displayName) method overload.
ASPxTreeList
- After selecting the "Select All" checkbox all nodes including those hidden after filtering become selected.
Navigation, Layout & Multi-Purpose Controls
- ASPxMenu - The client-side ItemClick event is not fired if a handler is subscribed on the client side.
- ASPxPopupControl - Custom buttons appear after calling the ASPxClientPopupControl.SetHtmlContent method when a custom theme is applied.
- ASPxPopupMenu - The position is calculated incorrectly when the menu is shown at the bottom of the page and several items are removed in the ASPxClientPopupMenu.PopUp event handler.
XtraReports Suite
- Web Report Designer - Dropping multiple selected fields from the Field List onto the report surface doesn't work.
ASP.NET MVC
All ASP.NET MVC Products
- DevExpress ASP.NET Web controls' TypeScript type definitions are not compatible with the third-party library type definitions provided with the DevExtreme widgets' type definitions.
- MVC Project Template - IE - Horizontal scrollbar is displayed when the grid is placed in a splitter panel.
MVC CardView
- Object does not support property or method UpdateScrollContainerPadding - error occurs on adding a new card in "Batch" edit mode when vertical scrolling is enabled.
MVC Data Editors
- Button - The appearance of the Button with EnableTheming set to false located inside the grid's DataItem template is changed after a grid's callback.
- Data binding of "list" editors works incorrectly when the editors are located in a form layout item bound to a "list type" model.
MVC GridView
- ASPxGridView - Batch Edit - The ValidateRows function works differently for deleted rows when the HighlightDeletedRows property is disabled or enabled.
- Context menu - The Group Summary is not translated into German.
- CustomizationDialog is not localized in German.
- Filter Row - An editor's clear button doesn't refresh GridView in IE 11.
- The filter column with the button editor doesn't always call the filtering action on the clear button click.
- GridView's layout is corrupted after ungrouping if AllowFixedGroups is enabled and the grid contains one group.
- The GridViewSettings.SettingsExport.RightToLeft property value is not taken into account while exporting GridView content to PDF.
MVC Navigation, Layout & Multi-Purpose Extensions
- MVCxRibbon - Slow scrolling speed in RibbonDropDownButtonItem.
MVC Report
- Web Report Designer - Binding to the report's parameter is not correctly converted to Expression.
- Web Report Designer - Formating Rule's data member is added to an expression multiple times after converting a report to Expression Bindings.
- Web Report Designer - Formatting Rules' data member is added to the field that is used in the Aggregated function's filter expression.
MVC RichEdit
- RichEdit - The "Cannot read property 'avaliableWidth' of undefined" JS error is thrown on opening a document with a table of contents and a section break.
- The ALT + Numpad key combinations do not produce any symbols in the RichEdit extension.
MVC Scheduler
- A page scroll jumps to the top of the page after a callback in IE.
- The default popup menu is displayed on an Appointment right click in Internet Explorer.
MVC Spreadsheet
- The "Save as " dialog throws the "Object reference not set to an instance of an object" error if the PerformMailMerge method is used.
Project Wizard
- Dots in namespaces are incorrectly replaced with underscores while creating an MVC project using DevExpress Template Wizard.