DevExpress ASP.NET 16.1.8 released

Released: Nov 17, 2016

16.1.8 버젼 업데이트

기능

  • Visual Studio 2017 RC support.

수정사항

All ASP.NET Controls

  • Documentation - Correct the "Assembly" section to "JavaScript" for ASPxClientSpreadSheet and ASPxClientRichEdit classes.

ASP.NET Demos

  • The DevAV-MVC demo does not work after upgrade to 16.1.7.
  • ASPxTreeView and ASPxGridView are incorrectly resized in the Webmail Client demo.

ASPxGridView and Editors Suite

  • ASPxGridView - The filter control doesn't apply a filter expression on the "OK" button click if the "OK" button changes its position and isn't under the mouse cursor after changing a view of a value field from editing to display.
  • ASPxCaptcha - The CaptchaTextBoxProperties.Position property has no effect if the Moderno theme is applied.
  • ASPxCaptcha - The "Object reference not set to an instance of an object" error occurs on logout if asp:LoginStatus is placed on a page with ASPxCaptcha.
  • ASPxGridView - The Export result is empty when a search filter is applied to a column that was dragged from the Customization Window.
  • ASPxGridViewExporter - Only the first page is exported when VerticalScrollBarStyle="VirtualSmooth".
  • ASPxGridView - SelectionChanged is raised three times when a row is selected for the first time if AllowFocusedRow is True.
  • ASPxComboBox is filled incorrectly after a callback request by a changed data source if the ImageUrlField is defined and all items have no url before the callback but have it after.
  • ASPxComboBox - Images defined via ImageUrlField are not loaded after the data source is changed on a callback request if the relative path is formatted with tilda(~).
  • The date picker of ASPxDateEdit in the edit form appears at a wrong place when the RightToLeft property of ASPxGridView and the BinaryImageEditingSettings.Enabled property are set to true.
  • ASPxSpinEdit - Pasted text with spaces is processed differently depending on whether the "Ctrl+C" key combination or the context menu's "Paste" operation is used.
  • Pager numbers are not shown when the lookup is inside the ASPxGridView in Batch Edit mode and Focused Row is enabled in this grid.
  • ASPxDateEdit - It's not possible to change only the time of the second editor in the date range scenario if its time was initially predefined.
  • ASPxGridView - Expanding all group rows using the client-side ExpandAll method is slow in IE 11 and Edge after updating to 16.1 if the pager mode is ShowAllRecords.
  • ASPxRibbon - It is impossible to select NavigateURL in the designer.
  • ASPxGridView - Advanced Banded View - Unable to type space in FilterRow editors.
  • Material theme - ASPxGridLookup's border is not rendered when the lookup is placed inside the grid's template and the grid has scrollbars.
  • ASPxGridView - When a multiline editor is used in the cell, it is necessary to close the editor before clicking the SaveChanges button.
  • ASPxGridView - Endless Paging - Selected rows are not highlighted on a new page when the SelectAllCheckboxMode property is set to "AllPages".
  • ASPxGridView - The grid's theme is not applied to the header filter's listbox.

ASPxHtmlEditor

  • ASPxHtmlEditor - The GetHtml method returns invalid HTML in case source text has a certain HTML format and is copy-pasted to the editor.
  • ASPxHtmlEditor throws an error if a user deletes characters in Internet Explorer 11 if the Document Mode and User Agent are changed.
  • ASPxHtmlEditor - The "target="_blank"" attribute on the Html tab is added to a link that should be opened in the same window if the AllowEditFullDocument property is set to true.
  • ASPxHtmlEditor - The Insert Link dialog does not encode text in certain cases.

ASPxPivotGrid

  • Data Aware Export - Fields with the DateMonth GroupInterval are exported incorrectly with hotfix 16.1.7.16307.
  • Virtual Scrolling - Scrollbar position is reset to the default position after a callback in Chrome.
  • The Grand Total row is not shown if a single variation field is displayed in the data area.

ASPxQueryBuilder

  • ASPxQueryBuilder - Filter Editor doesn't correctly convert values based on the underlying database field type.

ASPxRichEdit

  • ASPxRichEdit - Client-side API for Spell Checker invocation is not provided.
  • ASPxRichEdit is shown incorrectly if it is placed into the popup control.
  • RichEdit - Incorrect table padding at document edges.
  • ASPxRichEdit - The "An unspecified error occurred and the editor needs to be reloaded. Your last changes can be lost" error occurs when the Enter key is pressed 5 times in a row.
  • ASPxRichEdit - Empty Mail Merge field shows previous (next) data.
  • ASPxRichEdit doesn't allow inserting a table into a certain document.

ASPxScheduler Suite

  • The last selected appointment losses selection when drag operation is performed with multiple appointments.
  • ASPxScheduler - The dragInformation.oldInterval argument of the clinet-side AppointmentDrop event is not the ASPxClientTimeInterval instance.

ASPxSpreadsheet

  • ASPxSpreadsheet - The PerformCallback method in the client-side ASPxClientSpreadsheet.SelectionChanged event handler causes an infinite callback loop
  • ASPxSpreadSheet - A formula in a cell is not recalculated if the cell is not visible
  • ASPxSpreadsheet - Data in a frozen row is not displayed when using the ScrollToRow method if this row was initially invisible and frozen at runtime

ASPxTreeList

  • ASPxTreeList - The ASPxClientTreeList.NodeDblClick event doesn't fire when handled on the client side using the AddHandler function.
  • ASPxTreeListExporter - The "System.ArgumentNullException" error is thrown during exporting when ASPxTreeList on the content page has the ID property set to "tl", ASPxDateEdit on the master page is placed before the content placeholder.