DevExpress ASP.NET 17.1.6

Version de maintenance incluant plusieurs corrections de bogues.
Septembre 7, 2017
Nouvelle Version

Correctifs

ASP.NET Web Forms

  • All ASP.NET Controls
    • ASPxGridView - A master row context menu is shown for ASPxTreeList placed in DetailRowTemplate.
    • Documentation - The "Upgrading to a Newer Version" topic doesn't provide information about upgrading (only installation is described).
  • ASP.NET Demos
    • It is impossible to disable connection string patching in the local demos.
  • ASPxDataEditors
    • ASPxButtonEdit - The clear button is not visible.
    • ASPxCalendar - Accessibility - Icons and Selection are not visible in the High Contrast theme.
    • ASPxDateEdit - An additional "y" symbol is shown in the Czech culture when the EditFormatString property is set to "MM/yyyy" on Windows Server 2012.
    • ASPxGridLookup - The ValueChanged event is raised twice if the AutoPostBack property is set to true.
    • ASPxTextBox - Autocomplete doesn't work as expected in version 17.1.
    • ASPxTextBox does not work with the Google Place Autocomplete service on mobile devices.
    • The Designer works slowly after changing a control's property because of tagReference registration.
  • ASPxGridView
    • ASPxCheckBox - It is impossible to set the Checked value in the Init event if CheckState is assigned in the markup.
    • ASPxGridLookup - The ASPxGridLookup value is not updated after a new value is selected from the dropdown.
    • AutoExpandAllGroups is ignored when a column is grouped using the customization dialog.
    • Header data columns have duplicated cells when header bands are used in DataAwareExport mode.
    • Header filter items do not show the Display attribute text for the column bound to the Enum field.
    • Headers' top border is not shown in the Office2010Blue theme when a toolbar is used.
    • The GetSelectedFieldValues method is incorrectly named in the demo's description.
    • ASPxGridView Documentation - Add information that the GetCellValue method should be called inside setTimeout in the BatchEndEditing event handler to obtain a new cell value.
    • ASPxGridView with enabled keyboard support - The Shift + UP shortcut works incorrectly in the case of the select single row mode.
    • GridViewToolbar - The SelectedIndexChanged event is not fired if ASPxComboBox is placed inside the toolbar template (the AutoPostBack property is set to True).
  • ASPxHtmlEditor
    • Additional HTML is added to the editor after the copy/paste operation is performed.
    • An unexpected style is added to an element when the Element Properties dialog is used.
    • Change the ASPx.HtmlEditorClasses.Utils.ToolbarUtils.updateItems function to avoid "Cannot read property 'length' of undefined".
    • Tag Inspector highlights an incorrect area in the editor.
    • Text from the next paragraph is added to selection when the whole paragraph is selected.
    • Validation with RequiredFieldValidator always fails on the submit operation initiated after pasting content to ASPxHtmlEditor.
  • ASPxPivotGrid
    • ASPxPivotGrid does not show data when it is created dynamically and added inside ASPxPageControl's tab page.
    • Pivot Grid Maps Integration Demo - Map loading indicator does not disappear.
  • ASPxRichEdit
    • Add support for the Cut and Copy clipboard commands if a browser supports the clipboard API.
    • Tables formatting is incorrect in specific documents.
    • The 'Cannot read property '0' of undefined' error occurs on an attempt to open a document that contains a certain table.
    • The 'Cannot read property 'move' of undefined' error occurs on an attempt to resize a table if the ReadOnly property is set to True.
    • The goToNextCharacter command has no effect after the UpdateField command was performed.
    • The MailMerge option does not take into account Document Variables containing Merge Fields.
    • The page is scrolled to the bottom after a copy/paste operation performed through the Command+c/Command+v keys in the Safari browser on MacBook.
    • Documentation - Add a note that a Floating Image is exported/saved into an HTML document as an Inline Image.
  • ASPxScheduler Suite
    • The client-side ActiveViewChanged event is not raised while changing an active view in ASPxScheduler.
    • TimeLineView headers are incorrectly highlighted based on a current date when a storage time zone differs from a client one.
  • ASPxSpreadsheet
    • A resized column overlaps a neighboring column.
    • Calling the Control.Focus method doesn't move focus from ASPxSpreadsheet to a necessary control.
  • ASPxThemeBuilder
    • ASPxLoadingPanel - It is impossible to use a custom loading image in a custom theme.
  • Navigation, Layout & Multi-Purpose Controls
    • ASPxCallback - The EndCallback event is raised after ASPxWebControl.RedirectOnCallback but JSProperties are not passed.
    • ASPxDataView - The "System.NullReferenceException" error occurs when the resulting data source is empty on a callback request when the EndlessPagingMode property is set to OnScroll.
    • ASPxDockPanel - The VisibleIndex property of all panels docked in a zone returns 0 in the server-side ASPxButton Click event handler.
    • ASPxFileManager - After a postback, the client-side SelectionChanged event fires before the Init event is raised if an item is selected.
    • ASPxFormLayout - When a form layout is embedded in a page control, the alignment of invisible data editors is not correct after calling the client-side SetVisible method.
    • ASPxHint is shown twice in ASPxBinaryImage after the image is uploaded.
    • ASPxImageZoom - ImageZoom does not work when it is placed in the Repeater.
    • ASPxNavBar with a hover item style is not applicable if the item is retrieved from the sitemap and has a set "url" property.
    • ASPxPopupControl - A modal ASPxPopupControl is not shown above another popup when the ShowViewportScrollbarWhenModal property is set to true.
    • ASPxPopupControl - It is impossible to select an area by dragging the mouse on a popup window in IE.
    • ASPxSplitter - A control inside SplitterContentControl is not resized correctly on window resizing.
    • The ForeColor property incorrectly works for text in ASPxUploadControl's drop zone.
  • XtraCharts Suite
    • Documentation - Add a note that the Crosshair, Tooltip and CalcHitInfo features do not work in 3D charts.
  • XtraReports Suite
    • There is no way to hide line series markers for the XRChart control in the Report Designer without using scripts.

