Quantcast
Channel: ComponentSource News | Calendar Components
Viewing all 1404 articles
Browse latest View live

ComponentOne Studio ASP.NET MVC 2019 v3

$
0
0
ComponentOne Studio ASP.NET MVC

All ASP.NET MVC Core controls are now compatible with Microsoft .NET Core 3.0.

Features

  • Enhanced Selection and Performance tuning API’s for FlexGrid - Adds Microsoft Excel-like multi-range selection for FlexGrid, with new SelectionMode called MultiRange to support this behaviour. This allows users to hold down ctrl (or command) + select multiple ranges of cells in FlexGrid. You can use the new selectedRanges property, which gets an array containing CellRange objects that contain the currently selected ranges. Additionally, new APIs have been added for when you want to tune performance for rarer scenarios.
  • FlexSheet gets AutoFill - The AutoFill feature allows users to fill selected cells based on pattern, exactly like in Microsoft Excel. This feature is enabled by setting the AllowAutoFill property.
  • New Chart Types added to FlexChart - Adds new Step, StepSymbol and StepArea charts, these charts are useful to display any type of data that has changes at irregular intervals of time, for example, interest rates vs time.
  • Microsoft .NET Core 3.0 support for MVC and Web API - All ASP.NET MVC Core controls are now compatible with Microsoft .NET Core 3.0, the packages are available on nuget.org. Also adds .NET Core support for Excel, BarCode, DataEngine and Cloud Web API’s. These are now beta and expected to be production ready by next release. These Web API’s support both Microsoft .NET Core 2.2 and Core 3.0, with packages available on nuget.org.

ComponentOne Studio WPF 2019 v3

$
0
0
Freeze columns in FlexGrid.

FlexGrid now enables end users to freeze columns.

Features

  • New Version Targets .NET Framework 4.5.2 - The entire library of WPF controls has been moved to .NET Framework 4.5.2 as the new base version. Starting with the 2019 v3 release, the WPF Edition includes two versions: 4.0 and 4.5.2. GrapeCity will continue to support .NET 4.0 for one more year, or longer if user demand is there.
  • Continued Support for .NET Core 3.0 - All WPF controls have been tested to support .NET Core 3.0. This release improves design-time support for WPF controls and they are now shipped as NuGet packages in addition to DLLs.
  • FlexGrid for WPF Enables More Column Freezing Scenarios - The new AllowFreezing property enables you, as the developer, to put column freezing into the hands of your end-users. A new sample for FlexGrid shows how to enable column pinning using the existing API. The user may pin any column by clicking the pin icon in the column header. A pinned column is reordered to the left and made frozen.

ComponentOne Ultimate 2019 v3

$
0
0
Blazor FlexGrid (Beta).

Introduces Blazor controls (Beta), Microsoft .NET Core 3.0 support, new Fluent Ribbon control and more.

Features

New ComponentOne Blazor Edition (Beta)

  • ComponentOne Blazor Edition (Beta) is a set of native UI controls built for Blazor from the ground up. Round out your server and client-side C# web apps with FlexGrid (cross-platform data grid), and several input controls including AutoComplete, CheckBox, and ComboBox.

Updates in WinForms

  • Deliver the Latest Ribbon UI in your Desktop Apps - The new Ribbon for WinForms is built on .NET 4.5.2 and it's based on UI concepts of Microsoft Office 365. With it you'll enjoy a new simplified view when the ribbon is collapsed, an enhanced set of embedded images for buttons along with support for font and vector-based icons, and a backstage view component.
  • Create Hierarchical Grids with the New FlexGrid Detail Row - the new row details feature gives you more flexibility when creating nested grids. The row details allow you to display additional or related information within a collapsible panel below each row of the grid. You can display an input form, a child data grid, or anything else in the detail row.
  • Edit Charts at Runtime with the New FlexChart Designer - Enable the end-user to make changes to the chart. Users can simply double-click a section of the chart to open the designer. The designer supports changing the data source fields, series, axis, header, footer, legend, and other chart properties.
  • Continued Support for .NET Core 3.0 - All WinForms Edition controls have been tested to support .NET Core 3.0. This release provides a multi-project template for WinForms that allows you to target .NET Core 3.0 while retaining the classic design-time experience you're used to with WinForms. Plus, the controls are now shipped as NuGet packages in addition to DLLs.

Updates in WPF

  • New Version Targets .NET Framework 4.5.2 - The entire library of WPF controls has been moved to .NET Framework 4.5.2 as the new base version. Starting with the 2019 v3 release, the WPF Edition includes two versions: 4.0 and 4.5.2. GrapeCity will continue to support .NET 4.0 for one more year, or longer if user demand is there.
  • Continued Support for .NET Core 3.0 - All WPF controls have been tested to support .NET Core 3.0. This release improves design-time support for WPF controls and they are now shipped as NuGet packages in addition to DLLs.
  • FlexGrid for WPF Enables More Column Freezing Scenarios - The new AllowFreezing property enables you, as the developer, to put column freezing into the hands of your end-users. A new sample for FlexGrid shows how to enable column pinning using the existing API. The user may pin any column by clicking the pin icon in the column header. A pinned column is reordered to the left and made frozen.

Updates in UWP

  • FlexGrid Enhancements
    • Column Pinning - Adds a new sample for FlexGrid that shows how to enable column pinning using the existing API. While column pinning is similar to freezing, the difference is that more than the left-most columns can become frozen in place. The user may pin any column by clicking the pin icon in the column header. A pinned column is reordered to the left and made frozen. Column pinning, when combined with column reordering and freezing, gives end-users full control over their data grids.
    • Full Text Filter - A new Full text filter feature has been added to FlexGrid that behaves similarly to a search box. It also allows filtering by matching case, number, and whole word, as well as treating spaces as an "And" operator.
  • FlexPie Multiple Pie Series - You can now use FlexPie to visualize more of your data in a single chart by creating multiple pie chart "series" using the same data source.

Updates in Xamarin

  • Display PDFs using FlexViewer - The cross-platform FlexViewer control is now supported for the Xamarin.Forms on iOS and Android. Use the FlexViewer to display PDF files in your mobile apps. The viewer supports page navigation and text search.
  • Enable Virtual Mode for Handling Large Data - The CollectionView for Xamarin is enhanced with virtualization features for page-like data virtualization. The new techniques allow new ways to manage loading large data sets through virtual mode scrolling and paging.

Updates in ASP.NET/ASP.NET MVC

  • Enhanced Selection and Performance tuning API’s for FlexGrid - Adds Microsoft Excel-like multi-range selection for FlexGrid, with new SelectionMode called MultiRange to support this behaviour. This allows users to hold down ctrl (or command) + select multiple ranges of cells in FlexGrid. You can use the new selectedRanges property, which gets an array containing CellRange objects that contain the currently selected ranges. Additionally, new APIs have been added for when you want to tune performance for rarer scenarios.
  • FlexSheet gets AutoFill - The AutoFill feature allows users to fill selected cells based on pattern, exactly like in Microsoft Excel. This feature is enabled by setting the AllowAutoFill property.
  • New Chart Types added to FlexChart - Adds new Step, StepSymbol and StepArea charts, these charts are useful to display any type of data that has changes at irregular intervals of time, for example, interest rates vs time.
  • Microsoft .NET Core 3.0 support for MVC and Web API - All ASP.NET MVC Core controls are now compatible with Microsoft .NET Core 3.0, the packages are available on nuget.org. Also adds .NET Core support for Excel, BarCode, DataEngine and Cloud Web API’s. These are now beta and expected to be production ready by next release. These Web API’s support both Microsoft .NET Core 2.2 and Core 3.0, with packages available on nuget.org.

ComponentOne Studio Enterprise 2019 v3

$
0
0
Blazor FlexGrid (Beta).

Introduces Blazor controls (Beta), plus enhancements for WinForms, ASP.NET, and WPF.

Features

New ComponentOne Blazor Edition (Beta)

  • ComponentOne Blazor Edition (Beta) is a set of native UI controls built for Blazor from the ground up. Round out your server and client-side C# web apps with FlexGrid (cross-platform data grid), and several input controls including AutoComplete, CheckBox, and ComboBox.

Updates in WinForms

  • Deliver the Latest Ribbon UI in your Desktop Apps - The new Ribbon for WinForms is built on .NET 4.5.2 and it's based on UI concepts of Microsoft Office 365. With it you'll enjoy a new simplified view when the ribbon is collapsed, an enhanced set of embedded images for buttons along with support for font and vector-based icons, and a backstage view component.
  • Create Hierarchical Grids with the New FlexGrid Detail Row - the new row details feature gives you more flexibility when creating nested grids. The row details allow you to display additional or related information within a collapsible panel below each row of the grid. You can display an input form, a child data grid, or anything else in the detail row.
  • Edit Charts at Runtime with the New FlexChart Designer - Enable the end-user to make changes to the chart. Users can simply double-click a section of the chart to open the designer. The designer supports changing the data source fields, series, axis, header, footer, legend, and other chart properties.
  • Continued Support for .NET Core 3.0 - All WinForms Edition controls have been tested to support .NET Core 3.0. This release provides a multi-project template for WinForms that allows you to target .NET Core 3.0 while retaining the classic design-time experience you're used to with WinForms. Plus, the controls are now shipped as NuGet packages in addition to DLLs.

Updates in WPF

  • New Version Targets .NET Framework 4.5.2 - The entire library of WPF controls has been moved to .NET Framework 4.5.2 as the new base version. Starting with the 2019 v3 release, the WPF Edition includes two versions: 4.0 and 4.5.2. GrapeCity will continue to support .NET 4.0 for one more year, or longer if user demand is there.
  • Continued Support for .NET Core 3.0 - All WPF controls have been tested to support .NET Core 3.0. This release improves design-time support for WPF controls and they are now shipped as NuGet packages in addition to DLLs.
  • FlexGrid for WPF Enables More Column Freezing Scenarios - The new AllowFreezing property enables you, as the developer, to put column freezing into the hands of your end-users. A new sample for FlexGrid shows how to enable column pinning using the existing API. The user may pin any column by clicking the pin icon in the column header. A pinned column is reordered to the left and made frozen.

Updates in UWP

  • FlexGrid Enhancements
    • Column Pinning - Adds a new sample for FlexGrid that shows how to enable column pinning using the existing API. While column pinning is similar to freezing, the difference is that more than the left-most columns can become frozen in place. The user may pin any column by clicking the pin icon in the column header. A pinned column is reordered to the left and made frozen. Column pinning, when combined with column reordering and freezing, gives end-users full control over their data grids.
    • Full Text Filter - A new Full text filter feature has been added to FlexGrid that behaves similarly to a search box. It also allows filtering by matching case, number, and whole word, as well as treating spaces as an "And" operator.
  • FlexPie Multiple Pie Series - You can now use FlexPie to visualize more of your data in a single chart by creating multiple pie chart "series" using the same data source.

Updates in Xamarin

  • Display PDFs using FlexViewer - The cross-platform FlexViewer control is now supported for the Xamarin.Forms on iOS and Android. Use the FlexViewer to display PDF files in your mobile apps. The viewer supports page navigation and text search.
  • Enable Virtual Mode for Handling Large Data - The CollectionView for Xamarin is enhanced with virtualization features for page-like data virtualization. The new techniques allow new ways to manage loading large data sets through virtual mode scrolling and paging.

