December 5, 2017, 3:02 am
Smith chart.Adds row drag and drop for data grid, a new Smith chart and right-to-left support for rich text box.
Features
- Smith Chart - New control - Smith chart is one of the most useful data visualization tools for high frequency circuit applications.
- Visualization of the impedance and admittance of a transmission line.
- Representation of data with line series and various types of markers.
- Data label support for better readability.
- Interactive tooltip support.
- Interactive legend.
- Customizable colors.
- Calculate
- Array formula calculation - Support has been provided for array formula calculation as in Microsoft Excel. An array formula is a formula that can perform multiple calculations with an array or series of data values and return one or more results. It helps to simplify the formula expression. For example, “=MAX (B1-C1, B2-C2, B3-C3, B4-C4, B5-C5)” can now be replaced by the array formula, “{=MAX (B1:B5-C1:C5)}”.
- Chart
- Multi-level axis labels - Multi-level axis label support has been provided for the chart control.
- Data Grid
- Built-in row drag and drop - Support has been added for dragging and dropping rows in a data grid or between two data grids. This feature also allows rows to be dragged and dropped to and from any other control.
- Grid column enhancements
- Provided support to automatically generate columns for the details view grid when items source changed at runtime.
- Provided read-only support for the data grid where users can enter edit mode but can’t input text.
- Provided support to load different ItemsSource for combo box based on underlying data object.
- Filter row enhancements - Support has been added to update the drop-down list of a multi-select combo box filter based on other column filters, similar to Excel. Users can easily select or unselect only visible records.
- Diagram
- Quick Commands - Support has been provided for customizing the appearance and position of quick commands.
- Dock Port - A dock port is a place holder that allows you to create connections at any point on it.
- Auto-align - Support has been provided to align nodes or annotations automatically if they overlap.
- Essential DocIO
- Word-to-PDF enhancements - Essential DocIO now allows Word documents with line numbers to be converted to PDFs with their original formatting.
- Clone and merge enhancements - An option has been added to restart or continue list numbering when merging Word documents.
- Rich Text Box
- Right-to-left support - The rich text box control allows the user to view and edit right-to-left content such as text, paragraphs, lists, and tables.
- Drag-and-drop support - The rich text box control allows the user to drag and drop content within control. It also allows the user to drag and drop content to and from other editor controls.
- Spreadsheet
- Array formula calculation - Support has been provided for array formula calculation as in Excel. An array formula is a formula that can perform multiple calculations with an array or series of data values and return one or more results. It helps to simplify the formula expression. For example, “=MAX (B1-C1, B2-C2, B3-C3, B4-C4, B5-C5)” can now be replaced by the array formula, “{=MAX (B1:B5-C1:C5)}”.
- Tree Grid
- Footer column - Support has been added for freeze columns (non-scrolling columns) on the right, like in Excel.
- Stacked header - Support has been added for stacked header rows, which are unbound header rows that can span multiple rows and columns to group one or more header cells.
- Essential XlsIO
- Chart to image enhancement - The manual layout positions of chart elements like the legend, titles, plot area, and display units are now properly converted into images.
↧
December 5, 2017, 3:07 am
Syncfusion Essential Studio EnterpriseIncludes improvements and additions across the entire library of controls.
Features
- ASP.NET MVC - A new combo box component allows users to select an option from a defined list of values. The drop-down list control now supports server filtering for remote and local data. The tree grid now supports stacked column headers.
- ASP.NET Core - A new date-range picker control allows users to select from a predefined or custom set of dates. A new combo box component allows users to select an option from a defined list of values. A new pivot client control allows the visualization of both OLAP and relational data in pivot grids and pivot charts.
- ASP.NET Web Forms - A new combo box component allows users to select an option from a defined list of values. The drop-down list control now supports server filtering for remote and local data. The tree grid now supports stacked column headers.
- JavaScript - Essential JS2 and Ember support each bring a wealth of new functionality to our JavaScript controls. A new combo box component allows users to select an option from a defined list of values.
- Xamarin.Forms - The new diagram control can be used to create a wide range of diagrams, including flow charts, use case diagrams, workflow processes, and more. Multicolumn grouping is now possible simply by setting an API. The image editor control now supports zooming and panning.
- Xamarin.Android - The new diagram control can be used to create a wide range of diagrams, including flow charts, use case diagrams, workflow processes, and more. The image editor control now supports zooming and panning.
- Xamarin.iOS - The new diagram control can be used to create a wide range of diagrams, including flow charts, use case diagrams, workflow processes, and more. The image editor control now supports zooming and panning.
- UWP - The new image editor control lets users annotate and manipulate images. The new Smith chart makes visualizing high frequency circuit applications easier than ever, with data label support, interactive tooltip support, interactive legend, and color customization. The rich text box now supports viewing and editing right-to-left content.
- Windows Forms - The ribbon control now supports different icons for the quick access toolbar. The spreadsheet control has new support for array formula calculation. The date-time picker now has Microsoft Office 2016 theme support for improved aesthetics and usability.
- WPF - The data grid control now has built-in row drag-and-drop for moving columns between grids. The new Smith chart makes visualizing high frequency circuit applications easier than ever, with data label support, interactive tooltip support, interactive legend, and color customization. The rich text box now supports viewing and editing right-to-left content.
↧
↧
December 14, 2017, 4:45 am
↧
December 14, 2017, 7:20 am
↧
December 14, 2017, 7:51 am
DevExpress DXperienceMaintenance release includes several bug fixes.
Fixes
DevExpress has released a maintenance update across their entire product range.
↧
↧
December 14, 2017, 7:56 am
DevExpress UniversalMaintenance release includes several bug fixes.
Fixes
DevExpress has released a maintenance update across their entire product range.
↧
December 19, 2017, 3:34 am
Actipro Silverlight StudioUpdates line chart shape properties to use a round segment join.
Features
Charts
- Updated the shape properties on line charts to use a round segment join.
SyntxEditor
- Improved numerous edit actions to retain their final selection after the action goes through an undo/redo process.
- Improved how Tab indenting is handled when there is a block selection.
- Improved the Cut Line to Clipboard edit action to support multiple lines.
- Updated the hit-testing mechanism to return a new result type for intra-line spacers, which prevents mouse hovers over them from triggering IntelliPrompt quick info.
- Updated the Caret property to implement INotifyPropertyChanged and raise the event when the selection changes, thereby allowing UI to bind right to properties such as Position.
- Updated the IntelliPrompt popups to not switch to partial opacity if both Ctrl and Alt are held down.
- Updated how IntelliPrompt quick info providers recognize when to close.
- Updated certain edit actions that retain selection to not force the selection range to be normalized.
.NET Languages Add-on
- Improved logic for selecting the best IntelliPrompt parameter info member overload when typing a comma at the end of an argument list.
- Updated how the resolver handles base type resolution to prevent a possible exception.
Web Languages Add-on
- Improved the XML line commenter to comment the entire line text when there is no selection.
Fixes
SyntxEditor
- Fixed a bug where vertical scrolling was possible in a certain scenario when in single line mode.
- Fixed a bug where certain text formatting calls over very small ranges could lead to an exception in TextSnapshotReader.
↧
December 20, 2017, 7:31 am
ComponentOne Studio Enterprise.Get up to 25% off MSRP for new licenses.
Save up to 25% when you purchase new licenses of ComponentOne Studio Enterprise before Midnight EST December 31, 2017.
Click the links below to take advantage of the Special Offer
↧
December 20, 2017, 7:36 am
ComponentOne Ultimate.Get up to 25% off MSRP for new licenses.
Save up to 25% when you purchase new licenses of ComponentOne Ultimate before Midnight EST December 31, 2017.
Click the links below to take advantage of the Special Offer
↧
↧
December 27, 2017, 7:09 am
ComponentOne Ultimate.Get up to 25% off MSRP for new licenses.
Save up to 25% when you purchase new licenses of ComponentOne Ultimate before Midnight EST December 31, 2017.
Click the link below to take advantage of the Special Offer
↧
December 27, 2017, 7:09 am
ComponentOne Studio Enterprise.Get up to 25% off MSRP for new licenses.
Save up to 25% when you purchase new licenses of ComponentOne Studio Enterprise before Midnight EST December 31, 2017.
Click the links below to take advantage of the Special Offer
↧
Prof-UISIncludes scaling improvements.
Features
- Scaling improvement.
- A number of small improvements.
↧
Infragistics Ultimate UI for ASP.NETMaintenance release includes several bug fixes.
Fixes
- UltraChart
- When a LineChart is rendered in Chrome and a vertical scroll bar is visible, then scrolling down the chart and hovering a chart data item will result in a tooltip that is shown above the chart itself.
- WebDataGrid
- When WebDataGrid has defined Sorting behaviors and is bound to a sorted DataTable, the sorting of the data source is not applied to the grid.
- WebDataGrid's scroll position does not retain when the grid is in a FormView and postback occurs by executing FormView's Update command.
- When a WebDataGrid has a defined Column Fixing behavior, calling the ClearDataSource() method will also clear fixed columns.
- WebHierarchicalDataGrid has defined VirtualScrolling behavior with ScrollingMode set to Deferred, then when scrolling the grid an incorrect tooltip is shown.
- When WebDataGrid has enabled Editing and specifically RowDeleting behavior and there is client-side event handler for the rowDeleting event, then if we get the browser event inside the handler, using the args.get_browserEvent() method, it will be null.
- When there are two WebDataGrid controls on the same page, and both have set their ClientIDMode properties to “Static” then the second grid will use the row edit template of the first one.
- When WebDataGrid has enabled Editing and specifically RowAdding behavior and its property EnableOnActive is set to true, in Firefox and Opera, while changing active cell, using Tab key, the currently focused cell is active, it is not in edit mode.
- When WebDataGrid has defined an UnboundCheckBoxField and if all the rows, during initialization, has set the state of that column as checked, still the header checkbox of UnboundCheckBoxField is not checked.
- When WebDataGrid has defined the Filtering behavior with FilterType of ExcelStyleFilter, then it’s not possible to filter by a DateTime column.
- When WebDataGrid has defined ColumnFixing, GroupField and Editing behaviors then headers, columns and the columns in a new row are misaligned.
- WebDataMenu
- When WebDataMenu is opened on a touch device, then swiping through menu items will result in a client-side exception.
- WebDataMenu shakes when it is focused for a second time.
- WebDataMenu selection style is lost, when active item is changed using the keyboard.
- When WebDataMenu item defines an image and image tooltip, then hovering the image inside a menu item will not show the image tooltip.
- When WebHiererachicalDataGrid has defined Editing behavior, if we expand several child bands and a scroll bar appears and if we scroll so that a child band is partially visible, then starting to edit a cell from that band, the input for editing will be shown outside the grid view.
- WebDataTree
- When WebDataTree is in a template of WebExplorerBar, first selected tree node always remains selected, even if we try to pick a different node.
- WebDialogWindow
- When WebDialogWindow is modal and has defined in its template several ASP.NET TextBox controls, if we try to move the focus from the first to the second TextBox, using the Tab key, instead, in Microsoft Edge, the last TextBox receives focus.
- WebDropDown
- When WebDropDown allows custom values and already has an item that is selected, then the custom value will be lost, after a second postback to the server is executed.
- WebHiererachicalDataGrid
- When WebHiererachicalDataGrid has several BoundDataFields defined in a GroupField, then grouping by a bound column will result in a missing image in the group area, at the top of the grid.
- WebHtmlEditor
- Pasting the "bullet" special character in WebHtmlEditor control is not allowed.
- If there are more than one WebHtmlEditor controls on a page, toolbars are displayed on top of the expanded menus instances, for the previously rendered editor.
- If there is more than one WebHtmlEditor control inside an UpdatePanel, and we then insert a table in the first editor and do a partial postback in the panel, then it’s not possible to insert table in some of the others HTML editors, with properties different from the default ones.
- WebTab
- When WebTab control is loading user controls in its tabs, and this happens dynamically, then InvalidOperationException is thrown.
↧
↧
Infragistics Ignite UI for JavascriptMaintenance release includes several bug fixes.
Fixes
- igCombo
- Items are not correctly rendering when data source items are less than the Combo visible items count with grouping and virtualization enabled.
- igDataChart
- Exception when hover/touch over a chart bound to an empty dataSource and markerType is set.
- Bar chart renders all labels in the Y-axis when there is not enough room and interval is not set.
- Visual data returns wrong font information.
- ScatterPolygon series has incorrect legend badge.
- timeXAxis last labels are not displayed.
- ScatterContourSeries does not clear its visuals when an invalid member path is set at runtime.
- ScatterContourSeries does not render contours with correct colors when the max value of fill scale is set to zero.
- ScatterAreaSeries does not export pixels in visualData.
- ScatterContourSeries throws error setting valueResolver - valueCount.
- Incorrect text layout when chart is in Right to Left mode.
- igFileUpload
- File name shows as “…” if the control is placed inside flexbox.
- igGrid
- Horizontal scrollbar becomes blank when grid is initialized while it is hidden in a mixed environment.
- Horizontal scrollbar is not positioned correctly when the grid has fixed columns and the grid is inside a tile of igTileManager on mixed environment.
- Scroll amount is not correct when some columns are fixed.
- Fixed area scrolls to left in Internet Explorer 11 when the last cell in the fixed area is selected.
- On Internet Explorer when featureChooserIconDisplay is set to 'none' and Sorting is enabled hiding and unhiding a column applies focused style to column header.
- Moving columns through the Feature Chooser menu applies focused style to column headers in Internet Explorer.
- Filtering dropdowns do not close when opening in sequence and advancedModeEditorsVisible option is true.
- Change in the filter dialog's add condition dropdown is not reverted when Cancel button is clicked.
- Click on the filtering editor does not enter in edit mode.
- igGrid does not call cell click event handler when in Responsive VerticalRendering mode.
- Padding is not consistent across different classes for cell selection and cell focusing.
- Summary setting is reset when a grouping is canceled.
- igMap
- Exception is thrown when trying to destroy a map that has pending Ajax request.
- igMap flickers when custom shape files are loaded.
- igPieChart
- PieChart does not have a default selected style.
- After attempting to expand a non-expandable tuple member expandTupleMember keeps getting called on each data source update.
- igPivotGrid
- JavaScript error is thrown when opening a filter for a member which contains apostrophes.
- igSpreadsheet
- Cell does not show all the content when a new line is inserted by Alt + Enter.
- igTreeGrid
- igTreeGrid Virtualization gets disabled if a column is moved before the original first column.
- MVC Wrappers
- conditionList option cannot be set via the MVC wrapper.
- MVC6/aspnetcore dll generate rowedittemplate EditMode option for Updating instead of dialog.
↧
Infragistics Ultimate UI for Window FormsMaintenance release includes several bug fixes.
Fixes
- Common
- Loading layout with ‘Office2007Black.isl’ causes issue.
- Toolbar throws parameter not valid exception when deactivating modal form.
- ButtonTool has Text clipped with TextVAlign set to Bottom.
- Modal window title flickers when suggestion list is clicked.
- Text on the Ribbon tabs is not vertically aligned as some tabs are higher than the other tabs.
- Document Engine
- Attempting to publish a report after setting permissions results in an exception.
- Excel Engine
- WorksheetCell’s CellFormat.FormatString should be “h:mm” instead of “H:mm” when a cell’s data is TimeSpan.
- Excel throws NullReferenceException while loading workbook with VBA macros.
- XLSX file needs to be saved in MS Excel after open and save in IG Excel Library.
- ArgumentOutOfRangeException when loading Workbook.
- When Excel document is loaded, object reference exception is being thrown.
- UltraCalendarInfo
- BeforeDisplayReminderDialog is being fired twice for a Variance.
- UltraDockManager
- With DragWindowStyle is set to Outline, there are trail marks left on screen when docked control is dragged.
- UltraEditors
- DropDownButton for UltraComboEditor does not scale with the DPI when display is not Standard.
- UltraCheckBox is clipped when placed into FlowLayoutPanel with DPI of 125%.
- Using keyboard does not toggle between valid options when using MRU list.
- Cannot set value when cell is not in edit mode.
- NullText UI Role is not applied to UltraDateTimeEditor.
- UltraExplorerBar
- Notification Badges do not render correctly in RTL mode.
- UltraFormattedLinkLabel
- UltraFormattedLinkLabel throws ArgumentException when scrolling content or resizing container form.
- UltraFormattedTextEditor
- Inserting hyperlink next to an italicized non-breaking space using ShowLinkDialog causes text to be removed.
- UltraGanttView
- Possible memory leak when programmatically adding/removing tasks and projects.
- UltraGrid
- Excel throws ArgumentException when style filter popup is opened and there is a cell whose value is equal to resource strings “RowFilterDropDownAllItem” or “RowFilterDropDownBlanksItem”..
- Images and text overlap at certain widths when when using combination of images and text in cell.
- Grouping by multiple columns when summaries are present leads to exception in CalcEngine.
- External summaries are not exported to Excel when using External Summary Calculator.
- UltraListView
- NullReferenceException occurs when calling ResetItems() or ResetSubItemColumns().
- Blank line at the end of the list gets higher compared to the previous version.
- UltraPivotGrid
- PivotGrid throws FormatException when converted dimension is a numeric type (Integer).
- UltraSpreadSheet
- UltraSpreadsheet freezes during horizontal scrol when selecting with a mouse.
- UltraToolbarsManager
- With Office2013 theme, it is difficult to resize inactive form when FormDisplayStyle is RoundedSizable.
- When Assigning a value to the BackColor Appearance of the NotificationBadage an error is thrown.
- Japanese input text is set to unexpected textbox when clicking on the suggestion box under the specific conditions.
- UltraTree
- Cannot expand child node.
- Calling Update on a Node in the CellValueChanged event raises a NullReferenceException.
- UltraZoomPanel
- UltraControlContainerEditor does not display correctly in UltraZoomPanel.
↧
Infragistics ProfessionalMaintenance release includes several bug fixes.
Features
Infragistics has released new builds of the following products:
↧
Infragistics UltimateMaintenance release includes several bug fixes.
Features
Infragistics has released new builds of the following products:
↧
↧
January 12, 2018, 3:01 am
Actipro Silverlight StudioImproves Charts and SyntaxEditor components.
Features
Charts
- Added property that determines if anti-aliasing of lines are reduced at the cost of making smooth curves more jagged.
SyntaxEditor
- Added the IReadOnlyRegionTag.IncludeFirstEdge and IncludeLastEdge properties, which can be set true to prevent edits on the borders of a tagged range.
- Improved OutliningManager's ability to handle mismatched outlining nodes.
- Improved horizontal scrolling when the caret is near the view edges, and the editor is in single-line mode or view line measuring is enabled.
- Updated character column to be calculated based on space character width instead of average character width.
- Updated IntelliPrompt completion to not show or commit if the affected text range is within a read-only region.
Web Languages Add-on
- Improved error handling in the JSON parser grammar.
Fixes
SyntaxEditor
- Fixed a bug in the return value of ITextSnapshotReader.GoToNextWordStart when at the end of the snapshot.
.NET Languages Add-on
- Fixed a bug where typing a dot at document end in a single-line comment could show a completion list.
- Fixed a parameter info bug where starting to type an identifier that begins with keyword text would close the tip.
Python Language Add-on
- Fixed a parameter info bug where starting to type an identifier that begins with keyword text would close the tip.
↧
January 17, 2018, 4:58 am
Xceed Ultimate SuiteCreate PDF documents or convert Word documents to PDF from your .NET applications.
Features
- New Xceed PDF Creator for .NET - Create PDF documents or convert Microsoft Word documents to PDF from your .NET applications. Does not require any Adobe or Office products to be installed.
- Xceed DataGrid for WPF - This release allows virtualized data to be exported to Microsoft Excel or CSV, to be pasted to the clipboard, to be printed, and to be sent to print preview. The performance of print preview has been improved. A total of 19 improvements and bug fixes are included in this release.
- Xceed Toolkit Plus for WPF - Added the ExtendedTabControl, which displays TabItems in a single line and offers right/left buttons for scrolling, and a ComboBox to navigate to a specific TabItem. A total of 41 improvements and bug fixes are included in this release.
- Xceed Words for .NET - Includes 19 improvements and bug fixes.
- Xceed Zip for .NET, and Xceed Zip for Xamarin - Now allow updating nested zip files if the outer zip files use the ‘Stored’ compression method. Both get improvements to the ZippedFile and ZippedFolder classes.
- Xceed Real-Time Zip for .NET - Added support for .NET Standard 2.0 and up.
↧
January 25, 2018, 3:49 am
DevExpress WinFormsMaintenance release includes several bug fixes.
Fixes
All WinForms Controls
- Add the capability to support the ClipPath function for SVG images.
- Format Rules Manager - Hide rules that are no applicable in Server Mode.
- Skin Editor v2 - ArgumentException is thrown in the SkinAppearance.GetSkinFont method if the Italian locale is used.
- SplitContainerControl's content is not scaled when changing DPI.
- SVG - The fill style is used for painting a stroke.
- XtraOpenFileDialog - The time part is not shown in the modified Date column of the Details view.
Data Access Library
- ExpressionEditor - Aggregate functions are not automatically selected in the functions list when they are used in an expression.
- Report Wizard - A connection with this name already exists" warning appears twice in version 17.2.
MVVM Framework
MVVM - NullReferenceException is thrown when passing UICommands to the DialogService.ShowDialog method.
PDF Viewer
- Usability - There is no way to programmatically select a newly created annotation.
Snap
- SnapControl does not save a username/password for data sources even if the SqlWizardSettings.DatabaseCredentialsSavingBehavior property is set to Always.
XtraBars Suite
- AccordionControl - Controls are not hidden during collapsing after a filter is removed.
- AccordionControl - The context button does not change when the BeginUpdate/EndUpdate block is used.
- BackstageViewControl - The client control overlaps the form's title bar on high DPI screens.
- BarItem - Html images are not drawn in a caption.
- BarManager - A menu item is automatically selected after showing a menu when the left mouse button is released if the menu is tall and overlaps the menu container.
- CustomHeaderButtons are not shown in a float document.
- DockPanel - The tabbed document ControlName property is not updated when renaming the dock panel in the designer.
- GridControl content cannot be read using the JAWS tool after the BarManager menu is closed.
- NavigationFrame's designer navigation elements are displayed when a new form is opened in the VS designer.
- NullReferenceException occurs after showing a message box while invoking a popup menu.
- NullReferenceException occurs when the AutoHideContainer popup menu is quickly reopened.
- PopupGalleryEdit does not take the MaxItemWidth setting into account.
- PopupGalleryEdit does not take the GroupContentMargin setting into account.
- RibbonControl - It is possible to merge a ribbon to itself.
- RibbonForm - NullReferenceException is thrown on minimizing RibbonForm.
- RibbonStatusBar - The BarStaticItem Caption text is vertically shifted when an SVG image is assigned to its BarItemImageOptions.SvgImage property.
- Skins - Custom pallet colors aren't applied when custom DPI settings are used.
- TabbedForm - Text is not visible with the Bezier theme.
- TileBar - Items are not recognized by Narrator.
- WidgetView - The restore button of the previously maximized document isn't updated.
- WindowsUIView - The Back button does not move to the right when the right-to-left alignment is used.
XtraCharts Suite
- Chart - It is impossible to localize the Chart Designer's title.
- Chart Control - An incorrect access modifier is used for RepositoryItemImagePopupContainerEdit.
- Chart Designer - NullReferenceException occurs when copying the Font value to the clipboard from the Properties panel in certain situations.
- ChartControl - Series data filters are not correctly restored when restoring the chart's layout at runtime.
- Data Filter is duplicated in Chart Designer.
- Localization - A typo in the Point Series Label text shown in the Chart Designer (Russian).
- Report Designer iterates through the entire object hierarchy when both the filter and summary function are applied to the chart's Series item.
- The Area Series layout is incorrect at certain zoom levels.
- The Default Legend affects alignment of custom legends.
- The Series.FilterCriteria property is not working after changing the chart's data source.
- Unhandled exception occurs during the ChartDesignerController object initialization.
XtraEditors Library
- A column with RepositoryItemTokenEdit as ColumnEdit has empty cells in a print preview.
- A form cannot be opened at design time if SplitContainerControl is used.
- DateEdit - Font buttons settings are not taken into account in the Highlighted or Pressed state.
- DateEdit's popup is not closed when a user presses the Enter key if its CalenderTimeEditing is set to true.
- DXPopupMenu - A background color of items is not updated after opening a menu until hovering over these items with the mouse.
- EditorButton - Setting the Appearance.Font property does not affect disabled, hovered, and pressed appearances.
- FilteringUIContext doesn't re-create filter editors when its client is rebound to another data source.
- FlyoutPanel - A beak form is closed on clicking a child context menu if the latter exceeds the form area.
- GridControl - The Excel Filter popup's layout is not changed when a DateTime column's FilterMode property is set to DisplayText, which leads to ArgumentOutOfRangeException.
- HyperlinkLabelControl - An image disappears when hovering over a link.
- ListBoxControl - BehaviorManager - It is impossible to drop an item onto empty space.
- PictureEdit does not fire the Paint event.
- PrintPreview - The ProgressWindow form location is incorrect when the RTL feature is enabled.
- RangeControl - OverflowException is thrown in the Graphics.CheckErrorStatus method.
- SearchControl - The QueryIsSearchColumn event is not raised for Grid columns with the OptionsColumnFilter.AllowFilter option enabled.
- SearchСontrol - GridColumn's FiledNameSortGroup property is not taken into account.
- The DXPopupMenu.ItemClick doesn't fire when an item is clicked.
- The EditValueChanged event is not raised for BarEditItem unless a user clicks outside the item.
- TreeListLookupEdit does not allow populating the Columns list when it is bound to a data source at design time.
- XtraFileDialogs - Support an option similar to FileDialog.RestoreDirectory.
- XtraFolderBrowserDialog - A long description is cut off.
- XtraFolderBrowserDialog - A new folder cannot be renamed immediately.
- XtraFolderBrowserDialog - The parent folder is not expanded automatically when a new file is added to this folder.
- XtraForm - An icon and caption are located very close to the form edge.
- XtraOpenFileDialog - Slow scrolling when items do not have thumbnails.
- XtraOpenFileDialog.SafeFileName throws InvalidOperationException.
- XtraTabControl - There is no simple way to catch the moment when XtraTabControl's animation is completed.
- XtraTabControl does not correctly pass LookAndFeel information to its child controls.
XtraGrid Suite
- A ConditionalFormatting rule is applied to a summary row during export.
- A custom group summary is not printed when the IListServer.GetGroupInfo method is used.
- AutoFilterRow is not recognizable in UI Automation tools.
- AutoFilterRow shows the first day of a month if data is filtered by this month.
- BaseView.CalcHitInfo() doesn't return a TileViewHitInfo instance when called for a BaseView instance which is actually a TileView.
- Conditional Formatting rules are not fully localized in German.
- DirectX painting - The Grid is painted incorrectly when being used on an MDI child form.
- DisplayText disappears from a custom editor that is embedded in GridControl.
- Documentation 'Filtering in code' - Update the Filter Expression Syntax table.
- FilteringUIContext - The PrepareTemplate and CustomizeTemplate events are not raised.
- GridControl - A total summary is incorrect in an exported document.
- GridControl - Add the capability to get GraphicsCache.
- GridControl - An application with GridViews may crash in x86 mode when DirectX drawing is used.
- GridControl - An extra column is added before the detail data in the exported Excel document if the detail view is expanded manually or in code.
- GridControl - ArgumentException is thrown on collapsing a group row when the DirectX painting mechanism is used.
- GridControl - Format Rules aren't updated when an unbound column's UnboundExpression is changed.
- GridControl - Loading indicator animation is not working in Instant Feedback mode when DirectX rendering is enabled.
- GridControl - The Greater, GreaterOrEqual, Less and LessOrEqual filter operators should be shown in the Auto Filter Row if a column data type implements IComparable.
- GridView - A detail view is hidden after a click on the last row when the view level is greater than three.
- GridView - Bad drawing of the selected row on scrolling when the ForceDirectXPaint method is called.
- GridView incorrectly displays text of certain cells if DirectX Hardware Acceleration is enabled and RepositoryItemRichTextEdit is used as a column editor.
- Incorrect German captions for conditional formatting rule properties.
- LayoutView - Images shown in LayoutView fields are painted disabled when WaitForm is closed.
- Localization - A typo in the grid column context menu (Russian).
- The "No such interface supported error" is shown if DirectX hardware acceleration is enabled for the grid.
- The detail view has the horizontal offset in Embedded mode when the RowSeparatorHeight property has a non-zero value.
- The editor cursor position cannot be changed in a child MDI form when the SupportAdvancedTitlePainting option is disabled.
- The grid does not draw text when DirectX hardware acceleration is enabled and font size is set in pixels.
- The Grid is painted incorrectly when it's used in an MDI child form and the DirectX mode is enabled.
- The RibbonControl.GetAccessibilityObjectById method tries to access a disposed of object during the disposing operation.
- Ticking year 9999 in a DateTime filter in a Grid throws an exception.
- TileView - NullReferenceException occurs in the DrawGroupSmoothEdges method when GridColumn.GroupIndex is set at runtime.
- TileView - The ellipsis symbol is displayed at the wrong position when trimming is used with RightToLeft set to Yes.
- TileView does not take into account the RightToLeft property while drawing its content.
- Unselecting an item in the Excel-Inspired filter popup does not update the grid's filter.
- WidgetView - A touch scrollbar is briefly shown on moving a document.
- WinExplorerView - An active editor gets an incorrect width when the List style is used.
- WinExplorerView - Incorrect fore color when selecting multiple items by pressing the Ctrl key.
- WinExplorerView - NullReferenceException is raised on an attempt to post an active editor after it passes validation.
- XtraGrid - MS Inspect displays incorrect master View properties if detail View properties were modified.
XtraLayout Suite
- The LayoutControlItem.Enabled property is not restored.
- The Right-to-Left option is not taken into account on printing.
- LayoutControlGroup - Table rows are scaled incorrectly when the Font is changed.
- SimpleLabelItem Image is lost when a form's designer is reopened.
XtraMap
- It is impossible to display a Color-Based Legend.
- It is impossible to select MapPolyline when a line is duplicated.
- MapControl creates a cache folder in the file system immediately after the CacheOptions.DiskFolder property was changed at design time.
- The Accept property is not available in the data provider's WebRequest event arguments.
XtraPivotGrid Suite
- OLAP - KeyColumn data appears in Field Values instead of NameColumn.
- Pivot Grid - PivotGridFieldBase.UseNativeFormat is ignored for data fields when the Data Aware export mode is used.
- PivotGrid - Excel Filtering - The date field filter does not work when only null/empty values are selected.
- PivotGrid - Excel Filtering - The date field filter is not always added to FilterValues.
- PivotGrid - The column filter does not work after the upgrade to v17.2.4.
- PivotGrid - The filter popup's Radio mode cannot be turned off/on using the UI if the field Options.IsFilterRadioMode property is set separately.
- PivotGrid - The Prefilter editor does not show duplicated fields.
- PivotGrid - The Prefilter throws ArgumentNullException when a nullable field is selected.
- Row Area fields with Null values are shown after applying filtering by a non-null field.
- Row Area values are exported incorrectly in Data Aware mode if RowTotalsLocation is set to Tree.
- StyleFormatCondition is applied to all cells after a mouse click.
- TextOptions.VAlignment has no effect for Row Field Values.
XtraPrinting Library
- CompositeLink - The defined BreakSpace value creates an offset after the subreport's header section and not before it.
- Document Creation - The horizontal content splitting mechanism operates incorrectly when the RTL feature is used.
XtraReports Suite
- Export to PDF - Form fields should take the name of the control that produced them.
- Custom reporting summary is calculated twice in version 17.2.
- DataMember validation does not correctly work with the IDisplayNameProvider interface.
- Documentation - Describe how to use the SHIFT and CTRL keys to sort Print Preview data.
- End-User Report Designer - The Visible property value is ignored for a parameter created by a Query Builder window.
- Export to DOCX/RTF - Table cell borders are cropped when the SingleFilePageByPage mode is used and cells have paddings.
- Export to Excel - Control paddings are not preserved.
- Export to PDF - Selection in the exported document works incorrectly.
- Expression Bindings - Dynamic Mail-Merging scenario is not working.
- If GridControl's DataMember is set, DataMember's value is added to the path assigned to GridColumn.FiledName in the designer.
- Interactive Sorting - It is impossible to specify the TargetBand and FieldName properties of the InteractiveSorting option.
- It is impossible to use large icons in the DocumentViewer toolbar.
- Multi-Column Report - Provide a way to repeat group headers and footers when a new column of records starts in the DownThenAcross mode.
- Parameters - A data source is filled even if a parameter is hidden from the parameters panel.
- PdfStreamingExporter - The XRPageInfo report control displaying the current date and time and page numbers slows down export.
- Report Designer - Custom text in the format string for an expression binding is not displayed at design time.
- Report Wizard - Panels' size is incorrect for a report whose measurement units are set to "Tenths of a Millimeter".
- The BottomMargin band content is not printed if the PrintEventArgs.Cancel argument is set to False in the BottomMargin.BeforePrint event.
- The XRPivotGrid.CustomChartDataSourceRows event arguments do not provide access to cells' information (RowValueInfo, ColumnValueInfo and CellInfo) like PivotGridControl does.
- The XtraReports About dialog in Visual Studio displays "WinForms Subscription" for an account containing a Reporting Subscription.
- Visual Studio crashes on an attempt to open a report.
- VS Report Wizard - When previewing a report with a data source for the first time, report generation stops unexpectedly and the report switches to the design mode.
- XRCrossBandLine - The control is not shown in an exported document if the control's line width is greater than 1 pixel and less than 2 pixels.
- XRRichText - Table row text is cut across two document pages.
- XtraReports - Certain report layouts can produce an empty page in version 17.2 while creating a document with the buildPagesInBackground parameter enabled.
XtraRichEdit
- A table of contents has an incorrect font after opening a document exported from RichEditControl in MS Word and updating the TOC field.
- Documentation - Update the "HTML Tag Interpretation" topic.
- The "<br>" tags are replaced with "\v" strings after exporting a RichEditControl document to HTML and changing the HtmlDocumentExporterOptions.TabMarker property value.
- The Border and Shading dialog doesn't always work for a table.
- The horizontal ruler's height is not taken into account on calculating the required control height when the AutoSizeMode property is set to Vertical.
XtraScheduler Suite
- Appointments.Filter does not work after the upgrade to v17.2.3.
- InitAppointmentDisplayText is raised too many times for the same appointments in the Agenda view.
- Localization - Certain Dutch translations are incorrect for XtraScheduler.
- NullReferenceException occurs in ResourcesTree when the WindowsFormSettings.AllowPixelScrolling option is enabled.
- RangeControl - Digits are crippled.
- SchedulerControl - AppointmentForm's IsAppointmentChanged method is not called.
- SchedulerControl - If a semi-transparent color is assigned to a cell in the CustomDrawTimeCell event, the cell is drawn using an incorrect color.
XtraSpreadsheet
- SpreadsheetControl doesn't paste a copied range by pressing the Enter key.
- SpreadsheetControl shows the #N/A error in cell formulas after manual calculation.
- Subtotals return incorrect results when mail merge is performed.
- The SpreadsheetControl Ribbon color pick editors' form is scaled incorrectly on high DPI.
- XtraSpreadsheet - The "String value too long" error occurs on an attempt to save a certain document.
XtraTreeList Suite
- The BeforeFocusNode and FocusedNodeChanged events fire when deleting the last data source entry even if the focused node is not changed.
- TreeList - Auto Filter Row incorrectly operates when RepositoryItemRichTextEdit is used.
- TreeList - Check boxes of all visible nodes modify their style when one of these check boxes is modified using the CustomDrawNodeCheckBox event.
- TreeList - Nodes are re-sorted after calling the PostEditor/CloseEditor method or changing a cell value if an active editor exists.
- TreeList - NullReferenceException is thrown when the TreeListColumn.BestFit method is called for a column whose parent band is hidden.
- TreeList - The CustomColumnDisplayText event is located in the Appearance category.
- TreeList - The right border of the last column is missing if the ShowIndicator option is disabled on a 4K screen.
- TreeList incorrectly restores bands that were initially hidden.
- TreeList is shown empty if its data source is assigned to an invisible control which becomes visible later on.
- TreeListMultiSelection does not contain the RemoveAt method starting with version 17.2.
- When the Apply button is clicked in the Nodes editor, the TreeList.OptionsView.AutoWidth option is set to false.
XtraVerticalGrid Suite
- MutilEditorRow is not present in the Vertical Grid designer when the layout is changed.
- NullReferenceException occurs on an attempt to show the Excel Filter popup when VGridControl is filtered.
- PropertyDescriptionControl - InvalidCastException occurs after modifying appearances on a localized form.
- PropertyGrid - Changing a value is slow when a large collection is assigned to the SelectedObjects property.
- A new row is not added at the end of the category child row collection at design time.
- A space is added to a cell in a printed document if the cell value is not shown completely.
- One row stays visible even if all rows should be hidden if code is enclosed within the BeginUpdate/EndUpdate methods.
- Rows disappear after moving a multi editor row to a category row via the grid's Layout Designer.
- The e.RecordIndex property value is sometimes incorrect when clicking a partially visible record.
- XtraPivotGrid - An exception occurs on an attempt to show the Excel Filter popup when XtraPivotGrid is filtered.
↧