ASP.NET MVC

  • Installation (.NET)
    • The ASPxDemosUpdater.dll installer fails when an MVC folder does not contain the *.nuspec file.
  • MVC CardView
    • CardView - It is impossible to export the card view to PDF using the CreatePrintableObject method.
  • MVC Data Editors
    • Calendar - Documentation - Add a note that the CustomDisabledDate event works on callbacks only.
  • MVC GridView
    • An error is shown if the command column is hidden on exporting the grid and the ProcessColumnMoveOnClient property is set to true.
    • Batch Edit - The Recovery and Delete buttons are shown if the SetErrorText method is used to set errors.
    • Batch Editing - The combobox column data is lost if the cell value does not exist in the combobox data source.
    • Previously entered model values are passed to the controller action when passing an empty model to RenderAction inside SetEditFormTemplateContent.
    • The value of the ComboBox cell editor used in callback mode is lost in some cases when its dropdown is opened in Batch mode.
    • Documentation - Describe the limitation that the Customization Dialog does not operate as expected when Custom Data Binding is used.
  • MVC HtmlEditor
    • HtmlEditor - The "Insert Link" document selector doesn't show files in sub folders.
  • MVC Navigation, Layout & Multi-Purpose Extensions
    • Hint - The ClientSideEvents property is not available in MVC.
    • Ribbon - Material Theme - Glow effect around CheckBox is displayed incorrectly.
    • The MVCxHint control is positioned incorrectly if a target is located at the right screen edge and the hint text width exceeds the target width.
    • TreeView throws an exception when NameField refers to a GUID field.
  • MVC Pivot Grid
    • An incorrect area index is passed in the FieldAreaChanging event.
  • MVC Report
    • It is impossible to localize the Filter Editor.
    • The ASPxClientWebDocumentViewer.ExportTo method call returns an error if the WebDocumentViewer is used in Mobile Mode.
  • MVC RichEdit
    • RichEdit - The "Cannot read property 'otherPageAreas' of undefined" JavaScript error occurs on an attempt to make an image smaller if then this image moves to the previous page.
  • MVC Scheduler
    • The DateEdit control's layout is incorrect in the Office2010Blue theme when the control is located inside a custom template of the Scheduler.
    • The SchedulerExtension.GetAppointmentsToInsert method returns a non-empty collection (containing the null value) when an appointment is deleted using the ASPxClientScheduler.DeleteAppointment method (17.1).
  • MVC Spreadsheet
    • Spreadsheet - It's not possible to change cell selection on a custom callback.

ASP.NET Bootstrap

  • Bootstrap Charts
    • BootstrapPieChart - The ResolveLabelOverlapping property set to "Stack" does not take any effect.
  • Bootstrap Data Editors
    • BootstrapComboBox - A section is not maintained if ValueField or TextField are of a certain data type.
    • BootstrapDateEdit - The "Object reference not set to an instance of an object" error is shown if the CalendarDayCellPrepared event is handled.
  • Bootstrap Navigation, Layout & Multi-Purpose Controls
    • BootstrapPageControl - Controls located on a hidden tab are shown on the first tab in IE 11 and Edge if this tab contains BootstrapDropDownEdit with DropDownWindowTemplate.
DevExpress ASP.NET

DevExpress ASP.NET and Blazor

Toutes les bibliothèques, extensions et suites de composants primées ASP.NET, MVC, ASP.NET Core, ASP.NET Bootstrap et Blazor produites par DevExpress réunies dans un seul package.

Vous avez une question ?

Discutez en direct avec l'un de nos spécialiste des licences DevExpress .