Updates in ASP.NET/ASP.NET MVC

  • Enhanced Selection and Performance tuning API’s for FlexGrid - Adds Microsoft Excel-like multi-range selection for FlexGrid, with new SelectionMode called MultiRange to support this behaviour. This allows users to hold down ctrl (or command) + select multiple ranges of cells in FlexGrid. You can use the new selectedRanges property, which gets an array containing CellRange objects that contain the currently selected ranges. Additionally, new APIs have been added for when you want to tune performance for rarer scenarios.
  • FlexSheet gets AutoFill - The AutoFill feature allows users to fill selected cells based on pattern, exactly like in Microsoft Excel. This feature is enabled by setting the AllowAutoFill property.
  • New Chart Types added to FlexChart - Adds new Step, StepSymbol and StepArea charts, these charts are useful to display any type of data that has changes at irregular intervals of time, for example, interest rates vs time.
  • Microsoft .NET Core 3.0 support for MVC and Web API - All ASP.NET MVC Core controls are now compatible with Microsoft .NET Core 3.0, the packages are available on nuget.org. Also adds .NET Core support for Excel, BarCode, DataEngine and Cloud Web API’s. These are now beta and expected to be production ready by next release. These Web API’s support both Microsoft .NET Core 2.2 and Core 3.0, with packages available on nuget.org.

DevExpress WinForms 19.2.4

$
0
0
DevExpress WinForms

Improves Spreadsheet, Scheduler and Reporting controls.

Fixes

All WinForms products

  • Captions in SuperToolTip Editor can be truncated if a non-default font is applied in the Designer
  • FluentDesignForm, BarItemLink - Setting the Image and Text item of a context menu doesn't affect BarItemlink's PaintStyle property
  • ImagePicker - A non-skinned tooltip is displayed when the Help button is clicked
  • ImagePicker - ArgumentException after renaming an image
  • ImagePicker - The Add button's tooltip isn't skinned
  • ImagePicker - The Filter button tooltip isn't skinned
  • ImagePicker - The help tooltip doesn't state that it is possible to add an image to resources using the Add button
  • MDIChild form isn't disposed of if it is closed when a FlyoutPanel is displayed
  • SkinHelper - There is no capability to fill a GalleryControl instance with palettes
  • SuperToolTip - The HyperlinkClick event is not raised
  • SvgImageCollection - The "Object reference not set to an instance of an object" exception is thrown when using the From Project References command if the project references contain a reference to a COM object
  • SVGImagePicker has small buttons when the 4k monitor is used
  • Swatch Picker does not display all palettes when its owner has a small size
  • System.OverflowException: Arithmetic operation resulted in an overflow. when displaying a Dashboard using Winflector
  • The ConfigureDataConnection event is raised with an empty ConnectionName when a query is edited and the Async Mode is enabled
  • XtraForm - A form's icon incorrectly displays in certain cases when Windows 7 is used

Assembly Deployment Tool

  • The "DevExpress Assembly Deployment Tool" item is missing in the DevExpress menu with version 19.2

Coded UI

  • CodedUI fails to detect XtraMessageBox and its elements

Data Access Library

  • JsonDataSource - schema building algorithm is not optimal (the Fill method is very slow)
  • ObjectDataSource - Result schema is not initialized correctly in case parameters are specified after assigning a data member
  • SqlDataSource.RebuildResultSchema hangs with large XMLs

Data Library

  • Blank rows are displayed in GridControl if an empty ObservableCollection is assigned to the RealTimeSource.DataSource property

eXpress Persistent Objects

  • .NET Standard 2.0 DevExpress.Xpo NuGet package is unexpectedly added into a .NET Core 3 Desktop project when the Persistent Object or ORM Data Model Wizard Item Templates are used
  • LINQ to XPO - The 'Index was outside the bounds of the array.' exception is raised in certain circumstances
  • Parameterized XPObjectSource is not refilled when used in XRSubreport
  • TreeList does not display data after calling the ExpandAll method in a form's Load event handler if it is bound to XPCollection

MVVM Framework

  • Application hangs if it's minimized when a flyout dialog is shown using the MessageBoxService.ShowMessage method
  • Random crashes when using MVVM Messenger
  • The CanEdit method's parameter does not match the actual SelectedEntity value

PDF Viewer

  • Interactive form - Form data are not synchronized with form fields values
  • Interactive Forms - Radio buttons with the same export value cannot be checked separately
  • Rendering - A document that contains the 'startTextLineWithOffsets' operator with the offset beyond the architectural limit for real numbers is rendered incorrectly
  • Rendering - A JPEG image with YCCK colorspace is rendered incorrectly
  • Rendering - A progressive DCT image with YCCK colorspace is rendered incorrectly
  • Rendering - Some Tensor-Product Patch Meshes are rendered slowly
  • Rendering - There is no mapping for Latin characters in the Adobe-Korea1 character collection
  • The application hangs when searching text in large files in PdfViewer
  • Usability - There is no public API to create a .TIFF image with a predefined resolution
  • Usability - There is no public API to hide the progress indicator when the document is saved

Snap

  • SnapFieldListTreeView icons changed
  • The AfterExport event does not fire for a snap document

XtraBars Suite

  • AccordionControl flickers when docked to the right and uses DirectXPaint
  • AccordionControl's search produces results different from those GridControl produces for words containing "ß"
  • AdornerGuide in DesktopUIManager demo doesn't change its fore color in different skins
  • AdornerUIManager - Badges are incorrectly drawn for BarButtonItems
  • AdornerUIManager - Badges are still visible even though a target control is hidden
  • AdornerUIManager - Guides don't display their content in certain cases
  • After showing BackstageView in the designer, BackstageViewManager isn't removed
  • BarItem - An exception is thrown on assigning an image if the Resources.resx file does not exist
  • BarManager - A bar item cannot be dropped onto a bar from the Customization Form at design time if DockPanels are located under it
  • BarManager - It is impossible to drag and drop a command in the designer
  • BarToggleSwitchItem - The item does not show a shortcut even if the ShowItemShortcut property is set to DefaultBoolean.True
  • ButtonEdit on Ribbon prevents the Overlay Form from being shown
  • DockManager - A panel becomes floating even if the DockPanel.AllowFloating property is set to false
  • DockManager - DockPanel cannot be docked to Center in MDI mode
  • DockPanel - A caption is truncated when Chinese and 150% DPI are used
  • DocumentManager - A child control residing within a document receives focus after the second click after docking a panel to its document group
  • DocumentManager - TabbedView - A document is not activated when clicking within PanelControl
  • DocumentManager tab icon doesn't respect IconOptions when using an Svg icon
  • Expand-Collapse buttons in TreeList are hardly visible in Office 2019 Dark Gray skin
  • FluentDesignForm - Tooltips are not shown for RepositoryItemButtonEdit buttons
  • FluentDesignForm displays a wrong margin when it is maximized
  • It is not possible to access NavigationFrame's inner TransitionManager and subscribe to its events
  • Persistence Behavior - Floating tab containers are not saved
  • RecentItemControl - RecentControlContainerItem goes beyond its panel when this panel is scrolled
  • RibbonControl - An item is not focused when the ItemLink.Focus method is called
  • RibbonControl - ApplicationButton's popup menu isn't displayed after adding and removing a BackstageView
  • RibbonControl - BarEditItem's editor overlaps a neighboring ribbon page group when resizing the ribbon
  • RibbonControl - ExpandButton icon is inconsistent in the Bezier skin
  • RibbonControl - It is possible to add a ribbon page group to QAT by using a context menu shown for a Search Item's drop-down window
  • RibbonControl - The Options tab of the Ribbon Control Designer form displays an incorrect set of properties
  • RibbonControl doesn't update the displayed page groups on changing the page group collection when the Minimized mode is used
  • StackOverflowException when dragging a floating DockPanel with a tab
  • Tabbed Document Manager with an adorner element duplicates when moving the form
  • TabbedView - The EndFloating event does not raise when placing a form over another floating form
  • The AllowFloating property is not taken into account when panels are in TabbedView
  • The BarCheckItem caption is cropped when it is shown vertically
  • The Edit item has an invalid SVG icon in ImageUriGallery
  • The ToastNotification.ImagePath property can't be cleared
  • TileBarItem doesn't take the SVG icon palette into account for certain states
  • TileControl incorrectly draws content if it has the background image and the DirectX paint mode is enabled
  • ToolbarForm - A control box disappears on restoring the form state from Maximized and after minimizing the form in MDI mode
  • ToolbarForm - A control box is overlapped by an anchored child control if a form is a maximized child MDI form
  • WinForms - XafRibbonControlV2 raises an exception at design time when its wizard is called
  • WorkspaceManager - System.IO.FileNotFoundException is thrown on capturing a workspace when this workspace contains RibbonControl
  • XtraTabbedMdiManager - The active MDI child is determined incorrectly

XtraCharts Suite

  • An unhandled exception occurs during the zoom procedure when a single Series point is displayed
  • An unhandled exception occurs when modifying the Series point data source when an Annotation is linked to the corresponding Series point element
  • ChartControl's title is truncated in certain situations
  • Series Template - Unable to generate a Histogram chart without specifying the ValueDataMembers property value
  • Swift Plot Diagram - The Secondary Y-Axis element position is changed after upgrade
  • SwiftPlotDiagram - It is impossible to link a new Series to the Secondary Y-Axis element at runtime
  • The Any Linq function is not accessible for the Axis2D.CustomAxisLabelCollection object after upgrade
  • The Legend item is misaligned when a specific font is used
  • Usability - Additional Legends are displayed with the same name ("Legend") in the Chart Designer element's hierarchy
  • Usability - ChartControl does not provide the capability to change the Pie Total Label based on the total value
  • Usability - There is no capability to specify the scrolling offset programmatically
  • Waterfall demo module - A red cross is shown when invoking the Chart Designer
  • Waterfall Series Label - The WaterfallSeriesLabelPosition.Auto and WaterfallSeriesLabelPosition.OutsideEnd options work identically
  • XRChart - The ConstantLine.AxisValue property is not serialized when a TimeSpan scale is used
  • XtraReports hangs when setting PivotGrid as a Chart's datasource when Data Filters are applied

XtraDiagram

  • Diagram items that exceed the parent container are taken into account during routing
  • NullReferenceException is raised in DiagramControl's toolbox panel when the application is being closed
  • The main diagram demo does not scale on non-standard DPI settings

