October 28, 2020, 10:48 am
New Dental Clinic Demo App .Adds Dental Clinic Demo App, Sankey Diagram control, plus updates to Data Grid, Editors, PDF Viewer and more.
Features
New Sankey Diagram Control
- Sankey Diagrams display paths between nodes and associated quantities.
- Typically used to visualize a flow from one set of values to another.
- Features include:
- Built-in Coloring Algorithms (palette-based and custom colorizers).
- Custom Node Order.
- Printing and Data Export.
- Node and Link Highlighting.
- Title Elements.
- Tooltips.
- Comprehensive API.
- DevExpress Themes/Skins.
New Dental Clinic Demo App
- DevExpress created a new demo (Dental Clinic). The objective of this project was to create a relatively modern UX - a user experience that can be applied to different industries with minimal changes.
Data Grid
- New Fixed Column Mode - Middle Left
- The WinForms Data Grid ships with a new "MiddleLeft" fixed mode option. When active, "MiddleLeft" columns can move freely to the right, but dock to the left when you scroll the view to the right. To fix a column at the left edge, set the column's Fixed property to 'MiddleLeft'.
- Column Customization Enhancements
- DevExpress enhanced the grid's Customization Form to make column customization easier especially when the grid has many columns and bands.
- The new Customization Form displays all columns and bands (visible and hidden).
- Features include:
- Column/Band Search.
- Drag & Drop.
- Sorting.
- Turn on the 'UseAdvancedCustomizationForm' option to activate the new Customization Form.
- TileView - Tile Auto Height
- The TileView now supports automatic tile height calculation (dynamic tile height) in all layout modes.
Charts
- Big Data Charting
- New option - Series.AllowResample. Activate this option to minimize memory footprint and render massive data sets for manually created series at blazing fast speeds.
Diagram
- SVG Export
- The Diagram Control now supports vector (SVG) file export.
- New List Item
- The Diagram control includes a new container item - DiagramList. It arranges its child items in a horizontal or vertical list.
- Measure Units
- You can enable a new ShowMeasureUnit option to display measurement units in the Properties Panel, Page Setup Window, and Bottom Panel.
- In addition to pixels, users can specify values in other measurement units (inches and millimeters). You can also create a custom measurement unit and assign it to the MeasureUnit property.
- Miscellaneous Enhancements
- Includes a new DiagramOptionsOrgChartLayout.IsCompact option for the Org Chart's automatic layout. Set this option to false to calculate the offset for all tip-over subtrees rather than individual hierarchy levels. This makes Org Charts with a complex hierarchy (tip-over subtrees) easier to read and understand.
- You can now hold the middle mouse button and drag to pan the diagram. This behavior is controlled by the AllowMiddleButtonDrag option.
Editors
- New DateTime Offset Edit
- The new WinForms DateTimeOffsetEdit control allows you to display and edit DateTimeOffset values. The editor supports masked input.
- Overhauled Mask Engine
- Includes new options and settings, advanced mask editor and data annotation support, the mask engine includes everything you need to deliver intuitive user experiences with error-free data input logic.
- Data Annotation Support - apply masks via data annotation attributes in code-first data sources.
- Mask Editor with Advanced Settings - Allows you to select pre-built masks, create new masks from scratch or customize predefined expressions, save custom masks, and apply advanced mask settings (culture name, use advancing caret, etc.).
- New API
- With this release, mask settings are available via the RepositoryItemTextEdit.MaskSettings property. The RepositoryItemTextEdit.Mask option is now obsolete.
- A new 'Configure' method allows you to specify Mask type, expression, and set up additional settings. For instance, the following code applies a numeric mask with the following mask conditions:
- Allows a user to enter decimal numbers using a "000.00" format.
- Hides zeros that do not affect actual values (".9" instead of "0.9").
- Displays a decimal separator even when the fractional segment is 0 ("110." instead of "110").
- 'Advanced Mode' for Text Editors (CTP)
- The new 'Advanced Mode' adds a number of interesting options to all of the TextEdit-based WinForms editors (except for TokenEdit, HyperTextLabel, and HyperlinkEdit controls). These include:
- Performance Improvements
- Embedded Labels
- Emojis - Your users can now insert a string that contains an emoji, or press the 'Win+.' hotkey to enter an emoji from the Windows library. Enable the new 'AdvancedModeOptions.UseDirectXPaint' option for required editors to allow inserting colored emojis. Otherwise, editors will display black-and-white versions of standard emojis.
- Animated Caret and Selection - Caret movement and text selection are more pleasing to the eye.
- Text Selection in Advanced Mode - Text selection color is now based on the currently applied skin.
- To activate the 'Advanced Mode', enable the 'Properties.UseAdvancedMode' property.
- SvgImageBox Enhancements
- Tooltips.
- Context Buttons.
- Image Alignment.
- Disable Individual Items.
- Save SVG with Custom Appearance Settings.
- Ctrl+Backspace Support
- The WinForms TextEdit control and its descendants now support the Ctrl+Backspace hotkey combination. This combination deletes the word to the left of the cursor.
- TokenEdit - Bind to Data
- You can now bind the Token Edit to data. Use the new 'DataSource' property to specify fields with token descriptions and unique values.
- TokenEdit - Show the Dropdown List on Click
- End-users can now click in the edit box to show the dropdowm list with tokens.
- CameraControl, PictureEdit
- Specify the Default Camera Device and Resolution - Added new parameters to the TakePictureDialogShowing event to allow you specify the default camera device and configure its resolution.
- The Take Picture dialog (standalone and embedded in Picture Edit control) persists the current camera device and its resolution in the system registry. These settings are reused the next time you open the Take Picture dialog.
- PictureEdit - Configure the Output Image Format
- The new 'OptionsEditDialog.OutputImageFormat' property allows you to specify the output image format. The default output image format is PNG.
- PictureEdit - Custom Aspect Ratios for Image Crop Operations
- You can now handle the new 'CustomizeCropOptions' event to customize aspect ratio options.
- ListBox - Item Auto Height
- The WinForms Listbox contol can now automatically calculate best item height when items are rendered based on a template.
Gantt Control
- Split Tasks
- With this release, you can split Gantt tasks as needed. If a partially completed task needs to be placed on hold, a user can drag the unfinished portion to the right to pause the task.
- A task can be split into multiple segments. To merge two task segments, drag one portion into the other. This will eliminate the time gap between the two.
- If automatic scheduling is enabled, the Gantt control can split partially completed tasks automatically. For example, if a partially completed task must be postponed due to rescheduling, the Gantt control splits the task into completed and uncompleted segments.
- Users can split tasks at runtime if the GanttControlOptionsBehavior.AllowSplitTasks property is enabled.
- Split tasks are stored in a separate data source assigned to the GanttControl.SplitTaskSource property.
- Critical Path
- The WinForms Gantt Control now highlights critical paths - sequences of dependent tasks that affect the project's start or finish date.
- Set the CriticalPathHighlightMode option to 'Single' or 'Multiple' to highlight the longest critical path or all tasks that affect the start or finish date.
- Highlight color is driven by the current skin. Use the CriticalPathTask and CriticalPathDependency properties to specify custom colors for tasks and dependency links in critical paths.
Layout and Navigation
- Group Control - HyperlinkClick Event
- The WinForms Group Control can display a hyperlink in its header. A new HyperlinkClick event allows you to respond to user clicks on a group header link.
- Layout Control and Layout Panel Enhancements
- The HyperlinkClick event allows you to respond to user clicks on a group or item caption link.
- New ColumnDefinition.Visible and RowDifinition.Visible options allow you to temporarily hide individual rows and columns in Table layout mode.
- During resize operations, the WinForms Layout Control highlights items that have reached their minimum/maximum size.
- When you save a layout, the Layout Control now serializes only specified settings. This reduces the size of XML files and improves performance.
- TablePanel API: Rows.Remove, Rows.RemoveAt, Columns.Remove, Columns.RemoveAt.
- Data Layout Control - New API
- Includes enhanced navigation and data handling support for WinForms DataLayoutControl. You can now use the following DataLayoutControl properties and methods to work with data:
- RecordCount.
- CurrentRecord.
- CurrentRecordPosition.
- GetCurrentRecordFieldValue(string fieldName).
- SetCurrentRecordFieldValue(string fieldName, object value).
- Page Navigation - Customize Buttons
- The new 'CustomizePagerItem' event allows you to specify button images and captions.
Map Control
- Map Rulers
- The WinForms/WPF Map Control ships with a new Measurement Toolbar. End-users can measure geometrical and geographical objects using appropriate tools:
- Distance Ruler.
- Area Ruler.
- You can also use the new Measurements class API to create and update rulers and specify measurement units in code.
- Map Rotation
- New API allows you to rotate map content as needed
- MapControl.Angle.
- MapControl.RotateAt.
- Vector Tiles - Enhancements
- Display text along curves (such as street or road name).
- Display labels at the center of polygons.
- Fractional and custom zoom levels.
PDF Viewer
- Sticky Notes
- The PDF Viewer now supports PDF sticky notes. You can add, edit, delete sticky notes, and add comments to notes in code or via the control's UI.
Ribbon and Bars
- BackstageView - DirectX Support
- The WinForms BackstageViewControl now supports DirectX Hardware Acceleration. This ensures smoother and memory-efficient animations, especially on high-resolution displays.
Rich Text Editor
- Break Table Rows Across Pages
- Table rows can now span multiple pages. Added a new row option - 'Allow row to break across pages'. To enable this feature in code, use the TableRow.BreakAcrossPages property.
- OLE Objects
- The WinForms Rich Text Editor supports OLE objects. The new API allows you to access and edit OLE objects in code. Documents with OLE objects can be printed and exported to PDF.
- 'Keep with Next' and 'Widow/Orphan Control' in Tables
- The Word Processing Document API and WinForms/WPF Rich Text Editors now apply the following options when they display, print, and export (to PDF) documents with table paragraphs:
- Keep with Next
- Widow/Orphan Control
- Footnotes and Endnotes UI
- The Rich Text Editor ships with new UI elements designed to insert, navigate, and format document footnotes and endnotes.
- 'Filling in Forms' Protection
- You can now manage "Filling in Forms" protection in code or via the Rich Text Editor's UI.
- New Formats
- The Word Processing Document API and WinForms/WPF Rich Text Edit controls now support the following file formats:
- DOCM (Microsoft Office Open XML Macro-Enabled Document format).
- DOT (Microsoft Word 97-2003 Template format).
- DOTM (Microsoft Office Open XML Macro-Enabled Template format).
- DOTX (Microsoft Office Open XML Template format).
- FlatOpc XML (Microsoft Word XML Document stored in a flat XML file instead of a ZIP package).
- Document Rendering Enhancements
- Table width and justified paragraph alignment are now calculated more accurately and better mirror Microsoft Word 2013 and later.
Scheduler
- Year View
- The WinForms Scheduler control ships with a Year View display option. It's been designed to visualize events/appoints that span multiple days and weeks.
- The Year View includes the 'MonthCount' property. Additional View-related settings mirror those of the Month View.
- Dropdown Calendar and View Selector
- Added two new UI elements to the Date Navigation Bar
- Dropdown Calendar.
- View Selector
- Both UI elements are initially hidden. Activate the DateNavigationBar.CalendarButton and DateNavigationBar.ShowViewSelectorButton options to make them visible.
- New Cell AutoHeight Mode in Timeline View
- Renamed the CellsAutoHeightOptions.Enabled property to AutoHeightMode. The AutoHeightMode property accepts enumeration values instead of Boolean. 'None' and 'Limited' correspond to 'false' and 'true'. A third value - 'Full' - activates the new AutoHeight mode.
- When AutoHeight is used, time cells ignore the ResourcesPerPage property value and resize based upon content. This also allows users to pixel-scroll the Timeline View.
Spreadsheet
- Excel 2016 Charts (CTP)
- The WinForms Spreadsheet control now supports the following Excel 2016 chart types:
- Box and Whisker
- Funnel
- Histogram
- Waterfall
- Pareto
- The comprehensive Spreadsheet API allows you to create and edit Excel 2016 charts as needed. The WinForms Spreadsheet control can open, print, and export (to PDF) existing workbooks with Excel 2016 charts.
Miscellaneous
- HTML Formatting
- You can now use the following standard HTML tags to format strings:
- <a> - inserts a hyperlink in a caption, tooltip, label, etc. (To respond wo a click on the link, handle the control's HyperlinkClick event).
- <br> - inserts a line break. You can use this tag to display multi-line text in controls. You can also use <br /> syntax.
- Most of the controls support now the tag. To specify the collection of images, use the control's 'HtmlImages' property.
- Overlays - DirectX Support
- Overlays now support DirectX hardware acceleration. Animations are now rendered much more smoothly on high-resolution displays (and are far more memory efficient).
- MVVM - MessageBox Form Style
- Added a new MessageBoxFormStyle property to the MessageBoxService class. This property allows you to specify appearance settings for the MessageBox form.
- Docking - Float Panels Always Stay on Top
- Floating panels and DocumentManager documents (in Tabbed and Widget Views) can be displayed above or underneath their parent forms. The following new options allow you to always keep floating windows on top:
- DockingOptions.FloatPanelsAlwaysOnTop
- BaseView.FloatDocumentsAlwaysOnTop
- BarAndDockingController.DockingOptions.FloatWindowsAlwaysOnTop
- If a floating window is used independently (the FloatPanelsAlwaysOnTop option is disabled), it displays a Minimize button that collapses the window to the Windows taskbar. To hide the Minimize button, disable the ShowMinimizeButton option.
↧
October 28, 2020, 10:49 am
DevExpress Universal - Spreadsheet Document API.Includes new products and dozens of high-impact features for desktop, web and mobile app development.
Features
DevExpress has released a major update across their entire product range.
- CodeRush 20.2.3 - Adds ability to run tests in multi-framework projects and improves support for Blazor.
- DevExpress ASP.NET 20.2.3 - Includes enhancements for ASP.NET and MVC, ASP.NET Core, ASP.NET Bootstrap and Blazor UI controls.
- DevExpress Reporting 20.2.3 - New XRPdfSignature report control adds a visual signature to exported PDF files.
- DevExpress WinForms 20.2.3 - Adds Dental Clinic Demo App, Sankey Diagram control, plus updates to Data Grid, Editors, PDF Viewer and more.
- DevExpress WPF 20.2.3 - Includes new Sankey Diagram, Sunburst and TreeView controls, plus improvements to mulitple WPF controls.
- DevExtreme 20.2.3 - Adds ability to export DataGrid content to a PDF document, plus enhancements to DevExtreme Scheduler.
- DevExpress Office File API 20.2.3 - Spreadsheet Document API improves Excel 2016 chart type support.
↧
↧
October 28, 2020, 10:50 am
Grids, Spreadsheets, Ribbons and more.Includes new products and dozens of high-impact features for desktop, web and mobile app development.
Features
DevExpress has released a major update across their entire product range.
- CodeRush 20.2.3 - Adds ability to run tests in multi-framework projects and improves support for Blazor.
- DevExpress ASP.NET 20.2.3 - Includes enhancements for ASP.NET and MVC, ASP.NET Core, ASP.NET Bootstrap and Blazor UI controls.
- DevExpress Reporting 20.2.3 - New XRPdfSignature report control adds a visual signature to exported PDF files.
- DevExpress WinForms 20.2.3 - Adds Dental Clinic Demo App, Sankey Diagram control, plus updates to Data Grid, Editors, PDF Viewer and more.
- DevExpress WPF 20.2.3 - Includes new Sankey Diagram, Sunburst and TreeView controls, plus improvements to multiple WPF controls.
- DevExtreme 20.2.3 - Adds ability to export DataGrid content to a PDF document, plus enhancements to DevExtreme Scheduler.
↧
October 29, 2020, 9:37 am
Aspose.Tasks for C++Adds support for reading/writing of cost-based time-phased data for resource assignments.
Features
- Added support for reading/writing of cost-based time-phased data for resource assignments.
↧
October 30, 2020, 10:30 am
KWizCom SharePoint Notification FeatureAdds the ability to allow notifications to run on an hourly basis.
Features
- Added the ability to allow notifications to run on an hourly basis.
↧
↧
November 4, 2020, 3:18 am
Telerik DevCraft Complete - Upgrade from Telerik UI for ASP.NET AJAXIncludes latest new features and improvements to Telerik and Kendo UI components.
Features
Telerik DevCraft Complete includes the following updates:
- Kendo UI R3 2020 SP1 - Includes improvements for Grid, ImageEditor and Scheduler.
- KendoReact R3 2020 SP1 (v4.0.0) - Adds support for React 17.
- Kendo UI + Telerik UI for ASP.NET (MVC and Core), PHP, JSP R3 2020 SP1 - Includes improvements for Grid, ImageEditor, Scheduler and PdfProcessing.
- Telerik UI for ASP.NET AJAX R3 2020 SP1 - Includes improvements for Label and PdfProcessing.
- Telerik UI for Blazor 2.18 - Adds new ProgressBar, Chunk ProgressBar, RadioGroup, TextArea and Masked TextBox components.
- Telerik UI for WinForms R3 2020 SP1 - Adds DataMatrix barcode type, plus improvements to spreadsheet import/export functionality.
- Telerik UI for WPF R3 2020 SP1 - Adds IsInverted property to all controls and improves PdfProcessing.
- Telerik UI for Xamarin R3 2020 SP1 - Adds components to handle image formats, plus improvements for RichTextEditor and PdfProcessing.
- Telerik UI for Silverlight R3 2020 SP1 - Adds IsInverted property to all controls and improves PdfProcessing.
- Telerik Reporting R3 2020 SP1 - Adds Visual Studio Template for the Web Report Designer.
- Telerik JustMock R3 2020 SP1 - Adds ability to configure the TCP port range for the JustMock DebugWindow Service.
↧
November 4, 2020, 3:18 am
Telerik DevCraft UI - Upgrade from Telerik UI for ASP.NET AJAXIncludes latest new features and improvements to Telerik and Kendo UI components.
Features
Telerik DevCraft UI includes the following updates:
- Kendo UI R3 2020 SP1 - Includes improvements for Grid, ImageEditor and Scheduler.
- KendoReact R3 2020 SP1 (v4.0.0) - Adds support for React 17.
- Kendo UI + Telerik UI for ASP.NET (MVC and Core), PHP, JSP R3 2020 SP1 - Includes improvements for Grid, ImageEditor, Scheduler and PdfProcessing.
- Telerik UI for ASP.NET AJAX R3 2020 SP1 - Includes improvements for Label and PdfProcessing.
- Telerik UI for Blazor 2.18 - Adds new ProgressBar, Chunk ProgressBar, RadioGroup, TextArea and Masked TextBox components.
- Telerik UI for WinForms R3 2020 SP1 - Adds DataMatrix barcode type, plus improvements to spreadsheet import/export functionality.
- Telerik UI for WPF R3 2020 SP1 - Adds IsInverted property to all controls and improves PdfProcessing.
- Telerik UI for Xamarin R3 2020 SP1 - Adds components to handle image formats, plus improvements for RichTextEditor and PdfProcessing.
- Telerik UI for Silverlight R3 2020 SP1 - Adds IsInverted property to all controls and improves PdfProcessing.
↧
November 4, 2020, 3:18 am
↧
November 4, 2020, 3:18 am
KendoReactAdds support for React 17.
Features
- Adds support for React 17.
- Adds new licensing.
- Updates avatar visual options.
Fixes
- Adds avatar classess.
- Breaking Changes:
- Requires an active license key.
- Adds @progress/kendo-licensing as peer dependency.
- Buttons: The deprecated
"bare"
button type has been removed. - Dropdowns: The deprecated
renderer
prop of the ListItem
component has been removed. - Dropdowns: The deprecated
valueRender
prop has been removed. - Grid: The deprecated
data
field of the DataStateChange event arguments has been removed. - Indicators: Badge and BadgeContainer handles return HTMLElement instead of a ref.
- Inputs: Checkbox handle return HTMLElement instead of a ref.
- Inputs: NumericTextBox handle returns HTMLElement instead of a ref.
- Inputs: RadioButton and RadioGroup handles return HTMLElement instead of a ref.
- Layout: Drawer, DrawerItem and DrawerContent handles return HTMLElement instead of a ref.
- Layout: Stepper and Step handles return HTMLElement instead of a ref.
- layout: The deprecated 'onLayoutChange' event has been removed.
- Layout: avatarTheme enum is renamed to avatarThemeColor.
- Layout: avatarType.INITIALS is renamed to avatarType.TEXT.
- Progressbars: ChunkProgressBar handle returns HTMLElement instead of a ref.
- Progressbars: ProgressBar handle returns HTMLElement instead of a ref.
- Treelist: The deprecated
data
field of the DataStateChange event arguments has been removed. - Treeview: The deprecated
itemRender
prop has been removed. - Upload: The previously deprecated
tabindex
prop has been removed.
↧
↧
November 4, 2020, 3:18 am
Telerik DevCraft Ultimate - Upgrade from Telerik UI for ASP.NET AJAXIncludes latest new features and improvements to Telerik and Kendo UI components.
Features
Telerik DevCraft Ultimate includes the following updates:
- Kendo UI R3 2020 SP1 - Includes improvements for Grid, ImageEditor and Scheduler.
- KendoReact R3 2020 SP1 (v4.0.0) - Adds support for React 17.
- Kendo UI + Telerik UI for ASP.NET (MVC and Core), PHP, JSP R3 2020 SP1 - Includes improvements for Grid, ImageEditor, Scheduler and PdfProcessing.
- Telerik UI for ASP.NET AJAX R3 2020 SP1 - Includes improvements for Label and PdfProcessing.
- Telerik UI for Blazor 2.18 - Adds new ProgressBar, Chunk ProgressBar, RadioGroup, TextArea and Masked TextBox components.
- Telerik UI for WinForms R3 2020 SP1 - Adds DataMatrix barcode type, plus improvements to spreadsheet import/export functionality.
- Telerik UI for WPF R3 2020 SP1 - Adds IsInverted property to all controls and improves PdfProcessing.
- Telerik UI for Xamarin R3 2020 SP1 - Adds components to handle image formats, plus improvements for RichTextEditor and PdfProcessing.
- Telerik UI for Silverlight R3 2020 SP1 - Adds IsInverted property to all controls and improves PdfProcessing.
- Telerik Reporting R3 2020 SP1 - Adds Visual Studio Template for the Web Report Designer.
- Telerik JustMock R3 2020 SP1 - Adds ability to configure the TCP port range for the JustMock DebugWindow Service.
- Telerik Report Server R3 2020 SP1 - Adds Visual Studio Template for the Web Report Designer.
↧
November 4, 2020, 3:50 am
Telerik UI for WPFAdds IsInverted property to all controls and improves PdfProcessing.
Features
- All Controls
- Implemented IsInverted property in the VisibilityToBooleanConverter.
- MultiColumnComboBox
- Exposed SelectionOnFocus property on RadMultiColumnComboBox control. It works when the SelectionBoxesVisibility is Collapsed in a single selection.
- PdfProcessing
- Handled import of documents containing outlines with an invalid destination set.
- Provided a mechanism for matching different spellings of Standard Fonts.
- Window
- Introduced support for ResizeMode.CanResizeWithGrip.
Fixes
- All Controls
- Changed VerticalAlignment of ValidationTooltip in Windows8Touch and Office2016Touch themes.
- AutoSuggestBox
- TextBox part is not focused when Focus method of the control is called.
- Barcode
- There are visibility issues when using dark theme which is required to be used on a dark background. All themes will now have their default foreground applied to the barcode.
- Buttons
- StackOverflowException when pressing a RadDropDownButton hosted in the DropDownContent of another RadDropDownButton.
- When ToggleSwitchButton is disabled and then enabled, the focus visual element is shown even when the control does not have keyboard focus and cannot actually be interacted with.
- Calendar
- Changed Name of RadCalendar's Uia.CalendarButton when configuring and searching elements in CodedUI tests. The Name is generated by the long date string of the day (for example: "Wednesday, August 14, 2013" instead of "14").
- ChartView
- In a data-bound scenario, PointAnimation doesn't run initially when applied to point series (BarSeries, RangeBarSeries, PointSeries, etc.).
- ComboBox
- The brush resources used for the non-editable ComboBox's MouseOver state are not updated on variation change for the VisualStudio2013 theme.
- The theme palette's DisabledOpacity resource is not updated for the Windows8, Windows8Touch, Office2013, and VisualStudio2013 themes.
- ContextMenu
- When the x:Name of the RadContextMenu is not set, the default Name and the FriendlyName are changed from "Rad Context Menu" to "RadContextMenu" for searching criteria in CodedUI tests.
- DataPager
- There are unnecessary ancestor type bindings for the foreground of the buttons causing output errors in the Office2016 and Office2016Touch themes (they are now removed).
- DateTimePicker
- A NullReferenceException is thrown while spying the RadClock automation peer if DateTimePicker.InputMode is TimePicker/DateTimePicker.
- Diagrams
- The Gallery's toolbox is not collapsed in Office2019 theme.
- The show and hide animations in the toolbox are not affected by AnimationManager.IsGlobalAnimationEnabled property.
- Connection's target connector is not resolved correctly when loading from XML and UseFreeConnectors of the connection is True.
- Docking
- Setting CloseTabsOnMouseMiddleButtonDown on the RadPaneGroup to true will not respect CanUserClose property of RadPane set to false.
- Unpinned panes flicker just before starting the animation when the mouse is removed from them.
- ExpressionEditor
- The NotEquals button when using the VisualStudio2019 or Office2019 theme differs from the other buttons in the calculation panel (all others have a CalculationPanelButtonStyle applied).
- FileDialogs
- Creating a new folder or deleting a file in dialog opened in different AppDomain causes an application crash.
- GridView
- The FocusVisual and Background_Current elements are misaligned (should completely overlap) in the Green, Office2016, Office2016 Touch, Fluent and Crystal themes.
- There are readability issues, caused by the background color of the GridViewCell when it is in its Highlighted state (as a result of performing search) using the Office2019 theme.
- Merged cells do not split or do not get re-merged when expanding/collapsing row.
- A NullReferenceException is thrown when SpreadStreamExport.RunExportAsync() method is running, and the ItemsSource of the grid is changed with a different number of columns.
- The performance of RadGridView is improved when grouping is applied.
- The background of the GridView remains visible in the GroupPanel area when ShowGroupPanel is false and there are control panel items in the Fluent and Crystal themes.
- The lightweight cell validation templates differ from the non-lightweight in the Office2016, Office2016 Touch, Crystal, Fluent, VisualStudio2019 and Office2019 themes.
- There is a jumping issue when the visibility of the GroupPanel is changed at run-time while there are control panel items.
- When using INotifyDataErrorInfo in Microsoft .NET 4.5, items are still validated even when the ValidationType property is None.
- The ColumnGroups property is now of type RadObservableCollection which exposes an AddRange method which should be used when adding multiple groups at once to avoid performance issues. An alternative is to use the SuspendNotifications and ResumeNotifications methods prior and after adding the groups.
- ListBox
- The outer border of the control is missing when the System.Windows.xaml is not included for the following themes - Office Black, Office Blue, Office Silver, Summer, Transparent, Vista, Windows7, VisualStudio2019 and Office2019.
- The result from overriding the CoerceDraggedItems method in a custom ListBoxDragDropBehavior is not taken into account.
- SelectedItem is incorrectly updated when the control is placed inside DataTemplate in RadTabControl and IsSynchronizedWithCurrentItem is false.
- Map
- The central button (PART_CenterButton) of the MapNavigation is hardly visible when the navigation is collapsed in the Crystal, VisualStudio2019 and Office2019 themes.
- MaskedInput
- In Numeric and CurrencyInput with UpdateValueEvent 'LostFocus' clearing the value places the caret at the end instead of at the decimal point like in 'PropertyChange' mode.
- MultiColumnComboBox
- Selection does not work after sorting the RadGridView.
- ArgumentNullException when the control is disabled, AutomationPeers are enabled and the theme is switched during runtime.
- NavigationView
- NavigationViewItem peer is not working in data bound scenario.
- NumericUpDown
- LabeledBy and HelpText AutomationProperties are not respected.
- PasswordBox
- The Watermark text of PasswordBox is barely visible when control is disabled in Office2013.
- Watermark text foreground is not consistent with other TextBoxes in Fluent theme.
- PDF Viewer
- ArgumentNullException is thrown when importing a PDF document using the default constructor of the PdfDocumentSource class.
- Dragging scrollbars is not working after changing themes.
- Exception is thrown when importing text fragments with no text.
- NotSupportedException is thrown when importing a document containing an ICCBased color space.
- NullReferenceException is thrown when the appearance of widget annotation is pointing to an invalid object reference.
- PdfProcessing
- ArgumentNullException is thrown when importing document containing destinations with null page value.
- InvalidCastException is thrown when importing an embedded Type 1 Font with custom encoding.
- NullReferenceException is thrown when the appearance of widget annotation is pointing to an invalid object reference.
- ProgressBar
- ProgressBar Indicator width in a vertical orientation is changed when the control is dynamically resized.
- RadialMenu
- The Name and the DisplayedText of RadRadialMenu's button are changed from "Center button" to "Center RadialMenuButton" when are using in CodedUI tests.
- RibbonView
- Adding RibbonSplitButton in QAT leads to glitchy rendering in Office2016 and Office2019 themes.
- The ContextualTab elements using the Office2019 theme are not consistent with the regular ones on hover (different background) and selection (missing bottom selection border).
- When the Help button is collapsed the application title moves.
- RichTextBox
- NullReferenceException when trying to import HTML with an empty font-size attribute.
- ArgumentNullException is thrown when pressing 'a'+Enter simultaneously while in Japanese IME.
- When a Table is exported to plain text, each cell content is inserted on a new line instead of separating them with tabs.
- NullReferenceException is thrown when pasting a copied image with Keep Text Only paste option.
- ScheduleView
- AgendaView days are not rendered correctly on initial loading.
- GroupHeaders are not displayed properly when changing to TimelineView with a vertical scrollbar.
- The first appointment in the day overlapping the top border of the day slot in AgendaView for VisualStudio2019, Green, Fluent, and Material themes.
- Slider
- SingleThumbStyle is not applied in Crystal theme.
- SpreadProcessing
- Removing a row causes the last row of the sheet to copy its styling from the first row.
- SpreadStreamProcessing
- Milliseconds are stripped when setting DateTime value.
- SyntaxEditor
- ArgumentException is thrown when a folding region with selected text is collapsed.
- Folding regions are drawn incorrectly after scrolling them out of the viewport, bringing them back and typing in them.
- Foreground does not respect runtime change or runtime theme variation change.
- TaskBoard
- Degraded performance and memory leak when the control is placed in RadGridView's RowDetails.
- TileList
- Memory leak when TileList is unloaded.
- TimeBar
- When selection start and end are the same, the left thumb is not selectable in Office2019 theme.
- Timeline
- TimeLineDataItem objects are retained in memory when the objects populating the ItemsSource of the RadTimeLine implement INotifyPropertyChanged.
- When the view is refreshed WeakListener instances are retained in memory.
- TreeList
- Rows disappear when collapsing items through the IsExpandedBinding property.
- Selecting a large number of items is progressively slower.
- VirtualizingWrapPanel
- ScrollViewer is scrolled when an item in the visible area is selected (.Net45).
- Window
- WindowStartupLocation doesn't work as expected when bound to property from the DataContext of RadWindow.
- MaximizeButton is not visible when the ResizeMode property is set to CanResizeWithGrip.
- The current default MinHeight for the Material, Fluent, Crystal, VisualStudio2019 and Office2019 themes leads to the title bar being cut off when resizing to it.
- WordsProcessing
- NullReferenceException is thrown when the document style does not contain TableProperties.
↧
November 4, 2020, 3:52 am
↧
November 4, 2020, 3:53 am
↧
↧
November 4, 2020, 3:54 am
↧
November 4, 2020, 3:55 am
Telerik UI for ASP.NET AJAXIncludes improvements for Label and PdfProcessing.
Features
- Common
- Apple Mac and iOS improvements.
- Kendo Scripts Upgrade from 2020.2.513 to 2020.3.915.
- Improved integration of RadLabel with RadControls.
- .k-reset is incorrectly removing the background.
- Label
- Improve RadLabel integration with RadComboBox.
- Improve RadLabel integration with RadAutoCompleteBox.
- Improve RadLabel integration with RadSearchBox.
- Improve RadLabel integration with RadMonthYearPicker.
- PdfProcessing
- Handled import of documents containing outlines with an invalid destination set.
- Provided a mechanism for matching different spellings of Standard Fonts.
Fixes
- Common
- Context menus do not work on Apple iPads after latest iOS update 13.
- Ajax
- RadAjaxManager or RadAjaxPanel causes a Blank page on partial PostBack Microsoft SharePoint 2019.
- Chart
- Pie Chart throws error in Microsoft Internet Explorer.
- Radar chart error on series with one point.
- RadarLine with missingValues.gap does not connect end and start points.
- ExportImage is not saving the chart image in the desired dimensions in HiDPI.
- RadarLine with missingValues.interpolate does not connect end and start points.
- Diagram
- Missing e.meta in click handler of a Diagram shape.
- Editor
- Javascript error when RenderMode=Mobile and EnableAriaSupport=true.
- Incorrect positioning of spellcheck popup in Google Chrome and Microsoft Edge Chromium.
- When typing Japanese on an Apple Mac, pressing Shift (Tab) more than once pastes or erases random segments.
- Grid
- RowContextMenu inside RadGrid opens at an incorrect position when using Safari.
- MultiSelect
- MultiSelect Enabled property not working as expected.
- MultiSelect remove its custom tags when item is deselected.
- PanelBar
- Unable to Tab out of RadPanelBar if there are no visible, focusable controls inside of it.
- PanelBar with TabIndex<1 cannot be focused.
- PdfProcessing
- ArgumentNullException is thrown when importing document containing destinations with null page value.
- InvalidCastException is thrown when importing an embedded Type 1 Font with custom encoding.
- NullReferenceException is thrown when the appearance of widget annotation is pointing to an invalid object reference.
- SpreadProcessing
- Removing a row causes the last row of the sheet to copy its styling from the first row.
- Spreadsheet
- Spreadsheet throws a js exception when saving a file that contains a textbox or a chart.
- Javascript exception on loading a file in the Spreadsheet.
- Unable to add a new row to a sheet exported to Microsoft Excel and imported back in Spreadsheet.
- Incorrect server-side import of Microsoft Excel file with frozen panes.
- Wrong values copied from Spreadsheet, if cells are selected via keyboard and the data range exceeds the non-scrolling size of the Spreadsheet.
- Spreadsheet cannot be scrolled in iOS 13.
- Telerik.web.Spreadsheet.Workbook.Load() throws an error on loading a document with gradient cells' background.
- SpreadStreamProcessing
- Milliseconds are stripped when setting DateTime value.
- StyleSheetManager
- Hide Product Version when RadStyleSheetManager is on the page and EnableHandlerEncryption enabled.
- TabStrip
- JAWS says Selected for every tab in a tab strip instead of only for the currently selected tab.
- Role=tab does not support aria-level attribute.
- Cannot serialize nonfinite numbers error when hiding a tab on the client and the PerTabScrolling is enabled.
- ToolTip
- ToolTip not positioned correctly in Safari 13+.
- WordsProcessing
- NullReferenceException is thrown when the document style does not contain TableProperties.
↧
November 4, 2020, 3:56 am
Telerik DevCraft UIIncludes latest new features and improvements to Telerik and Kendo UI components.
Features
Telerik DevCraft UI includes the following updates:
- Kendo UI R3 2020 SP1 - Includes improvements for Grid, ImageEditor and Scheduler.
- KendoReact R3 2020 SP1 (v4.0.0) - Adds support for React 17.
- Kendo UI + Telerik UI for ASP.NET (MVC and Core), PHP, JSP R3 2020 SP1 - Includes improvements for Grid, ImageEditor, Scheduler and PdfProcessing.
- Telerik UI for ASP.NET AJAX R3 2020 SP1 - Includes improvements for Label and PdfProcessing.
- Telerik UI for Blazor 2.18 - Adds new ProgressBar, Chunk ProgressBar, RadioGroup, TextArea and Masked TextBox components.
- Telerik UI for WinForms R3 2020 SP1 - Adds DataMatrix barcode type, plus improvements to spreadsheet import/export functionality.
- Telerik UI for WPF R3 2020 SP1 - Adds IsInverted property to all controls and improves PdfProcessing.
- Telerik UI for Xamarin R3 2020 SP1 - Adds components to handle image formats, plus improvements for RichTextEditor and PdfProcessing.
- Telerik UI for Silverlight R3 2020 SP1 - Adds IsInverted property to all controls and improves PdfProcessing.
↧
November 4, 2020, 3:57 am
↧
↧
November 4, 2020, 3:58 am
Telerik DevCraft UltimateIncludes latest new features and improvements to Telerik and Kendo UI components.
Features
Telerik DevCraft Ultimate includes the following updates:
- Kendo UI R3 2020 SP1 - Includes improvements for Grid, ImageEditor and Scheduler.
- KendoReact R3 2020 SP1 (v4.0.0) - Adds support for React 17.
- Kendo UI + Telerik UI for ASP.NET (MVC and Core), PHP, JSP R3 2020 SP1 - Includes improvements for Grid, ImageEditor, Scheduler and PdfProcessing.
- Telerik UI for ASP.NET AJAX R3 2020 SP1 - Includes improvements for Label and PdfProcessing.
- Telerik UI for Blazor 2.18 - Adds new ProgressBar, Chunk ProgressBar, RadioGroup, TextArea and Masked TextBox components.
- Telerik UI for WinForms R3 2020 SP1 - Adds DataMatrix barcode type, plus improvements to spreadsheet import/export functionality.
- Telerik UI for WPF R3 2020 SP1 - Adds IsInverted property to all controls and improves PdfProcessing.
- Telerik UI for Xamarin R3 2020 SP1 - Adds components to handle image formats, plus improvements for RichTextEditor and PdfProcessing.
- Telerik UI for Silverlight R3 2020 SP1 - Adds IsInverted property to all controls and improves PdfProcessing.
- Telerik Reporting R3 2020 SP1 - Adds Visual Studio Template for the Web Report Designer.
- Telerik JustMock R3 2020 SP1 - Adds ability to configure the TCP port range for the JustMock DebugWindow Service.
- Telerik Report Server R3 2020 SP1 - Adds Visual Studio Template for the Web Report Designer.
↧
November 4, 2020, 3:59 am
Telerik DevCraft CompleteIncludes latest new features and improvements to Telerik and Kendo UI components.
Features
Telerik DevCraft Complete includes the following updates:
- Kendo UI R3 2020 SP1 - Includes improvements for Grid, ImageEditor and Scheduler.
- KendoReact R3 2020 SP1 (v4.0.0) - Adds support for React 17.
- Kendo UI + Telerik UI for ASP.NET (MVC and Core), PHP, JSP R3 2020 SP1 - Includes improvements for Grid, ImageEditor, Scheduler and PdfProcessing.
- Telerik UI for ASP.NET AJAX R3 2020 SP1 - Includes improvements for Label and PdfProcessing.
- Telerik UI for Blazor 2.18 - Adds new ProgressBar, Chunk ProgressBar, RadioGroup, TextArea and Masked TextBox components.
- Telerik UI for WinForms R3 2020 SP1 - Adds DataMatrix barcode type, plus improvements to spreadsheet import/export functionality.
- Telerik UI for WPF R3 2020 SP1 - Adds IsInverted property to all controls and improves PdfProcessing.
- Telerik UI for Xamarin R3 2020 SP1 - Adds components to handle image formats, plus improvements for RichTextEditor and PdfProcessing.
- Telerik UI for Silverlight R3 2020 SP1 - Adds IsInverted property to all controls and improves PdfProcessing.
- Telerik Reporting R3 2020 SP1 - Adds Visual Studio Template for the Web Report Designer.
- Telerik JustMock R3 2020 SP1 - Adds ability to configure the TCP port range for the JustMock DebugWindow Service.
↧
November 5, 2020, 5:04 am
ComponentOne WPF Sales Dashboard App demo.GrapeCity announces the community preview of .NET 5 controls for WPF.
GrapeCity has been collaborating with Microsoft to make the ComponentOne Studio .NET controls compatible with Microsoft .NET 5 - the convergence of .NET Framework and .NET Core. Microsoft is unifying the APIs and runtime of all development platforms and GrapeCity is pleased to announce the community preview of .NET 5 controls for WPF.
- Microsoft .NET 5 WPF and WinForms Controls (CTP) - Get a look at the first .NET 5 WPF and WinForms controls implemented just in time for the release of .NET 5. These controls are built upon .NET 5 and take advantage of new features without compromising on backward compatibility or performance. In the initial WinForms CTP, GrapeCity is releasing FlexGrid, FlexChart, Ribbon, Sparkline, SuperTooltip, C1Icon, ExpressionEditor, RulesManager, and themes. For WPF CTP, they are releasing FlexGrid, FlexChart, FlexPie, Input, DateTime Editors, ColorPicker, ComboBox, DropDown, Docking, RichTextBox, TabControl, and TreeView.
- Microsoft .NET 5 Support for WPF and WinForms - The .NET 5 CTP includes new versions of the most popular WPF and WinForms controls built on .NET 5 for optimal performance and features.
- Microsoft .NET Core 3.1 Support - 2020 v2 now supports .NET Core 3.1 across WinForms, WPF, ASP.NET Core MVC, and Blazor.
For more information, please see the following products:
↧