XtraEditors Library

  • A popup form's width is greater than the form set via the PopupBaseEdit.Properties.PopupFormSize property
  • CalcEdit - The editor's value is not updated until the drop-down window is closed
  • CalcEdit does not behave correctly once its BorderColor is changed
  • CalendarControl should display the current date range instead of the selected date
  • ColorEdit displays zero when changing the culture from en-En
  • DockManager - The EndDocking event fires when dragging starts and DockPanel remains floating no matter that the AllowFloat property is set to false
  • DXErrorProvider - ErrorInfo is not cleared automatically when an editor's EditValue is changed
  • EntryPointNotFoundException is raised on older Windows 10 versions after updating to version 19.2.3
  • ExpressionEditorForm - Incorrect translation of the Equal operator description for the Polish language
  • GridLookUpEdit - ArgumentException is thrown when searching in the editor with grouped columns
  • GridLookUpEdit - The Home and End keys do not work when a popup is shown
  • MRUEdit does not correctly filter items if they are represented by objects instead of strings
  • PictureEdit doesn't allow managing GIF animation
  • PopupBaseEditViewInfo - The Images property's getter doesn't take the AllowDefaultSvgImages property into account
  • RepositoryItemPopupBase.CloseUpKey help topic states that it's possible to set the CloseUpKey property to the Empty value to prevent using the ALT+DownArrow shortcut to close the popup window
  • RepositoryItemSearchLookUpEdit - A display value is shown on hovering the mouse over an edit box if the Instant Feedback Mode and PersistentRepository are used
  • SimpleButton - Setting the Disabled state for the button doesn't change its text color in certain cases
  • Skin Editor - There is no capability to open blob skin projects
  • Slow CheckAll method performance if CheckedListBox contains many items
  • SvgImageBox - How to customize and export a displayed image at runtime
  • SVGImageColorizationMode set to "None" is ignored when a control is disabled
  • The application hangs when searching text in large files in PdfViewer
  • The default tooltip overlaps the form's button when ToolTipLocation is set to TopRight
  • The RepositoryItemDateEdit.TimeEditWidth property works only for a standalone editor
  • The scrollbar is drawn above AutoHideContainer in Fluent mode
  • The SVG image with a gradient is not painted correctly in PictureEdit with SizeMode set to Zoom
  • There is no way to disable the DevExpress form shadow at the application level
  • TokenEdit - Null text is not shown after an editor loses focus
  • XtraFolderBrowserDialog - A dialog is not displayed in the parent window center when the StartPosition property is set to CenterParent
  • XtraTabControl - SVG icons in the CustomHeaderButtons area don't take the Header Buttons icon palette into account

XtraGantt

  • There is no capability to specify the full-day work time at design time
  • SplitterPosition is not stored/restored in layout
  • The NullReference exception is thrown when setting a Data Source if the KeyFieldName property is not specified
  • GanttControl doesn't update its rulers when a new data source is assigned
  • GanttControl jerks when resized in RTL mode
  • GanttControl throws OverflowException on Zoom

XtraGrid Suite

  • BandedGridView - The column width depends on when this column is created and whether the High DPI is used
  • Column header height is incorrectly calculated after DirectX Hardware Acceleration is enabled
  • EditorButton's image is not adjusted to match the current palette when the OptionsSelection.EnableAppearanceFocusedCell option is disabled
  • ExcelFilter - The Between operator editors don't allow selecting values for DateTime columns when PopupExcelFilterDateTimeValuesTabFilterType = List
  • Filtering UI Context - CheckedListBoxControl based filters do not reflect the applied client's filter after restoring its layout
  • FormatConditionRuleValue does not work for SearchLookupEdit
  • GridColumn.FieldName incorrectly displays nested properties
  • Setting the FindPanelLocation property to GroupPanel doesn't move the Find Panel to the Group Panel area
  • The Grid Designer Columns window flickers on opening a column's UnboundExpression editor
  • GridControl, FindPanel - The Clear button's tooltip isn't localized
  • GridLookUpEdit - ArgumentException is thrown when searching in the editor with grouped columns
  • Caption is incorrectly formatted after the r tag
  • Cells do not merge correctly when printing and when using unbound columns and PictureEditor
  • Group rows can be expanded / collapsed when clicking in a check box several times rapidly if ShowCheckBoxSelectorInGroupRow = True
  • Text in a column with the ProgressBarControl editor disappears when scrolling the view horizontally
  • The Clear button isn't visible when FindPanelLocation is set to GridFindPanelLocation.Panel
  • The FindPanelLocation property does not honor the WindowsFormsSettings.DefaultSettingsCompatibilityMode property
  • The GetThumbnailImage event fires for every visible row when a row cell value is changed
  • The GridColumn.AppearanceHeader.ForeColor property is ignored when data is exported
  • The search icon of the Find Panel overlaps merged group column headers
  • The Tag and Name properties of GridFormatRule are re-set after editing a rule in the Rules Manager
  • GridView doesn't take the RowStyle event into account during the export in WYSIWYG mode
  • LayoutView - NullReferenceException is thrown when the CustomCardCaptionImage event is used
  • NullValuePrompt is visible in documents created by the ExportToPdf method
  • ReportGenerator - HAlignment is not taken into account when printing Data Grid
  • ReportGenerator - Values of an unbound column are not passed to a report
  • The BestFit method incorrectly calculates text width if Windows 7 is used
  • The format of custom TimeSpan summaries is incorrect when GridView is exported to Excel
  • TileView - If the tile template has several rows, elements added via ItemCustomize are displayed only when the tile is pressed
  • TileView changes a focused tile on scrolling
  • VirtualServerModeSource with TileView doesn't return the next batch of data rows on scrolling
  • XtraGrid - TileView - MarqueSelection allows selecting disabled items
  • XtraGrid Column Multi-line Text automatically converts to a Single-line text after the export to Excel

XtraLayout Suite

  • FlyoutPanel does not take screen bounds into account
  • A fixed item's size is incorrect on High DPI systems
  • The EditBinding window doesn't display items
  • The OptionsPrint.AppearanceItemCaption property affects control appearance
  • TablePanel grid lines are not visible at design time when they are placed in XtraTabPage
  • Text is invisible when renaming a layout group with the Visual Studio 2013 Dark skin

XtraMap

  • Support the Hotine Oblique Mercator Azimuth Center projection

XtraNavBar

  • TileBar - Few selected items are displayed when using keyboard navigation

XtraPivotGrid Suite

  • NullReferenceException is raised on setting a conditional formatting using an expression to an Unbound Field in UseSummaryValues or UseAggregateFunctions expression mode
  • Pivot Grid - The filter popup incorrectly switches its mode from Excel-style to Classic when handling the Classic mode's events
  • PivotGridControl incorrectly restores the layout saved in previous versions if fields were retrieved with the PivotArea.DataArea value as a parameter
  • The "Value cannot be null" error occurs in Pivot Grid in Asynchronous mode in certain cases
  • The ArgumentOutOfRange exception is raised if you modify field settings in FieldValueDisplayText and similar events
  • The IncorrectAsyncOperationCall exception may be thrown even if the IsAsyncInProgress and UserAction properties show that an async operation can be started

XtraPrinting Library

  • The Page Setup Dialog opening fails if document margins exceed the page size

XtraReports Suite

  • "Fail to run wizard '...\XtraReport.vstemplate'. Message: Object reference not set to an instance of an object." error occurs in Visual Studio 2019 while trying to add "DevExpress Report" item to the project
  • A control whose EditOptions are enabled displays values of a multivalue parameter as 'System.String[]'
  • CreateDocumentAsync error
  • DbDocumentStorage - "Sequence contains no matching element" exception is thrown if a document is not found in the database
  • Mac OS, Linux - .NET Core 3.0 reporting application failed with 'PlatformNotSupportedException: System.Windows.Extensions types are not supported on this platform'
  • Parameterized XPObjectSource is not refilled when used in XRSubreport
  • Print Preview - The order of page navigation buttons was changed after the upgrade to v19.2
  • Reporting Demos - NET Core 3 - The ReportMainDemo solution cannot be run from Visual Studio
  • System.NullReferenceException is thrown when the Filter Editor of a chart's FilterString property is invoked
  • The DevExpress.XtraReports.Design.DesignToolHelper.AddToContainer method is missing - 'DesignToolHelper' does not contain a definition for 'AddToContainer'
  • The 'Font' tag does not work correctly in the HTML-inspired Text Formatting
  • The Visual Studio's Report Designer crashes after modifying the report in case the application was run by using the "dotnet watch run" command
  • Visual Studio Report Designer - The Undo command of the Report Designer is triggered when the same command is executed in an in-place editor
  • XRChart - The ConstantLine.AxisValue property is not serialized when a TimeSpan scale is used
  • XRRichText - A mid-line page breaks occurs while splitting rich content between report's pages (line is cut)
  • XtraReports groupings are not maintained after delete and undo
  • XtraReports hangs when setting PivotGrid as a Chart's datasource when Data Filters are applied

XtraRichEdit

  • OpenOfficeHyphenationDictionary "An item with the same key has already been added."
  • A hyperlink that occupies several paragraphs is incorrectly saved to OpenXml
  • Bullet characters are incorrectly exported to the RTF format after the upgrade to v19.2.3
  • Check box values are incorrectly imported from an OpenXML document
  • Embeded image is missing the "image/png" Mime-information
  • Preserve non-breaking hyphens on document import/export
  • RichEditControl - The caret becomes invisible after a user types the newline character in the last visible row
  • The GetRevisionInfoIndex method throws NullReferenceException on an attempt to accept or move to the next revision from the document comment
  • Usability - There is no way to render pages in the Right-To-Left order

XtraScheduler Suite

  • Date Navigator doesn't allow date range selection using the CTRL or SHIFT key
  • The "Full Week" text is not translated to Spanish
  • AllDay appointments are displayed incorrectly when ClientTimeZoneId isn't equal to UTC
  • Appointments' HTML text is shown with tags when printing the control
  • The AdjustForDaylightSavingTime option does affect the time rule when the daylight-saving time function is disabled at the system level
  • The WindowsFormsSettings.ScrollUIMode property settings do not affect the SchedulerControl's scrollbars
  • XtraScheduler - Editors in the "Go to date" form can overlap their captions

XtraSpellChecker

  • Buttons in the Spelling form are misaligned if the "cs-CZ" locale is used

XtraSpreadsheet

  • A wrong character is inserted in the custom in-place editor after pressing a number on the numeric pad if the Czech keyboard language is used
  • Cell content pasted from the Clipboard is split into several cells if data is pasted in the CSV format
  • InvalidOperationException - Multithread calculations are disabled
  • InvalidOperationException during a worksheet copyfrom operation, when a picture is present in the header/footer
  • Provide the capability to substitute functions from Add-ins with user-defined functions
  • Spreadsheet - Ctrl A + Ctrl D, Select All then Fill Down freezes the application
  • Spreadsheet control crashes with combination of CloseCellEditor calls and Enabled changes
  • SpreadsheetControl calculates the Round function with specific arguments differently than Microsoft Excel
  • There is no public API to obtain the actual visible range when a worksheet is scrolled, zoomed or resized

XtraTreeList Suite

  • A TreeList descendant layout is not restored in the default TreeList
  • State images in TreeList are not working with rectangular images
  • The expand/collapse button of a parent node is not shown in Compact mode
  • A child node disappears after adding a new child to its parent node when data is filtered
  • Columns added via SmartTag are deleted on the VS Undo button press after TreeList resizing
  • NullReferenceException is thrown during the data reload
  • NullReferenceException is thrown in the TreeList.InternalSetFocusedRowIndex method when the UnitOfWork CommitChanges method is called
  • NullReferenceException is thrown when a node is expanded
  • There is no option to take validation icons into account during best-fit calculations
  • Top node drawn in the CustomDrawNodeCell event is incorrectly rendered on scrolling
  • TreeList and GridControl use a different caption font size in some skins
  • TreeList does not display data after calling the ExpandAll method in a form's Load event handler if it is bound to XPCollection
  • TreeList incorrectly filters values of the int? type
  • TreeList.EnableDynamicLoading has no effect in v19.2.3
  • TreeListLookUpEdit - The ChildListFieldName property does not work when the editor is located in BarEditItem

XtraVerticalGrid Suite

  • A focused cell with an invalid value may lose focus when fPropertyGridControl is focused
  • RepositoryItemButtonEdit password chars are shown only when a cell is focused
  • The Padding property in the row header is not taken into account
  • PropertyGridControl doesn't update the bound editor's EditValue on changing a property of the SelectedObjects' item in certain cases
  • The hot-tracking functionality does not work for inactive cells when ShowButtonMode is set to ShowAlways
  • VerticalGrid - Header text is truncated incorrectly in some cases
  • VerticalGrid displays CheckEdit and ToggleEdit incorrectly when the RowHeaderPanel.TextOptions.HAlignment property is set to Far
  • VerticalGrid does not change a row's position based on the index assigned via the SetOrder method

DevExpress DXperience 19.2.4

$
0
0
DevExpress DXperience

Comprehensive software development toolset for .NET and JavaScript. Latest maintenance release.

Features

DevExpress has released a maintenance update across their entire product range.

Codejock Suite Pro v19.1.0

$
0
0
Codejock Suite Pro

Improves Command Bars, Docking Pane and Ribbon controls.

Fixes

Command Bars

  • Setting control focus fixed
  • CXTPMiniToolBar high CPU usage while tracking fixed
  • The size of vector icons in tooltips fixed

Controls

  • Saving/loading window position using CXTPWindowPos made DPI independent
  • XTPExcelTabCtrl drawing and DPI support improved

Docking Pane

  • Out of range resource IDs fixed

Markup

  • Module instance handle argument added to CXTPImageManager::SetVectorIcon
  • Image list icons drawing support added to Image element
  • Markup color opacity handling fixed for pens, brushes and all other uses
  • Tail and duplicated Move commands handling in Path fixed
  • Missing Fill support added to Polyline
  • The parser made to use the latest available MSXML DOM object with peformance tuned settings
  • XAML parsing and loading performance improved
  • Loading of XAML files with prepended BOM fixed

Ribbon

  • Possibility to use more than one backstage in an application is added
  • Ribbon group incorrect vector icon drawing on quick access toolbar fixed

Skin Framework

  • Treatment of NULL as resource path in CXTPSkinManager::LoadSkin made backward compatible

TabManager

  • Tab button text width calculation fixed

Task Panel

  • Right border fixed for various border and edge related window styles combinations

SuitePro

  • Windows XP compatibility issue fixed in trial version
  • FlowGraph: print preview fixed
  • SyntaxEdit: KeyUp/KeyDown events fixed

Codejock Toolkit Pro v19.1.0

$
0
0
Codejock Toolkit Pro

Improves Markup, Skin Framework and Task Panel controls.

Features

  • New helper stream creating functions added: XTPCreateReadOnlyMemoryStream, XTPCreateReadOnlyFileStream, XTPCreateReadOnlyResourceStream.
  • ES_NUMBER support add to CXTPControlEdit.

Fixes

Toolkit Pro

  • Application freezing in RemoteApp caused by frame shadow fixed.
  • Image handles exposed from CXTPImageManagerImageList.
  • Frame shadow gaps in dialog borders in Windows 10 fixed.
  • Frame shadow automatic enabling and updating fixed.
  • Non-client metrics computation fixed in Windows XP

Command Bars

  • Setting control focus fixed
  • CXTPMiniToolBar high CPU usage while tracking fixed
  • The size of vector icons in tooltips fixed

Controls

  • Saving/loading window position using CXTPWindowPos made DPI independent
  • XTPExcelTabCtrl drawing and DPI support improved

Docking Pane

  • Out of range resource IDs fixed

Markup

  • Module instance handle argument added to CXTPImageManager::SetVectorIcon
  • Image list icons drawing support added to Image element
  • Markup color opacity handling fixed for pens, brushes and all other uses
  • Tail and duplicated Move commands handling in Path fixed
  • Missing Fill support added to Polyline
  • The parser made to use the latest available MSXML DOM object with peformance tuned settings
  • XAML parsing and loading performance improved
  • Loading of XAML files with prepended BOM fixed

Ribbon

  • Possibility to use more than one backstage in an application is added
  • Ribbon group incorrect vector icon drawing on quick access toolbar fixed

Skin Framework

  • Treatment of NULL as resource path in CXTPSkinManager::LoadSkin made backward compatible

TabManager

  • Tab button text width calculation fixed

Task Panel

  • Right border fixed for various border and edge related window styles combinations

Telerik UI for Blazor 2.5.0

$
0
0
Telerik UI for Blazor

Includes compatibility with Microsoft .NET Core 3.1, plus new Scheduler component.

Features

  • Common
    • Compatibility with Microsoft .NET Core 3.1.
    • New Scheduler component.
    • Components Globalization.
    • Update package to Microsoft .NET Standard 2.1.

Fixes

  • AnimationContainer
    • AnimationContainer throws during pre-rendering when Top or Left are set.
  • Grid
    • Grid FilterMenu filter icon has wrong pointer.
    • Some redundant dots are visible for edited rows.

Smart HTML Elements v5.1.0

$
0
0
Smart HTML Elements

Adds new Material default theme and improves CSS styling through variables.

Features

  • Added new Material default theme.
  • Optimized CSS files and simplified CSS styling through CSS variables.

Syncfusion Essential Studio ASP.NET Core 2019 Volume 4

$
0
0
Bullet Chart

Adds new Bullet Chart control which displays one or more measures, and compares it to a target value.

Features

BulletChart

  • Bullet Chart is the variation of bar chart, which displays one or more measures, and compares it to a target value. You can also display the measures in a qualitative range of performance such as poor, satisfactory, or good.

Chart

  • Background for chart - Set backgrounds for chart and chart area.
  • Smart axis labels in polar and radar charts - Hide the labels that overlap one another in polar and radar charts.
  • Axis label trim in polar and radar - Trim the polar and radar axes labels when they exceed the chart area.
  • Trendline collapse - Collapse the visibility of a trendline using its legend.
  • Polar and radar data label improvement - Place data labels in polar and radar charts at different positions like top, bottom, middle, and outer.

Word Library

  • Mathematical equations - Word Library now allows creating and editing mathematical equations (MathML) in Microsoft Word documents (DOCX and WordML).
  • Autofit table content - Word Library now automatically adjusts table cell size based on its content.

Word Processor

  • Comments - Enables users to add and edit comments in a document.
  • Server-side SFDT conversion - Allows server-side conversion of SFDT (Syncfusion Document Text) to DOCX, RTF, etc., formats.

File Manager

  • File Transfer Protocol (FTP) file system provider support - Provides support for a File Transfer Protocol service provider that helps manage files in the File Manager control.

Gantt Chart

  • Row drag and drop - Provided support to drag and drop rows to reorder rows dynamically within the Gantt control.

Grid

  • Frozen rows and columns with row virtualization - The row virtualization feature allows you to load data instantly as you scroll vertically and render rows in a frozen grid based on the viewport height. This helps improve the frozen grid performance when loading large data sets.
  • Frozen rows and columns with column virtualization - The column virtualization feature allows you to render columns based on the current viewport width in a frozen grid. The rest of the columns will render instantly as you scroll horizontally. This helps improve the frozen grid performance while providing a large number of columns.

Heatmap Chart

  • Legend title customization - Provided support to customize legend titles in the heatmap control.

Maps

  • Zoom the maps based on markers - Zoom the maps initially, based on the marker’s location.
  • Marker clustering improvements - Cluster and expand markers with the same latitude and longitude values.
  • Initial/dynamic selection and deselection - Select or deselect the shapes dynamically and on initial rendering.
  • Binding colors and shapes to markers - Bind colors and shapes to the markers from the data source.

PDF Library

  • PDF/A conformance - Support provided to create PDF/A conformance documents. Using this library, the following types of conformance documents can be created.
  • Validate the incrementally saved PDF digital signatures - Improved the PDF digital signature validation algorithm to identify Incremental saving attacks (ISA).
  • Remove duplicate resources when merging PDF documents - Support provided to remove duplicate PDF resources such as image and fonts when merging PDF documents.
  • Create Long Term Validation (LTV) when signing PDF documents externally - This feature allows you to digitally sign a PDF document externally with LTV.
  • Create ZUGFeRD 2.0 PDF document - Support provided to create ZUGFeRD 2.0 PDF documents.
  • Image extraction - This feature allows you to extract images from the existing PDF documents.

PDF Viewer

  • Handwritten signature - This feature allows users to include handwritten signatures in PDF files and provides options to customize and remove signatures.

Pivot Table

  • Conditional expression support when creating calculated field - In addition to the existing formula creation, users can now provide a conditional expression. For example, the conditional expression “Sum(Sold) !== 0 ? Sum(Amount)/Sum(Sold)” : 0 can be given in both code-behind and calculated field UI.
  • Performance optimization during virtualization - During virtualization, the performance of the pivot table improves based on the uniqueness of the raw data fields. With the new data compression technique, the pivot table can now be connected to 1 million raw data aggregated to 1,000 unique data and rendered within 3 seconds rather than 10 seconds.

Rich Text Editor

  • Code format feature improvements - Keeps a single pre tag in the selection’s parent nodes instead of creating individual pre tags. The Enter key is handled by merging the newly created pre tag to the previous one.
  • Code format as toolbar button - Allows users to configure code format as a separate toolbar button with a toggle state to apply and remove code formatting.
  • XHTML validation support - Allows users to validate the source content of the Rich Text Editor against the XHTML standard. When you enter or modify content in the editor, it continuously checks the XHTML source content and removes elements and attributes that are not valid.

Scheduler

  • minDate and maxDate support - minDate and maxDate support is provided to restrict date navigation and event rendering in the Scheduler.

Spreadsheet

  • Filtering - When filtering, if values in one or more columns do not meet the filtering criteria, the entire data will be hidden. You can filter texts, dates, and numbers.
  • Undo and redo - This feature provides an option to undo and redo changes made in a workbook. You can customize the limit of undo and redo operations.
  • Hyperlink - This feature allows users to navigate to web links or cell reference within the sheet or other sheets in the Spreadsheet.
  • Collaborative editing - This feature allows multiple users to work on a spreadsheet at the same time and view the changes made by others instantly.
  • Icon inside the input field - This feature allows you to render icons inside the input fields.
  • Sizing - This feature allows you to adjust the width of a text box.

TreeGrid

  • Autofill - The autofill feature allows users to fill adjacent cells with the currently selected cell value using a drag-and-fill action similar to Microsoft Excel behavior.

Visual Studio Extensions

  • Scaffolding - The user experience has been enhanced with Visual Studio scaffolding templates for DataGrid, Charts, Scheduler, Diagram, TreeGrid, Rich Text Editor, Word Processor, and PDF Viewer.

Excel Library

  • Macros - A macro is a set of programming codes that runs in the Microsoft Excel environment to automate tasks. XlsIO allows you to create and edit macros in Excel worksheets using IVbaProject and save the worksheets in different formats such as XLS, XLTM, and XLSM.
  • Conditional formatting enhancement - Conditional formatting now allows you to highlight the following:
    • Top or bottom ranked values.
    • Values that are above or below average.

BCGSuite for MFC v30.3

$
0
0
BCGSuite for MFC

Includes improvements for Diagram, Grid and Report controls.

Features

  • Diagram Control
    • CBCGPDiagramShape: a new static member m_bShadowsEnabled allows to disable shadows for all objects of CBCGPDiagramShape-derived classes. By default, this member is TRUE.
    • CBCGPDiagramShape: added a new virtual method IsShadowEnabled. Override this method to disable shadows for your CBCGPDiagramShape-class or for the specified shape object. The default implementation uses CBCGPDiagramShape::m_bShadowsEnabled, which is TRUE by default.
  • Grid and Report Controls
    • CBCGPGridCtrl: custom text/image margin support. Override new virtual method(s) GetTextMargin, GetTextVMargin and GetImageMargin to specify custom cell margins.
    • CBCGPGridItem::Select method is virtual now.
    • CBCGPGridCtrl: SetColorTheme and SetVisualManagerColorTheme methods are virtual now.
  • Controls
    • CBCGPBreadcrumb: new method RefreshDynamicItem updates content of the dynamic breadcrumb node.
    • CBCGPBreadcrumb::SelectSubPath: this new method allows navigating to the current (selected) node-relative path.
    • CBCGPBreadcrumb: added new virtual method PrepareInplaceEditRes. This method is called when user presses Enter key at in-place edit mode. Override this method to change edit box text value.
    • CBCGPTreeCtrl: new method EnableThemedInplaceTooltip enables/disables themed in-place tooltips.
    • CBCGPListCtrl: new method EnableThemedInplaceTooltip enables/disables themed in-place tooltips.
    • CBCGPListCtrl: implemented custom (owner-draw) icons support. Override a new virtual method IsCustomIcon to tell whether a list control item has the custom icon and OnDrawCustomIcon to perform the icon drawing.
    • CBCGPTreeCtrlEx: added TVS_SHOWSELALWAYS style support.
  • Shell Management
    • CBCGPShellBreadcrumb: a new virtual method IsExcludeFolder allows to filter-out tree nodes in the derived class.
    • CBCGPShellBreadcrumb::SelectPath with an empty path navigates now to the root (Desktop) folder.
  • Miscellaneous
    • Added new shapes to BCGPChartMarkerOptions::MarkerShape: MS_TRIANGLE_LEFT, MS_TRIANGLE_DOWN, MS_TRIANGLE_RIGHT, MS_PENTAGON, MS_HEXAGON and MS_STAR.
    • CBCGPGlobalUtils::EnableEditCtrlAutoComplete: a new, optional parameter lpszCurrentDirectory specifies files/folders autocomplete scope.
    • CBCGPSVGImage: new global flag 'm_bTraceProblemsDefault' allows to prevent tracing SVG issue. By default, all SVG issues are reported to the Debug Output window.
    • There are two new optional parameters in CBCGPSVGImage::DoDraw method: bKeepAspectRatio and bUseViewBoxSize.
  • Examples and Samples
    • BCGPChartExample: added new marker shapes demonstration.
    • BCGPGridExample: demonstrates cell extended padding.

Fixes

  • CBCGPBreadcrumb: when user cancels in-place editing by Escape key, the focus is moved to the parent window now.
  • CBCGPGanttChart: addressed issue with incorrect vertical scrolling in case of huge number of Gantt chart rows.
  • CBCGPGridCtrl: addressed issue with incorrect (non-contrast) foreground color of internal header icons in some visual themes.
  • CBCGPSVGImageList::LoadFromSVGSpriteBuffer: addressed issue with incorrect SVG icons sorting in some cases.
  • CBCGPTreeCtrlEx: addressed issue with removing selection when user clicks on the empty (outside items) space.
  • CBCGPListCtrl: addressed issue with header control subclassing on style changing.
  • CBCGPChartAxisPolarY: fixed axis drawing bug when axis has a minimal size or less.
  • CBCGPComboBox: addressed issue with erasing of the empty dropped-down list box when control has CBS_SIMPLE style.
  • CBCGPEditCtrl: addressed some issues with underlined font (used for the edit hyperlinks) incorrect initialization.
  • CBCGPGridCtrl: addressed issue with filter bar redrawing after visual theme changing.
  • CBCGPGridCtrl: improved appearance of switch item in some visual themes.

DevExpress WinForms 19.2.5

$
0
0
DevExpress WinForms

Improves Editors, PDF Viewer and Charts controls.

Fixes

All WinForms products

  • SkinEditor - ArgumentOutOfRangeException is thrown when a custom skin with BMP images is used
  • SplitterItem is collapsed after moving a splitter if the mouse pointer is located over a splitter button
  • The stroke-linecap SVG attribute cannot be set using the SvgStyle.SetValue method

eXpress Persistent Objects

  • End-User Report Designer - The Expression Editor doesn't work correctly with fields if their display names are specified using the DXDisplayName attribute

Installation (.NET)

  • .NET installer v19.2.4 fails because the "NupkgRestore.dll" assembly cannot be installed in certain cases

MVVM Framework

  • MVVM - A parameter passed to the INavigationService.GoBack method is not taken into account
  • SaveFileDialogService - The IFile property equals null when the FileOK event is raised

PDF Viewer

  • API - The CreateTiff method doesn't save a passed resolution value to the image's metadata
  • DirectX Rendering - PdfViewer uses incorrect fonts when loading a specific document
  • Interactive form - Text Field's DoNotScroll flag is ignored
  • Parsing - A document containing a 'Square' annotation with an incorrect popup reference cannot be opened
  • Parsing - A document with an empty content stream encoded by the 'FlateDecode' filter with an invalid header cannot be opened
  • Parsing - Reset-Form action cannot be parsed if a document doesn't contain an interactive form
  • Parsing - StackOverflowException is thrown when opening a document with a stream if length is represented as a reference cycle

Project Templates

  • The "New Project" template creates a project folder with a default name instead of a custom name

ProjectConverter

  • Project Converter doesn't work correctly with .NET Core projects

Scaffolding Wizards

  • Typos in comments to code of generated views

Snap

  • A Snap application crashes on an attempt to create a new document when the caret is positioned within the table cell
  • NullReferenceException occurs when rescaling a column in a table
  • SnapControl throws an exception when the Federation type Data Source context menu is activated

XtraBars Suite

  • A DockPanel SVG image does not take the SVGImageColorizationMode option into account
  • AccordionControl - AccordionControlElement with AccordionContentContainer is always collapsed in AccordionControl's popup form
  • AccordionControl does not redraw when setting the AccordionControlElement.Expanded property
  • AdornerUIManager - A form with adorner elements is filled with the white color when an application is published as RemoteApp
  • AdornerUIManager - The guide does not show any content when LabelControl's AutoSizeMode property is set to Horizontal
  • BackstageView, BackstageViewButtonItem - The ItemClick event is raised on clicking any mouse button
  • BackStageViewControl - A form's close button cannot be clicked on clicking the top-right form edge when the form is maximized
  • BackstageViewControl does not respond to the first key press when keytips are displayed by pressing the Alt key
  • Bar items placed to the right of BarStaticItem that has AutoSize set to Spring disappear
  • BarLocalizer - The localized string for the BarString.SkinCaptions item does not contain new vector skins
  • BarManager - All items aligned to the right are hidden when Status Bar is resized and the AutoFillWidth property of a BarEditItem is set to True
  • BarManager - An empty form is shown when calling the component designer
  • BarManager - Memory leaks occur in certain cases when BarManager is used in a MDI application
  • BarManager - Right-aligned items disappear and reappear in Status Bar when a form is resized
  • BarToggleSwitch is not visible when it's placed into BarSubItem after the update to v19.2.4
  • DockPanel - NullReferenceException is thrown when a panel does not have ContainerControl
  • DocumentManager - Enabling the DocumentManager.ShowThumbnailsInTaskBar property causes performance issues
  • DpiUtilities - System.Reflection.TargetException is thrown in the GetStoredDeviceDPIByControl method when showing a form with WindowsUIView
  • Flickering occurs when the main form is maximized and BackStageView opens
  • FlyoutDialog - Buttons are not clickable by using touch gestures when a parent tile's animation is not finished
  • PopupMenu - A shadow is not shown if SuperToolTip is displayed before the menu
  • PopupMenu - There is no capability to prevent adding items to the BarHeaderItem group
  • PopupMenu appears behind the Windows tray when the Office 2019 skin is used
  • PopupMenu can have a smaller size in a PerMonitor DPI aware application
  • PopupMenu's item size is incorrectly set when an icon is assigned using ImageOptions.Uri
  • RibbonControl - A BarButtonGroup item is incorrectly displayed when the ribbon uses the Simplified state and ItemsVertAlign is set to Top
  • RibbonControl - A dialog form is shown under the popup RibbonControl when a check button is clicked
  • RibbonControl - NullReferenceException is thrown when setting BarButtonItem.Visibility
  • RibbonControl - TouchUISelectorInQAT has an incorrect state when TouchUIMode is enabled at runtime
  • RibbonControl ignores ToolTipController if the Minimized property is enabled
  • RibbonControl, MDI - A child form's buttons are incorrectly displayed in certain cases when the Stub Glyph feature is used
  • RibbonForm - RibbonPages take only a half of space when resizing the form horizontally
  • SkinDropDownButtonItem - There is no capability to localize the "Latest Office skins" and "Previous Office skins" group captions
  • TabbedView - The tab header minimal size specified at the skin level is ignored
  • The bar BackColor is missing if the DrawSizeGrip property is enabled
  • The drop down arrow doesn't change location, when the RTL mode is enabled
  • The item text position is changed when another item is added if AccordionControl has images with different sizes
  • The PreFilterMessage method of BackstageViewMessageFilter is not virtual
  • The Repository Editor tab is missing in RibbonControl's designer
  • TileControl - Cannot remove the bottom padding
  • ToolbarForm - BarItem shifts when hovering if a form is maximized
  • ToolbarForm - Incorrect header layout in RightToLeft mode
  • ToolbarForm - The form caption's layout is broken when using custom font settings at design time
  • ToolboxControl reserves space for certain hidden groups
  • ToolTipControler - Setting the ToolTipAnchor property to ToolTipAnchor.Object in the BeforeShow event handler doesn't change a tooltip's anchor
  • WindowsUIButtonPanel - The SvgImageSize property is not in effect
  • WindowsUIView - Not all items are available in the Tabbed Group panel when a large number of documents is used
  • XtraTabbedMDIManager - The form SVG icon cannot be shown on the page tab

XtraCharts Suite

  • An unhandled error occurs after defining Series indicators in Chart Designer
  • An unhandled exception (DevExpress.XtraCharts.PaletteException) occurs when loading a chart layout in WorkspaceManager
  • An unhandled exception (OutOfRangeException) occurs when displaying the 3D Pie chart in certain situations
  • NullReferenceException is raised after new legends are added to a chart
  • Series cannot be attached to corresponding panes in certain circumstances
  • The axis grid line color is incorrect when the Dark Style skin is applied
  • The ChartControl.AxisWholeRangeChanged event fires for a different axis after modifying the Axis.WholeRange property in Chart Designer
  • The Text Annotation's height is not calculated automatically if the TextAnnotation.Width property is set
  • The TextAnnotation.AutoSize property does not work
  • The WholeRange property is initialized incorrectly in certain situations
  • Usability - Axis layout is not preserved when changing the diagram type (Swift Plot to XY-Diagram) at runtime
  • Usability - There is no warning message when multiple panes are hidden at runtime
  • Vertical segments of the Step Line Series are drawn using the solid fill style when the line style is set to DashStyle.Dot

XtraDiagram

  • ArgumentException occurs when DiagramContainer is expanded
  • Collapse buttons are not moved together with shapes located in containers
  • DiagramControl - Hit-testing doesn't work correctly for thick connectors
  • DiagramControl doesn't allow moving shapes on touch devices after using the toolbox

XtraEditors Library

  • A font set on the Project Settings Page is also used for designer elements
  • AdornerUIManager - ValidationHint is displayed when the control is not visible
  • BarToggleSwitch is not visible when it's placed into BarSubItem after the update to v19.2.4
  • BreadCrumbEdit - NullReferenceException is thrown when setting the EditValue property and the editor is located in BarEditItem
  • BreadCrumbEdit - NullReferenceException is thrown when a repository item is used in In-Place Mode
  • ButtonEdit descendant displays incorrectly in PropertyGridControl
  • CalcEdit - Incorrect value formatting when non-US masks are used and text editing is disabled
  • CalendarControl in ClassicNew style doesn't display a year
  • ColorEdit, ColorPickEdit - A popup window has incorrect size in certain cases when High DPI is used
  • ColorPickEdit - A custom color is selected as transparent when StoreColorAsInteger is set to true and AllowTransparency - to false
  • DateNavigator - NullReferenceException on pressing navigation buttons frequently when CalendarView = Fluent
  • DropDownButton's arrow is not visible when using a skinned BackColor and the Office 2019 Black skin
  • FilterControl - Filter criteria are unpredictably re-positioned
  • FormIconOptions do not apply if FormBorderStyle = None and ShowOnTaskBar = True
  • GridLookUpEdit - Pressing the up / down arrow when the first/last row in the popup is focused moves the caret to the left or right
  • GridLookUpEdit - The AutoSearch event isn't raised when the editor uses DataTable as a data source
  • GridLookUpEdit's InvalidCastException is raised after pasting text
  • ListBoxControl returns an incorrect index when adding an equal object
  • LookUpEdit - An edit value is cleared after focus is lost in AutoSuggest mode
  • LookUpEdit - An edit value is not posted on pressing Enter when the ValidateOnEnterKey option is enabled in Auto Suggest mode
  • LookUpEdit - Text is cleared after pressing the arrow key if an asynchronous operation is not completed in AutoSuggest mode
  • LookUpEdit - The EditValueChanging event unpredictably fires when editor text is changed with the Delete key
  • OverlayForm can be displayed for a hidden control
  • PersistenceBehavior doesn't scale the form when restoring it on a screen with different DPI settings
  • PictureEdit - A context menu is not shown with hotfix 19.2.4.19340
  • ProgressPanel - The BarAnimationElementThickness value after initialization is different from the value defined by the DefaultValue attribute
  • RadioGroup - There is no ability to define AccessibleName at the item level
  • RangeControl, DateTimeRangeControlClient - Rulers don't display their content in certain cases
  • TextEdit - It is possible to select a null value prompt text
  • The incorrect form icon is displayed after installing a hotfix
  • There is no public method to convert SvgImage to a byte array
  • Thumbnails displayed in the Images collection editor are too small on high resolution monitors
  • TimeEdit's popup value can be unexpectedly passed to the editor when it is used for in-place editing
  • TimeSpanEdit - Text typing is disabled when the Mask type is set to RegEx
  • TokenEdit - Wrong index is passed to the RemoveAt method
  • TokenEdit - The TabStop property is not in effect
  • XtraForm - Form text is moved when a form Icon is assigned
  • XtraForm - Setting the static Form.defaultIcon field does not work in version 19.2
  • XtraForm - SVG icons in MDI children disappear when several MDI child forms are shown
  • XtraMessageBox - Text becomes bold after focus is lost
  • XtraOpenFileDialog - InvalidOperationException is thrown on selecting a .lnk file

XtraGantt

  • NullReferenceException is thrown when a data source is reloaded
  • NullReferenceException is thrown when start time changes
  • GanttControl displays tasks incorrectly if their start time is specified
  • GanttControl ignores baselines when calculating its start date
  • GanttControl truncates tasks when their start or finish time isn't set

XtraGrid Suite

  • BandedGridView - Bands are not resized in certain cases
  • BehaviorManager - The BeginDragDrop event is raised when the drag-and-drop operation is performed
  • CalcEdit - The previously selected cell's value is shown in an editable CalcEdit column cell
  • COMException is thrown in the CreateBitmap method when the DirectX mode is used
  • Format Rules that use the "IN" operator in their Expression are exported in Excel
  • InvalidCastException occurs when an enum column's Excel Popup filter is opened
  • The embedded Find Panel is incorrectly scaled when TouchUIMode is used
  • The main application window is unpredictably hidden on closing EditForm in certain cases
  • The EnterMoveNextColumn feature doesn't work when the CheckBoxRowSelect column is focused
  • The Format Cells form has an incorrect layout in TouchUI mode
  • The ValidatingEditor event isn't raised in certain cases when EditForm is used
  • ViewCaption is exported as an image when WYSIWYG mode is used
  • When using the BaseViewInfo.UseOnlyAssignedEditorsForRowHeight property for a detail view, the view height is not calculated correctly
  • RepositoryItemButtonEdit's Button is not visible if a selected row's BackColor is set to Color.Transparent and the Metropolis skin is applied
  • RepositoryItemLookUpEdit shows empty values in certain scenarios
  • TileView - A previous EditForm is used if a new one is assigned to CustomEditFormLayout
  • Tooltips are not shown for columns with RepositoryItemMemoExEdit
  • WinExplorerView - There is no easy way to refresh context buttons
  • XtraGrid - The Clear Filter button should clear the current filter regardless of the active tab

XtraLayout Suite

  • If AllowExpandAnimation is enabled, ArgumentException is raised in LayoutControl when expanding the last collapsed group
  • Groups in TabbedGroup are displayed outside TabbedGroup when the group is selected after resizing the form
  • The merged column width is not changed in the Table Layout when one of the columns uses the Absolute size type
  • XtraLayout - Set the size of a layout item to minimum or maximum if its new size can't be set due to size constraints

XtraMap

  • An unhandled exception (InvalidOperationException) occurs when adding vector items dynamically

XtraNavBar

  • NullReferenceException is thrown on painting a control in the VSToolBoxView style

XtraPivotGrid Suite

  • Data Aware Export - Pivot Grid does not export formatting settings provided by OLAP
  • Legacy Optimized Mode - The "An item with the same key has already been added" exception occurs when sorting a row or column field by summary values calculated in the CustomSummary event
  • The context popup menu is not shown in certain situations
  • ArgumentException occurs after setting SummaryDisplayType to PercentOfGrandTotal in certain cases
  • The "Сhild generated no items" error occurs in certain cases
  • The Expression Editor uses the FieldName property to generate an expression in the Visual Studio Designer in Optimized Mode

XtraPrinting Library

  • Export - FontName is written incorrectly for certain fonts
  • Print Preview - The 'Page Setup' dialog has XtraLayout.AllowCustomization enabled

XtraReports Suite

  • A report is cropped when printing it using the PrintToolBase class under the .NET Core platform
  • DashboardJsonDataSource - InvalidOperationException is thrown when RootElement contains a number
  • End-User Report Designer - The Expression Editor doesn't work correctly with fields if their display names are specified using the DXDisplayName attribute
  • Export to Mht - "</htm" text is shown at the end of the document (.NET Core)
  • FilterString Editor - The autocomplete feature does not work correctly if there is name collision
  • Memory leak occurs in the End-User Report Designer if the property grid has the UseOfficeInspiredView mode
  • Parameters - A parameter value specified via an expression binding is not calculated during the report export in code
  • ReportsV2 - CollectionDataSource does not recognize Entity Framework types at design time
  • The DetailBand.FillEmptySpace option doesn't work if there is a PageFooter band on a page
  • The DevExpress.XtraPrinting.Native.PrintingSettings.UseGdiPlusLineBreakAlgorithm property doesn't work in a specific scenario
  • The EmailOptions.Body property doesn't allow entering multiline text in the Property Grid
  • The Text Annotation's height is not calculated automatically if the TextAnnotation.Width property is set
  • Visual Studio Report Designer - Data Source Wizard automatically closes in a .NET Core application
  • XRLabel with the <sup> tag - Export To Text - The ? symbol appears for a label with the superscript text
  • XRLabel with the <sup> tag - Superscript text appears below the normal line while it should appear above
  • XRLabel with the <sup> tag - Superscript text is missing in PDF
  • XRRichText - Soft-hyphen symbols are drawn behind text on report preview
  • XRRichText does not render HTML text correctly when the AzureCompatibility option is enabled
  • XtraReport - Child tables referenced through relationships are not rendered (the nullable type issue)

XtraRichEdit

  • Images located in the document header lose transparency
  • Images that do not fit into the Simple view's visible area are clipped on horizontal scrolling
  • InvalidCastException: "Unable to cast object of type 'DevExpress.XtraRichEdit.Layout.TextBox' to type 'DevExpress.XtraRichEdit.Layout.DrawingObjectBox'." is thrown with a specific document
  • It is impossible to change the column width in a table
  • ReadOnlyParagraphProperties may have properties set to incorrect values after the paragraph formatting was cleared
  • Style changes in the "Modify Style" dialog do not apply modifications to a document
  • The CustomMarkDraw event returns invalid boundaries if custom marks are located in TextBoxes
  • The horizontal scrollbar appears in the Simple view after setting the paragraph alignment to Justify
  • The spelling suggestion contains the dash character if a misspelled word contains a soft-hyphen character
  • XtraRichEdit - A certain document does not open in the editor correctly

XtraScheduler Suite

  • Appointment Recurrence Form - The "Recur every" caption in the "Yearly" resource pattern is not localized
  • The previous and next buttons are too large after the upgrade to v18.2.10
  • It is impossible to print scale headers on each page

XtraSpellChecker

  • The spelling suggestion contains the dash character if a misspelled word contains a soft-hyphen character

XtraSpreadsheet

  • A Reference function of the third sheet does not work properly
  • Chart series formatting is lost after the SelectData method call
  • SpreadsheetControl calculates the WEEKNUM function differently than Microsoft Excel
  • The CountIfs function returns an incorrect result in some cases
  • The DataValidation.Criteria.RangeValue may return an incorrect range depending on the active worksheet
  • The Formula engine incorrectly evaluates the resulting value in specific cases
  • The Worksheet.ClearContents method raises the CellValueChanged event when the RaiseOnModificationsViaAPI option is disabled

XtraTreeList Suite

  • NullReferenceException is thrown in the CalcViewInfo method
  • How to export only bands without headers
  • Layouts of TreeList descendants aren't restored after the update to version 19.2.4
  • Rows height decreases on restoring the layout on a monitor with higher DPI settings
  • System.NullReferenceException is thrown in certain cases
  • The OptionsColumnEditForm.Visible property has no effect
  • The state image is incorrectly rendered in a focused row when The Bezier skin is used
  • TreeList does not display data when it is bound to RealTimeSource

XtraTreeMap

  • Usability - Colorizer does not support the ValueProvider property

XtraVerticalGrid Suite

  • Memory leak occurs in the End-User Report Designer if the property grid has the UseOfficeInspiredView mode
  • NullReferenceException is raised if the VeticalGrid datasource is set
  • PropertyDescriptionControl throws an exception when a report designer closes in a XAF application and the zh-CN culture is used
  • PropertyGridControl - A property row is incorrectly expanded when PGridFontEditorRow is used
  • PropertyGridControl - Cannot add/change the editor on a multi-editor row in the designer
  • PropertyGridControl - Scrollbar does not refresh when resizing
  • PropertyGridControl - The Appearance.RowHeaderPanel property settings are applied to cell text in the OfficeView style
  • PropertyGridControl - There is no way to customize appearance settings of individual rows by using the BaseRow.Appeareance property in the OfficeView style
  • VGridControl - HitInfo.HitInfoType does not return the HitInfoTypeEnum.HeaderCellImage value
  • XtraVerticalGrid - COMException is thrown when the DirectX mode is used

XtraWizard

  • The Finish button does not follow the current DPI settings when it is shown via the CustomizeCommandButtons event

DevExpress DXperience 19.2.5

$
0
0
DevExpress DXperience

Comprehensive software development toolset for .NET and JavaScript. Latest maintenance release.

Features

DevExpress has released a maintenance update across their entire product range.

IntegralUI Web 19.4

$
0
0
IntegralUI Web ColorPicker

Adds new ColorPicker and SideBar components.

Features

  • New components:
    • ColorPicker - allows the user to select a color by using a drop-down panel with color palette and slider.
    • SideBar - allows you to add a custom content panel that appears by sliding from page side over main content.
  • Option to use a Color Picker as Editor in Grid and TreeGrid.
  • Multi-level headers in Grid and TreeGrid.
  • Custom content when rows are hovered or selected in Grid, ListBox, TreeGrid and TreeView.
  • Option to determine when custom content appears for items or rows: None, Hover, Select or Both.
  • Reorder multi-level columns from code using the moveColumn method.
  • Option to manually set the scrolling position of tabs and handle the scrolling event in TabStrip.
  • New and updated samples.

DataViewsJS 1.3.0.942

$
0
0
DataViewsJS

Adds Microsoft Excel-like filter buttons.

Features

  • Added fast date formatting.
  • Added Microsoft Excel-like filter buttons.
  • Improves Tab navigation for wide grids.

DlhSoft Hyper Library released

$
0
0
DlhSoft Hyper Library

Calendar, date picker, time picker, combo box, and tree-grid components for JavaScript.

Features

  • DateTimePicker - DateTimePicker, DatePicker, TimePicker, and Calendar components provide user interface for displaying and selecting dates and times.
  • MultiSelectorComboBox - MultiSelectorComboBox, ComboBox, and DropDownList components allow end users to make a selection from a set of options.
  • TreeGrid - Hierarchical data grid for indented data items. A simple grid component without tree-view behavior is also available.
  • More Controls - ContentControl, ItemsControl, TextBox, Button, ToggleButton, and ToolTip components provide further support for developing similarly styled applications with ease.
  • Customizable grid - Add custom grid columns bound to custom item fields as needed.
  • Customizable appearance - Set up styling properties and define fully custom grid cell templates using custom code.
  • Developer friendly - Multiple sample applications are available.

Smart HTML Elements v6.0.0

$
0
0
Smart HTML Elements

Adds accessibility and right-to-left language support.

Features

  • Added accessibility support.
  • Added right-to-left language support.

Telerik UI for Xamarin R1 2020

$
0
0
Telerik UI for Xamarin

New RadSpreadProcessing component enables you to work with spreadsheet documents.

Features

  • What's New
    • Introduced a ListPicker control. It allows you to select an item from a list of items.
    • Introduced a DateTimePicker control. It lets you pick date, time, or date and time, depending on a format string.
    • Introduced a TemplatedPicker. It is a fully customizable picker control which allows you create a custom picker based on the scenario you want to achieve. You can pick an item from a selector with a custom template
    • Introduced RadSpreadProcessing. This library enables you to work with spreadsheet documents – create ones from scratch, modify existing documents or convert between the most common spreadsheet formats.
  • Calendar
    • Added Agenda view mode.
  • DataForm
    • Support for dynamic property data-source change for editors.
  • ImageEditor
    • Added support for single line and multi-line toolbars.
  • PdfViewer
    • Support for Named Destinations in Link annotations.
  • PdfProcessing
    • Introduced a FixedExtensibilityManager. The FontsProvider property of this class can be set to a FontsProviderBase implementation in order to provide missing fonts when exporting PDF documents.
    • Implement "sh" content stream operator.
  • Xamarin for iOS
    • Calendar: Provided a way to remove the left line of appointments via the DayViewEventCell for DayView mode.

Fixes

  • Calendar
    • [Android] Calendar scrolls to an incorrect date when trying to navigate to the daylight save time date in DayView mode.
  • DataForm
    • [iOS] Exception is thrown when focus is moved between the editors.
  • DataGrid
    • [Android] When the device orientation is changed the grid rows disappear.
    • [Android] When the orientation of the device is changed, the grid columns are overlapped.
    • NullReferenceException is thrown when navigating away from the page while the filtering UI is displayed in Shell.
  • Gauge
    • Indicators are misplaced when using Padding.
  • MaskedInput
    • [Android] Exception is thrown when typing and no mask is set.
    • Dynamic watermark color change not always working.
    • If the font family name is defined using a language other than English, the font is not applied to the content.
    • InvalidOperationException is thrown when Authenticating a user password.
  • TreeView
    • [iOS] Scrolling does not work properly when custom ItemTemplates with different height are used.
    • Item size is not correct after collapsing an item when uneven row height is used.
  • WordsProcessing
    • ArgumentException is thrown while exporting PDF document containing a paragraph with background and spacing after.
    • StackOverflowException is thrown while evaluating the values of style linked to a table style. Table style shouldn't have a linked style.

Telerik UI for WPF R1 2020

$
0
0
Telerik UI for WPF

Includes new Task Board (Kanban Board) component.

Features

  • New
    • Implemented a new Agenda view for the ScheduleView component, which allows you to display a set of appointments chronologically grouped by days.
    • Introduced a new SplashScreen component which indicates that your application is loading. Customize the look and feel of the splash screen according to the needs of your application using WPF controls.
    • TaskBoard control for WPF (also known as Kanban Board) is a powerful new control designed to enable users to track their tasks in a simple, agile-style manner. The control provides a clean and user-friendly interface for a functional task management application.
    • RadSyntaxEditor is now official with improved CSharp, VB and XML folding, a brand-new Touch support using TouchManager and other optimizations.
  • Diagrams
    • The Percent text block in the PrintPreview window does not respect custom CornerRadius set through the Green theme Palette.
  • FileDialogs
    • Implemented DirectoryNavigating event which can be used to cancel navigation to particular folders.
    • Implemented ShellContextMenuOpening event which can be used to cancel the context menu or to customize the menu items in the context menu shown on empty spaces.
  • GridView
    • Exposed Searching and Searched events.
    • An API is introduced to Search As You Type with Accent Insensitive.
  • Map
    • Truck Routing REST API is now supported.
  • Menu
    • Implemented design time support for opening nested RadMenuItems.
  • PdfProcessing
    • Implemented "sh" content stream operator.
  • RichTextBox
    • Implemented partial support for structured document tags (content controls in MS Word). Currently, supported features are: import, export, work with document elements and basic editing.
    • Implemented support for paste options keyboard shortcuts.
  • ScheduleView
    • Implemented a new Agenda view for the ScheduleView component, which allows you to display a set of appointments chronologically grouped by days.
  • SpreadProcessing
    • Introduced an API to disable fill handle.
    • Added MID to the supported functions.
  • Spreadsheet
    • Introduced an API to disable fill handle.
    • Implement hiding or showing sheets using UI or API.
  • SyntaxEditor
    • Added XmlFoldingTagger for creating folding regions in XML, XAML and HTML files.
    • Exposed SelectionChanged event.
    • Monospaced font optimization works now for all monospaced fonts.
  • Touch Manager
    • Added a new property called IsEnabled to entirely disable the TouchManager.

Fixes

  • .Net Core
    • .Net Core 3.1 support - the assemblies are now built against .Net Core 3.1.
  • Breadcrumb
    • An empty popup is opened when no match to path is found.
  • BusyIndicator
    • Indicator part of the control is misplaced in some themes.
  • Buttons
    • ValueTranslationService design time error is thrown when control containing RadDropDownButton or RadSplitButton in its template has a custom style based on the default one and is placed in resource dictionary.
    • Focus border is still visible after disabling and enabling buttons in VisualStudio2019 theme.
    • An exception is thrown when using a custom template without the Thumb element.
    • RadDropDownButton and RadSplitButton`s DropDownIndicator isn't rotated when the DropDownPlacement is changed.
    • No visual change of RadSplitButton when its IsToggle and IsChecked properties are set to True in Green, Office2016, Office2016Touch, Material, Fluent, Crystal and VisualStudio2019 themes.
    • Wrong color of arrow when RadSplitButton's IsToggle and IsChecked properties are set to True in ExpressionDark, Windows8 and Office2013 themes.
    • Only border appears when RadSplitButton's IsToggle and IsChecked properties are set to True in VisualStudio2013 theme.
    • Implemented theme-aware validation templates with tooltips for the RadRadioButton control in all themes.
  • ChartView
    • The VisualStudio2019 ChartPalette throws an exception when using the Telerik .NET Core assemblies.
    • [NET Core] RadChartView now reference SharpDX assemblies built against .Net Core.
  • CloudUpload
    • The icon for the CloudUploadListItem's Cancel button for the Green theme is updated as it was an "x" sign. The stretching for the same button's icon for the Windows8Touch is now removed as it was cut off.
  • ComboBox
    • Focus visual is still visible when firstly set the focus of the control and then disabled it in VisualStudio2019 theme.
    • Noneditable RadCombobox's background is overridden by the RadToggleButton's background part of its template when the Green theme is applied through StyleManager.
    • There is a big gap after the last ComboBoxItem in the Expression Dark, Windows 8 and Visual Studio 2019 themes caused by incorrect value of the MaxDropDownHeight property.
  • DateTimePicker
    • An exception is thrown when applying the Office2016Touch theme and the NotifyOnValidationError is true.
    • Clicking on the control in XAML code opens the designer unexpectedly in Visual Studio 2017/2019.
  • Diagrams
    • The expand/collapse icons of the collapsible Container shape are swapped for the following themes - Green, Office2016/Touch, Material, Fluent, Crystal and VisualStudio2019.
  • Docking
    • The AutoHideAreas of the unpinned RadPane elements are hard or impossible to resize in VisualStudio2013, Green, Office2016, Office2016Touch, Material, Fluent, Crystal and VisualStudio2019 themes.
    • The PaneBottomTemplate is missing a border that holds the normal background of the Pane for all other pane templates.
    • Compasses are misplaced in a scenario with two monitors with different DPI (when PerMonitor DpiAwareness is enabled).
    • ToolWindow disappears when maximized in a multiple-monitor setup and IsRestrictedWhenMaximized is set to true and the part on the second Window is being clicked.
  • Expander
    • HeaderTemplateSelector property is not respected.
    • HorizontalHeaderAlignment and VerticalHeaderAlignment properties are respected only for the ExpanderHeaderButton's content position.
  • FileDialogs
    • Dialogs show binding errors when navigating to a directory with a long path name.
    • Shortcuts to folders are not visible in the dialogs when there is filter applied.
    • When the DereferenceLinks property is true and link to a folder is double clicked, the dialog closes instead of navigating to this folder.
  • GridView
    • SpreadsheetStreamingExport: ArgumentOutOfRangeException is thrown when exporting a GridView without ItemsSource.
    • SpreadsheetStreamingExport: DivideByZeroException is thrown when exporting a GridView and there are no items in its ItemsSource.
    • Attempting to extract the default style of the GridViewRow element leads to a XamlParseException for the themes: VisualStudio2019, Crystal, Fluent, Material, Green, Office2016 and Office2016Touch.
    • The ColumnGroups get scrolled over the 'row indicator part' when using the Crystal theme.
    • GridViewHyperlinkColumn does not navigate to hyperlink in .Net Core.
    • The 'PART_HierarchyExpandButton' button of the GridViewRow has incorrect width for the Visual Studio 2019 theme.
    • Search doesn't work after setting CanUserSearchInHiddenColumns property at runtime.
    • Selected Unfocused and MouseOver backgrounds of row look the same color in Fluent theme.
    • The state of invalid rows in incorrectly preserved after they are updated while not visible.
    • GridViewRow's Border wrapper element of the HierarchyChildPresenter has an incorrect BorderBrush, BorderThickness and Padding set for the VisualStudio2019 theme.
    • When the DataMemberBinding of a GridViewMultiColumnComboBoxColumn points to a nested property, the DisplayMemberPath is not respected in view mode.
    • The "Search As You Type" does not respect SearchStateManager.MatchCase property.
    • Cancelling a row edit when bound to a DataView does not invalidate the values of all cells.
    • Two grids trying to get the focus back when their validation fails, end up in a deadlock.
    • Navigating with the Tab key is slow when skipping over many columns outside of the viewport.
    • The default background color of the merged cells in the Fluent theme is now MarkerBrush with 15% opacity as the merged cells are hard to distinguish from other cells.
    • The RowValidating event is now fired when the UI virtualization prepares a row to be shown in the viewport. There is a new value in the GridViewEditOperationType enum - None for this specific case.
  • LayoutControl
    • ToggleButton inside LayoutControlToolBox is not visible in Transparent and Fluent themes. 
    • Icon of ToggleButton inside LayoutControlToolBox is not readable in Crystal theme.
  • ListBox
    • Setting SelectedIndex doesn't work right after new item is added to items collection of the control.
  • Map
    • NullReferenceException when clicking on a RadMap shown in a Window and then quickly closing the Window after the map is disposed.
    • Using OpenStreetMap provider with valid ApiKey shows 'Api Key required' in built-in MiniMap.
    • Updated "mile" abbreviation in all localization files. Included localization string for MapOsmCycleCommand in French.
    • OpenStreetMapProvider now exposes StandardModeUserAgent string property which is required for downloading standard OpenStreet map tiles. This is mandatory since a change in the tile usage policy of OpenStreet maps.
  • MaskedInput
    • Incorrect grouping when Culture's CurrencyGroupSizes or NumberGroupSizes have non-equally sized groups, for example in Indian Culture.
  • MS Controls
    • Focus state of MS Button and MS RepeatButton is visible after the control is disabled in VisualStudio2019 theme.
  • MultiColumnComboBox
    • A NullReferenceException is thrown after opening the dropdown and there is an implicit style targeting RadGridView which sets the SearchMode property.
    • Dropdown does not close when OpenDropDownOnFocus is True and KeepDropDownOpen is False.
    • The RadWaterMarkTextBox in SearchAutoCompleteBox does not respect setting dynamic FontSize and FontFamily properties through theme palettes.
    • The DropDown is closed while trying to filter the GridView element when the MultiColumnComboBox is used in CellEditTemplate of a GridViewColumn.
  • PanelBar
    • The PanelBarItem's arrow icon points down when the item is Expanded for the Windows8 theme. The same arrow in all other themes points up, therefore the Path Geometry for the Windows8 theme is now updated to point down when the item is Expanded.
  • PDF Viewer
    • The theme of the NavigationPane's close button is not correctly applied when the theme is set using StyleManager. When the theme is set using the implicit styles mechanism (NoXaml), the close button is not correctly themed for the themes Fluent, Material, Office2016 and Office2016Touch.
  • PdfProcessing
    • If the font family name is defined using a language other than English, the font is not applied to the content.
    • InvalidOperationException is thrown when аuthenticating a user password.
  • PivotGrid
    • The Checkboxes in the PivotFieldList are not themed correctly when using the Green theme with StyleManager.
  • ProgressBar
    • Indicator is not updated when reducing the size of the parent control.
    • Changing IsIndeterminate property at runtime is not supported in the Crystal and VisualStudio2019 themes.
  • PropertyGrid
    • AmbiguousMatchException is thrown when a derived class hides a property of the base class.
    • Memory leak when the Item property is changed multiple times runtime.
  • RibbonView
    • Button image is clipped when IsAutoSize property is True.
    • There is no visual representation of the selected state of RibbonBackstageItems for the Material and Fluent themes.
    • Updated inaccurate localized strings for French (RibbonWindowRestoreDown, RibbonWindowMinimize, RibbonWindowMaximize, RibbonViewQATShowBelow, RibbonViewLayoutModeButtonContent).
    • RadRibbonDropDownButton`s DropDownIndicator isn't rotated when the DropDownPlacement is changed.
    • Reworked the VisualStates/Triggers for the RibbonRadioButton, RibbonToggleButton and RibbonSplitToggleButton to show visual representation when they are both toggled/checked and hovered at the same time.
  • RichTextBox
    • Importing an image with invalid URI from HTML causes UriFormatException.
    • StackOverflowException/ArgumentException is thrown when calling SplitAnnotationRange(range, pos) and position is outside the range.
    • StackOverflowException/ArgumentException is thrown when updating a document with annotations and with enabled spell checking.
    • StackOverflowException/ArgumentException is thrown on DOCX import when bookmark range end is last in a block.
    • The layout updates stop as a result of a handled NullReferenceException after pasting a table with an empty first cell as the first element in the document.
  • ScheduleView
    • Borders of Previous, Next and Today buttons are visible in the Fluent theme when using StyleManager. Unify NavigationButtonBaseStyle to target telerik:RadButton in all themes.
    • GroupHeaderButton's Foreground has a TemplateBinding to the GroupHeader's Foreground that interrupts the attempts to customize it through a Style.
    • The size of group headers is wrong when navigating between view definitions.
  • SpellChecker
    • Telerik.Windows.Documents.Proofing.RadGridView and Telerik.Windows.Documents.Proofing.DataGrid assemblies are missing for .NET Core project.
  • SpreadProcessing
    • KeyNotFoundException is thrown when opening a document containing not supported BuiltInNumberFormat.
    • Fixed exporting of chart series to image in .NET Framework 4.5 and later.
  • Spreadsheet
    • KeyNotFoundException is thrown when opening a document containing not supported BuiltInNumberFormat.
    • An exception is thrown when using a fill handle on a cell in a hidden row.
    • The CurrentBackgroundBorder element of the SheetSelectorTabItem has a fixed width in the Crystal, Fluent, Material, Office2016 and Office2016Touch themes which doesn't stretch accordingly for longer text values.
  • SyntaxEditor
    • ControlTemplate is not correctly extracted in VisualStudio.
    • "Find All" button in Find and Replace dialog does not work out of the box since there is no default TextSearchHighlightTagger.
    • Replace buttons in Find and Replace dialog are not disabled when the control is in read-only state.
    • Strings in XML, XAML and HTML files are not colored if they are partially visible in the viewport.
    • Multiline comments like "/* comment \n comment */" are not colored and have no folding in C#, JS, XML, SQL.
    • Removed the ZoomStep property and the GetValidScaleFactor method.
    • Implemented TouchManager integration. User can pinch, swipe, touch select text in the editor.
    • DarkPalette's KeywordColor and XmlElementColor and NeutralDarkPalette's XmlStringColor are hardly readable.
  • TabControl
    • Dragging and dropping of controls from the toolbox to the content of the selected tab in the designer doesn't add the controls in the tab content.
    • Narrator does not read the selection of tab items.
    • System.InvalidOperationException: Recursive call to Automation Peer API is not valid.
  • TreeList
    • Screen readers do not read the TreeListViewRows properly - their class name, their selected state etc.
    • TreeLines position is changed when there are frozen columns and the control is scrolled.
    • GridViewToggleButton with an Arrow PresentationMode has an incorrect expand icon for the Crystal theme.
  • VirtualGrid
    • ArgumentOutOfRangeException is thrown when there are pinned columns, and DataProvider is changed.
    • The mouse cursor is not "Cursors.Hand" when the mouse is over the filtering control button.
    • Only the first selected item is returned in the AddedItems argument of the SelectionChanged event when using the Extended selection mode.
    • Only the rows before the currently selected row are returned in the AddedItems argument of the SelectionChanged event when selecting with Ctrl + A.
    • All duplicate FilterlingControl's resources and styles are renamed to avoid any conflicts when using a VirtualGrid and a GridView together. For example DistinctValueListBoxItemStyle is now VirtualGridDistinctValueListBoxItemStyle in the scope of VirtualGrid.
  • VirtualizingWrapPanel
    • A DivideByZeroException is thrown when there are no items in the Listbox and the ScrollIntoView method is called.
  • WebCam
    • Calling Start or Stop when there are no cameras available causes an exception.
    • [NET Core] RadWebCam now reference SharpDX assemblies built against .Net Core.
  • Window
    • When being maximized from one monitor to another directly, the "Show window contents while dragging" OS option is disabled and the Taskbar is only on the main monitor - RadWindow is not correctly maximized on the second monitor.
    • ElementNotEnabledException when the CanExecute method of the command of a response button returns false.
    • Performance issues and crashes when per-monitor DPI awareness is enabled.
    • Exception is thrown when DpiAwareness PerMonitor is enabled and the project is located in folder which name contains the "#" symbol.
    • Width and Height can't be bigger than the ones on the initial monitor when a higher resolution second monitor is added at runtime.
  • Wizard
    • An overridden method of a custom WizardCommandProvider is never called.
  • WordsProcessing
    • ArgumentException is thrown while exporting PDF documents containing a paragraph with background and spacing after.
    • StackOverflowException is thrown while evaluating the values of style linked to a table style. Table style shouldn't have a linked style.
Viewing all 1404 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>