Quantcast
Channel: ComponentSource News | Scheduling Components
Viewing all 1472 articles
Browse latest View live

DevExpress VCL Subscription 19.2.7

$
0
0
DevExpress VCL Subscription

Improves PDFViewer, SpellChecker and SpreadSheet controls.

Fixes

ExpressBars Suite

  • Ribbon - Office 2019 style - A tab group displays content without animation.

ExpressEditors Library

  • cxDateEdit - The "Could not convert variant of type (UnicodeString) into type (Date)" error occurs on saving a date selected from the drop-down calendar if the Properties.EditFormat property value includes ddd or dddd.
  • How to get selected Item in OnClickCheck event when IncrementalFiltering = True.

ExpressLayout Control

  • Cannot move layout items from one layout to another.

ExpressPDFViewer

  • Certain PDF draw commands can result in incorrect clip region calculations that crop content on a page.
  • Error working with class TdxPDFViewer in DLL - DevExpress V 19.2.6.
  • Glyphs of a built-in TrueType font can be displayed incorrectly if the font has the Symbolic flag.
  • Memory leaks occur if the PDF Viewer reopens a document multiple times in rapid succession.

ExpressQuantumGrid Suite

  • Export to XLS or XLSX - An export procedure ignores a bound BCD field's Currency property value if True is passed as the AUseNativeFormat parameter.
  • Scroll operations reset a column’s Properties.EchoMode property setting for an active cell editor.
  • Strange behavior of inplace editor after scroll when AlwaysShowEditor is true.
  • Table and Banded Table Views - In-place Edit Form - The AHeight parameter's value passed to the View's OnGetCellHeight event handler is applied to form editors.
  • Table and Banded Table Views - The "RowIndex out of range" exception occurs on filtering out a bookmarked record in certain cases.

ExpressScheduler Suite

  • Script errors occur when WebServiceDemo or CloudStorageDemo displays the "Sign in - Google Accounts" window.

ExpressSpellChecker

  • The background of the Outlook-style Spelling dialog is not skinned.

ExpressSpreadSheet

  • A clear selection operation moves focus to the A1 cell instead of complete cell deselection.
  • Merged cells pasted from the clipboard incorrectly merge their borders on certain worksheets.
  • The control displaces comments that are prohibited from moving and resizing with underlying cells in an XLSX file.
  • The control does not load comment content from an XLSX file in certain cases.

ExpressTile Control

  • A detail page's Back button appears cropped if the monitor DPI is higher than 96.

Infragistics announces Ignite for Good

$
0
0

Supporting Customers, Partners, and Communities during COVID-19

Infragistics has launched their Ignite for Good program to provide resources and expertise to support people and organizations currently working on COVID-19 releated technology projects. As part of the Ignite for Good program, Infragistics will be...

  • Releasing new open source applications and data visualizations
  • Providing access to Priority Support for all customers
  • Extending all trial licenses
  • Providing support for COVID-19 research and support initiatives
  • Much more!

Steve Johnston - Infragistics Product Marketing Manager for Developer Tools, has written a blog post that outlines everything you need to know about the Ignite for Good program. Click here for details.

Priority Support LiveVirtual Event Series - Get live, direct access to UI/UX product, development, and support experts.

  • Kick-off event Thursday, May 7th, 2020 - Click here to register for this event.

DevExpress WinForms 20.1.3

$
0
0
Adds the ability to calculate total summaries for selected rows

Adds the ability to calculate total summaries for selected rows.

Features

.Net Core 5 Compatibility

  • Support for both .NET 5.0 Preview 1 and .NET 5.0 Preview 2. All WinForms products are fully compatible with .NET 5.

Appium / WinAppDriver Support

  • DevExpress WinForms controls are fully compatible with WinAppDriver. You can use Appium to create UI tests for your application.

New Step Progress Bar

  • The new WinForms Step Progress Bar visualizes a linear process and highlights its current stage.

Data Grid

  • Row Hot Track - Added an EnableAppearanceHotTrackedRow option to table views. Hot-tracked row uses appearance settings applied to HotTrackedRow.
  • Kanban Board Enhancements (TileView)
    • Tile Auto-height (dynamic tile heights) support. You can enable auto-height mode for certain tile template rows to display lengthy text or large images. To limit the number of visible text lines, use the new MaxLineCount option.
    • A Kanban group can display a button at the bottom. You can specify button text and visibility. Handle the GroupFooterButtonClick event to respond to button clicks.
    • Manual group generation.
    • Ability to display custom buttons within a Kanban group header. Custom buttons can be visible by default or can be displayed when you hover over a group header.
    • Specify the background color of all/individual Kanban groups.
    • TileGroups created manually are not automatically destroyed when users drag all cards away from the group.
  • Calculate Total Summary for Selected Rows - In multiple-row selection mode, the WinForms Data Grid can calculate total summaries for selected data and group rows. Whenever you change selection, the grid automatically updates its summary values. Users can change summary mode via the footer's context menu.
  • Copy to Clipboard Enhancements - With this release, you can obtain selected data during copy operations (applies to both the WinForms Data Grid and the  WinForms TreeList). You can get selected data in the following formats:
    • TXT.
    • RTF.
    • Unicode.
    • CSV.
    • BIFF8.
    • HTML.

Charting

  • Calculated Fields - This release includes calculated field support. Calculated fields allow you to apply an expression to data source fields.
  • Edit Annotations at Runtime - End-users can now create text and image annotations via Ribbon commands (Add Text Annotation / Add Image Annotation). If the RuntimeEditing option is enabled, end-users can change existing annotations - edit text and replace images, or delete them via the Delete key.
  • New DateTime Axis Mode - v20.1 includes a new SkipRangesWithoutPoints option. Enable it to automatically exclude all axis ranges without data points. This feature is especially useful for financial charting - you no longer need to manually define non-working date intervals.
  • Constant Lines - Runtime Editing - End-users can now add constant lines via Ribbon commands (Add Vertical Constant Line / Add Horizontal Constant Line). End-users can move a constant line, edit its title, or delete the line (via the Delete key). The new ConstantLineMoved event occurs when a user moves a constant line.
  • Side Points - v20.1 includes the new Side Points chart element. You can configure markers and labels for the first and last series points independent of other series points.
  • Side Margin Enhancements
    • You can specify side margins separately via the new Range.StartSideMargin and Range.EndSideMargin properties.
    • The Range.SideMarginSizeUnit property allows you to specify measurement units used to define side margins.
    • Two options are available - Axis Unit (default) and Axis Range Percentage.

Diagram

  • Text Tool - The new Text Tool allows you and your users to add text labels to a diagram.
  • DataTable and DataSet Support - The Data Binding and Org Chart controllers now support DataTable and DataSet sources.
  • DirectX Hardware Acceleration - The WinForms Diagram Control can now use DirectX hardware acceleration. With DirectX, your apps will perform at their very best on on High-DPI devices (4K+).
  • Miscellaneous Enhancements
    • Properties Panel Localization support.
    • Ability to draw diagram items outside the Diagram Control (DrawDetachedItem).

Gantt Control

  • Task Dependencies: Types, Lags, and Performance Improvements - The Gantt Control now supports different dependency types: start-to-start, start-to-finish, finish-to-start, and finish-to-finish. If the mouse pointer hovers over a dependency arrow, users can move the dependency from one successor to another or remove the dependency. To create a new dependency, use pointers displayed at a task's edge. To specify dependencies, use a separate data source. A data source record represents a dependency. The record should contain the predecessor, successor, and dependency type. You can also set a time lag between predecessor and successor. If a user moves a predecessor, the control automatically reschedules all its successors with respect to the time lag. Also improved dependency rendering performance for applications that use large amounts of data.
  • Interactive Editing - The WinForms Gantt Control now supports interactive editing. Users can edit tasks in the chart and task areas. In the task area, users can invoke a cell editor to update a task's start/finish date, progress, or duration. In the chart area, users can move a task to a new time slot, update progress, or change a dependency via drag and drop. Changes in the chart area are automatically reflected in the task area, and vice versa.
  • Auto-Scheduling - The WinForms Gantt Control now offers automatic schedule mode support. When a user changes a task's start/finish date, dependency, or progress, the Gantt control automatically reschedules all dependent tasks throughout the project.

Layout and Navigation

  • Stack and Table Panel Enhancements - This release includes enhancements to the WinForms StackPanel and TablePanel containers.
  • Auto-Size - The panels now include auto-size functionality. Panels automatically shrink and expand to fit all nested controls. Use the control's AutoSize and AutoSizeMode
  • Right-to-left (RTL) layout support.
  • Automatic tab order - The new AutoTabOrder property allows you to automate tab order for controls within panels.
  • Baseline caption alignment. Use the LabelVertAlignment property to vertically align labels relative to controls displayed in adjacent cells.
  • Control row and column visibility within the WinForms TablePanel. Use the Visible property to temporarily hide specific rows and columns.
  • Stack and Table panels now support Per-Monitor v2 DPI Awareness mode.

Map Control

  • MapEllipse - Geodesic Shape Layout - MapEllipse now supports Geodesic shape layout. Also added the MapEllipse.CreateInPixelsByCenter method to create an ellipse based on a center point in Geographical coordinates and pixel dimensions.
  • Vector Tiles - Now supports PBF and MBTiles vector files.
  • Vector Element Layout and SVG Support - New options (rotation angle and SVG image support) extend the capabilities of vector items such as Pushpins and Custom Elements. MapItem ships with a new Tag property.
  • GeoJSON, KMZ, GPX Support - With this release, the Map Control supports new data providers designed to load data from GeoJSON, KMZ, and GPX files.
  • MapSpline - v20.1 includes a new MapSpline vector element. With it, you can draw a spline on your map as needed.

MVVM Enhancements

  • WindowService - allows you to open Views as separate XtraForms, RibbonForms or Flyouts.
  • CurrentWindowService - allows you to manage windows (forms) from the ViewModel layer. Service API allows you to change the form's window state or close any active window.
  • CurrentDialogService - allows you to manage currently open dialogs.

Pivot Grid

  • 'Week-Year' Group Interval.
  • New Summary Types for Server Mode and 'Optimized' Client Mode
    • CountDistinct.
    • Median.
    • Mode.
  • The Expression editor ships with the following new functions:
    • CountDistinct().
    • Median().
    • Mode().
  • Pinned (Fixed) Columns - You can now pin (anchor) column field values to the left / right. Pinned field values are never scrolled horizontally.

Rich Text Editor

  • Wrap Text Around a Table - The Rich Text Editor now allows you to change text wrapping around tables, table alignment and offset in code and via its UI.
  • Footnotes and Endnotes - The WinForms Rich Text Editor supports footnotes and endnotes. New API allows you to access and edit notes in code. Documents with notes can be printed and exported to PDF.
  • Shape API Enhancements - You can now create any type of shape and:
    • Group shapes.
    • Change a shape’s fill, outline and position settings.
    • Remove shapes from a document.
  • Character Properties Enhancements - Includes the following character spacing options:
    • Spacing.
    • Horizontal Scale.
    • Position.
    • Kerning.
  • Custom XML - The Word Processing Document API and WinForms / WPF Rich Text Editors allow you to store custom XML data in DOCX and DOC documents. You can create, edit and remove custom XML in code.

Scheduler

  • Buttons to Show and Hide Resources in Categories - You can now display Show and Hide buttons within a resource category. The Hide button is displayed in a resource header and allows users to close the resource. The Show button is displayed in a category header and allows users to show hidden resources. When clicked, the control displays a pop-up menu and allows users to select/display hidden resources.
  • TimeLine View - Fixed Resource Height and Pixel Scrolling - The WinForms Timeline View includes a new ResourceHeight property. Use it to set fixed resource height and enable pixel scrolling.

Spreadsheet

  • XML Spreadsheet 2003 Format Support - The Spreadsheet Document API and WinForms / WPF Spreadsheet controls now support the XML Spreadsheet 2003 file format. You can load and save documents using this format as needed.
  • PDF Export Enhancements - The Spreadsheet's export to PDF feature is now faster and produces a more precise layout.
  • Print Layout Enhancements - Now calculate the layout of a printed document more accurately. The resulting printout closely mirrors the print output of Microsoft Excel.
  • Calculation Accuracy - Significantly improved calculation accuracy for comparison operators and the following built-in functions:
    • ROUND, ROUNDUP, ROUNDDOWN, FLOOR (number rounding now replicates Microsoft Excel).
    • Date and time functions (WEEKNUM, YEARFRAC, DATEDIF, NETWORKDAYS.INTL).
    • Mathematical functions (SUM and AVERAGE).
    • Financial functions (EFFECT).

TreeList

  • Row Hot Track - Set the 'TreeListOptionsSelection.EnableAppearanceHotTrackedRow' property to true, to enable row (node) hot track. Use the HoveredRow property to customize appearance settings.
  • New Item Row - The New Item Row allows an end-user to add new nodes. The New Item Row's context menu allows the end-user to specify whether to add a new node to the root or as a child node. Handle the InitNewRow event to initialize values before the user begins to enter data. You can also customize the appearance and text displayed within the New Item Row.
  • Copy to Clipboard Enhancements - With this release, you can obtain selected data during copy operations (applies to both the WinForms Data Grid and the  WinForms TreeList). You can get selected data in the following formats:
    • TXT.
    • RTF.
    • Unicode.
    • CSV.
    • BIFF8.
    • HTML.
  • Empty Area Menu - The TreeList control now shows a pop-up menu when a user right-clicks an empty region of the control. This menu is initially empty. To populate it with items, handle the PopupMenuShowing event and check whether the menu's HitInfoType is Empty.

Miscellaneous

  • Fluent Design and Skinned Splash Screens
    • Fluent Splash Screen - a Windows 10-inspired splash screen that features an Acrylic material effect (a partially transparent texture).
    • Skin Splash Screen that auto-adjusts its appearance based on the current skin.
    • You can customize text, image and appearance settings; update content and style settings dynamically; and custom draw the splash screens.
    • Use the new SplashScreenManager.ShowFluentSplashScreen and SplashScreenManager.ShowSkinSplashScreen static methods to display these splash screens.
    • Also revamped the appearance of the default Splash Screen.
  • Radio Group - New options include:
    • FlowLayoutItemHorzIndent.
    • FlowLayoutItemVertIndent.
    • Padding.
  • SuperToolTip Designer Enhancements - To improve its overall user experience and to simplify tooltip design/layout, this release reworks the WinForms SuperToolTip Designer.
  • Image Picker - ImageUri - You can now use the ImageURI picker to access images from all DevExpress image collections - Colored, GrayScale, Office2013, etc.
  • PictureEdit - New API - ImageLoading / ImageSaving - these events allow you to convert images when an end-user opens or saves the image in unsupported file format (e.g. WEBP).
  • SvgImageBox - DirectX Support - The WinForms SvgImageBox can now use DirectX hardware acceleration to render vector images. DirectX improves rendering performance for complex vector image with numerous elements.
  • Custom Draw API for Tab Headers - The WinForms TabbedMDIManager and the DocumentManager's TabbedView now include CustomDrawTabHeader and CustomDrawHeaderButton events so you can manually draw tab headers.
  • XtraMessageBox - Support HtmlImages - You can now use the HTML 'Image' tag to display images in XtraMessageBox messages.
  • XtraMessageBox - 'Do not show this message again' option - To display a 'Do not show this message again' option in a message box, set the 'XtraMessageBoxArgs.DoNotShowAgainCheckBoxVisible' property to true.
  • ToolTipController - SVG Images - Hints can now display vector images.
  • Filter Control - Tooltips for Custom Functions - The WinForms Filter Control now shows tooltips for custom functions. When you create a custom function class, use the ICustomFunctionOperatorBrowsable.Description property to specify a tooltip.
  • Filter Control - Integrated Search.
  • Overlay Enhancements
  • Overlay forms now support a new animation type - Semi-Transparent Dotted Line.
  • Ability to specify the image (wait indicator) size (ImageSize).
  • Wizard Control - New HyperLinkClick Event - Use a new HyperLinkClick event to handle clicks on links.

DevExpress Universal 20.1.3

$
0
0
New JavaScript File Manager

Major enhancements for JavaScript (Angular/React/Vue/TypeScript), ASP.NET Core, ASP.NET, WPF and Reporting.

Features

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

DevExpress DXperience 20.1.3

$
0
0
New JavaScript Diagram control

Major enhancements for JavaScript (Angular/React/Vue/TypeScript), ASP.NET Core, ASP.NET, WPF and Reporting.

Features

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

Highcharts Gantt JS v8.1.x

$
0
0
Highcharts Gantt JS

Adds vertical panning to charts, plus internationalization options for the export-data module.

v8.1.0

Updated May 5, 2020

Features

  • New in Highcharts v8.1.0
    • Added vertical panning to Highcharts. The chart.panning.type now accepts y directions.
    • Added box options for yAxis.stackLabels: backgroundColor, borderWidth, borderRadius and borderColor.
    • Added new series label options, series.label.format and series.label.formatter.
    • Added individual dash style settings for various parts of box plots.
    • Added language options for export-data table text.

Fixes

  • Fixes in Highcharts Gantt v8.1.0
    • Fixed #13221, grid axis labels rendered outside the cell if the cell width was 0.
    • Fixed #12984, Gantt tasks not being collapsed when added by chart.addSeries.
  • Fixes in Highcharts v8.1.0
    • Fixed issue with missing accessibility options in the API.
    • Fixed #12767, exported data table had wrong points categories.
    • Fixed #13305, focus border not updated with scrolling points.
    • Fixed #11500, stack labels had a wrong position after moving X axis or Y axis.
    • Fixed #13332, 3D column not working on Microsoft IE browsers. Fixed fillSetter in cuboid methods.
    • Fixed #13310, HTML tooltip did not stick on pointer contact when activated.
    • Fixed #13136, couldn't set yAxis.tickAmount when the chart size was small.
    • Fixed #13098, wordcloud animation options didn't work.
    • Fixed #12656, drilldown points were wrong after click on axis label.
    • Fixed #13204, multiple yAxis labels were not centered over the gridlines when rotation was set and alignTicks was enabled.
    • Fixed #8280, 3D column zIndex was wrongly calculated on wide screens.
    • Fixed #13101, pie with negative values threw error on drilldown.
    • Fixed #13226, tooltip prevented interaction on other chart elements.
    • Fixed #13169, a regression causing packed bubble's initial simulation not to work smoothly.
    • Fixed #12163, width of button was not updated when the font weight changed.
    • Fixed #12165, errors on setting the button width to null.
    • Fixed #13161, stacking was erroneously applied on xrange.
    • Fixed #5999, point.color was not respected for boosted series.
    • Fixed #13134, lollipop misaligned on errorbar series.
    • Fixed #12979, console errors when updating an axis at the same time as updating a related annotation.
    • Fixed #11928, 3D pie was misplaced after calling Series.update.
    • Fixed #13110, chart.sonify was no longer working after v8.0.1.
    • Fixed #13069, histogram produced the wrong number of bins when baseSeries was filled by points with negative values.
    • Fixed #12027, print was not working correctly in packed bubble charts.
    • Fixed #12991, scrollablePlotArea.minHeight was not responsive when changing window height.
    • Fixed #13100, in organization charts, node data labels disappeared in some cases.
    • Fixed #12883, legend pagination was not working correctly when the accessibility module was included.
    • Fixed #13001, scrollablePlotArea not inheriting chart style. Also applied chart styles to tooltip container when tooltip.outside is true.
    • Fixed #13070, annotation was not draggable when HTML label was used.
    • Fixed #13077, the point.isInsidePlot method didn't handle polar charts.
    • Fixed #11635, scrolling didn't trigger hiding of the tooltip when the cursor left the chart's container.
    • Fixed #12091, could not update series shadows without disabling them first.
    • Fixed #12994, tooltip.hideDelay of 0 was causing unexpected tooltip behavior.
    • Fixed #11397, incorrect position of the focus border on text elements.
    • Fixed issue with crosshair wrong position with shared tooltip.

Aspose.Tasks for .NET V20.5

$
0
0
Aspose.Tasks for .NET

Adds support for reading shared resource assignments.

Features

  • Added support for reading shared resource assignments.
  • Added support for GridlineType.MiddleTierColumn.

Syncfusion Essential Studio Windows Forms 2020 Volume 1 - Service Pack 1

$
0
0
Syncfusion Essential Studio Windows Forms

Improves Smith Chart control.

Features

Smith Chart

  • Added clipboard support when copying charts to bitmap images.

Syncfusion Essential Studio Enterprise 2020 Volume 1 - Service Pack 1

$
0
0
Syncfusion Essential Studio Enterprise

All of Syncfusion's user interface, reporting, and business intelligence components and libraries in one comprehensive suite. Latest Service Pack release.

Features

Syncfusion has released a Service Pack update across their Essential Studio product range.

MindFusion.Scheduling for WPF V3.5

$
0
0
RangeSelector component

Adds new Range Selector component.

Features

  • JSON Serialization - Schedules can now be serialized in JSON format.
  • Range Selector Component - The Calendar control can now integrate with the new Range Selector component in order to create a timeline in Resource View.
  • New ShowPaddingItems property specifies whether to show items in padding in Days of Month view.
  • GetFirstDate, GetFirstVisibleDate, GetLastDate, GetLastVisibleDate methods added to Calendar.

Kendo UI + Telerik UI for JSP R2 2020

$
0
0
New Form, Stepper and TileLayout widgets.

Adds Form, Stepper, TextBox and TileLayout widgets.

Features

  • Common
    • New TextBox widget.
    • New TileLayout widget.
    • New Stepper widget.
    • New Form widget.
    • Add official support for jQuery 3.5.1.
    • Kendo defaults (global settings).
  • Badge
    • Badge improvements.
  • Button
    • Make toolbar container for buttons.
  • ButtonGroup
    • Make toolbar container for buttons.
  • Calendar
    • New Rendering for DatePicker & TimePicker.
  • Chart
    • Auto fit option for content area with labels in "pie" and "donut" chart.
  • ComboBox
    • Using arrows in virtualized and collapsed DropDownList/ComboBox to navigate through items cannot load next portion of items when reached.
  • DatePicker
    • New Rendering for DatePicker & TimePicker.
  • DateTimePicker
    • New Rendering for DatePicker & TimePicker.
  • Dialog
    • Unify Window and Dialog design and styles.
  • DropDownList
    • Using arrows in virtualized and collapsed DropDownList/ComboBox to navigate through items cannot load next portion of items when reached.
  • Editor
    • Unify viewhtml dialog with the rest of the suites.
    • Extend Editor toolbar rendering to match ToolBar rendering.
  • FileManager
    • Open a file on Enter key press in Grid View and List View, instead of entering rename mode.
  • Filter
    • Make toolbar container for buttons.
  • Gantt
    • Improved contrast of Gantt task and Scheduler event in Nova theme.
  • Grid
    • Grid Pager Position property.
    • Use native select element for responsive pager numbers dropdown.
    • DataSource server-side remote grouping.
    • Allow usage of Adaptive Grid and Scheduler without defining an explicit pixel height.
  • ListView
    • ListView appearance improvements.
  • MaskedTextBox
    • Floating Labels for Inputs.
  • Notification
    • Enhance Notification color contrast.
  • NumericTextBox
    • Floating Labels for Inputs.
  • Pager
    • Update the responsive Pager styles and classes based on the latest design.
    • Grid Pager Position property.
    • Use native select element for responsive pager numbers dropdown.
  • Scheduler
    • Improved contrast of Gantt task and Scheduler event in Nova theme.
    • Add workDays option to the views.
    • Search input to filter scheduler events.
    • Demo showing iCalendar format import and export.
    • Allow usage of Adaptive Grid and Scheduler without defining an explicit pixel height.
  • Spreadsheet
    • Remove spreadsheet toolbar customizations.
  • TextBox
    • Floating Labels for Inputs.
  • TimePicker
    • New Rendering for DatePicker & TimePicker.
  • ToolBar
    • Make toolbar container for buttons.
  • Upload
    • Improve buttons in material upload.
    • Upload appearance improvements.
  • Validator
    • Add errors to Validator's validate and validateInput event data.
    • Accessibility improvements for Validator error label.
    • Add Validation Summary.
    • Add Validator setOptions() method.
    • Update Validator rendering to match Form widget.
  • Window
    • Unify Window and Dialog design and styles.

Fixes

  • Common
    • Bundling bootstrap styles results in error.
  • Chart
    • Pie Chart labels may be rendered outside the visible area.
  • ComboBox
    • Change event in ComboBox not triggered, when the same value is cleared in the previously triggered change event.
    • ComboBox change event fires inconsistently in cascading scenarios.
  • FileManager
    • FileManager - additional data cannot be sent along with the uploaded file.
    • Moving folders in the TreeView inside the FileManager throws a JS error.
  • Grid
    • JS error thrown on pressing Space, when Grid with no data is focused.
    • Grid width option is not documented and not included in the wrappers.
  • Pager
    • Current page number is not visible in Bootstrap v3 theme.
  • Scheduler
    • Scheduler events are displayed incorrectly when they start/end at the same time (SASS themes).
  • TabStrip
    • Not working TabStrip scrollable buttons on Apple iOS 13 and Android in Desktop mode.
  • ToolBar
    • Screen readers do not announce the state of ToolBar ToggleButton.
    • Disabled ToolBar button does not have aria-disabled attribute.
  • TreeView
    • TreeView expandTo and expandPath methods do not set aria-expanded="true" and data-expanded="true" attributes to the respective nodes.

Kendo UI + Telerik UI for PHP R2 2020

$
0
0
New Form, Stepper and TileLayout widgets.

Adds Form, Stepper, TextBox and TileLayout widgets.

Features

  • Common
    • New TextBox widget.
    • New TileLayout widget.
    • New Stepper widget.
    • New Form widget.
    • Add official support for jQuery 3.5.1.
    • Kendo defaults (global settings).
  • Badge
    • Badge improvements.
  • Button
    • Make toolbar container for buttons.
  • ButtonGroup
    • Make toolbar container for buttons.
  • Calendar
    • New Rendering for DatePicker & TimePicker.
  • Chart
    • Auto fit option for content area with labels in "pie" and "donut" chart.
  • ComboBox
    • Using arrows in virtualized and collapsed DropDownList/ComboBox to navigate through items cannot load next portion of items when reached.
  • DatePicker
    • New Rendering for DatePicker & TimePicker.
  • DateTimePicker
    • New Rendering for DatePicker & TimePicker.
  • Dialog
    • Unify Window and Dialog design and styles.
  • DropDownList
    • Using arrows in virtualized and collapsed DropDownList/ComboBox to navigate through items cannot load next portion of items when reached.
  • Editor
    • Unify viewhtml dialog with the rest of the suites.
    • Extend Editor toolbar rendering to match ToolBar rendering.
  • FileManager
    • Open a file on Enter key press in Grid View and List View, instead of entering rename mode.
  • Filter
    • Make toolbar container for buttons.
  • Gantt
    • Improved contrast of Gantt task and Scheduler event in Nova theme.
  • Grid
    • Grid Pager Position property.
    • Use native select element for responsive pager numbers dropdown.
    • DataSource server-side remote grouping.
    • Allow usage of Adaptive Grid and Scheduler without defining an explicit pixel height.
  • ListView
    • ListView appearance improvements.
  • MaskedTextBox
    • Floating Labels for Inputs.
  • Notification
    • Enhance Notification color contrast.
  • NumericTextBox
    • Floating Labels for Inputs.
  • Pager
    • Update the responsive Pager styles and classes based on the latest design.
    • Grid Pager Position property.
    • Use native select element for responsive pager numbers dropdown.
  • Scheduler
    • Improved contrast of Gantt task and Scheduler event in Nova theme.
    • Add workDays option to the views.
    • Search input to filter scheduler events.
    • Demo showing iCalendar format import and export.
    • Allow usage of Adaptive Grid and Scheduler without defining an explicit pixel height.
  • Spreadsheet
    • Remove spreadsheet toolbar customizations.
  • TextBox
    • Floating Labels for Inputs.
  • TimePicker
    • New Rendering for DatePicker & TimePicker.
  • ToolBar
    • Make toolbar container for buttons.
  • Upload
    • Improve buttons in material upload.
    • Upload appearance improvements.
  • Validator
    • Add errors to Validator's validate and validateInput event data.
    • Accessibility improvements for Validator error label.
    • Add Validation Summary.
    • Add Validator setOptions() method.
    • Update Validator rendering to match Form widget.
  • Window
    • Unify Window and Dialog design and styles.

Fixes

  • Common
    • Bundling bootstrap styles results in error.
  • Chart
    • Pie Chart labels may be rendered outside the visible area.
  • ComboBox
    • Change event in ComboBox not triggered, when the same value is cleared in the previously triggered change event.
    • ComboBox change event fires inconsistently in cascading scenarios.
  • FileManager
    • FileManager - additional data cannot be sent along with the uploaded file.
    • Moving folders in the TreeView inside the FileManager throws a JS error.
  • Grid
    • JS error thrown on pressing Space, when Grid with no data is focused.
    • Grid width option is not documented and not included in the wrappers.
  • Pager
    • Current page number is not visible in Bootstrap v3 theme.
  • Scheduler
    • Scheduler events are displayed incorrectly when they start/end at the same time (SASS themes).
  • TabStrip
    • Not working TabStrip scrollable buttons on Apple iOS 13 and Android in Desktop mode.
  • ToolBar
    • Screen readers do not announce the state of ToolBar ToggleButton.
    • Disabled ToolBar button does not have aria-disabled attribute.
  • TreeView
    • TreeView expandTo and expandPath methods do not set aria-expanded="true" and data-expanded="true" attributes to the respective nodes.

Telerik DevCraft Ultimate - Upgrade from Telerik UI for ASP.NET AJAX R2 2020

$
0
0
Telerik DevCraft Ultimate R2 2020

Adds new components for Kendo UI and Telerik products, plus support for .NET 5 preview.

Features

Telerik DevCraft Ultimate includes the following updates:

Telerik DevCraft Complete - Upgrade from Telerik UI for ASP.NET AJAX R2 2020

$
0
0
Telerik DevCraft Complete R2 2020

Adds new components for Kendo UI and Telerik products, plus support for .NET 5 preview.

Features

Telerik DevCraft Complete includes the following updates:

Telerik DevCraft UI - Upgrade from Telerik UI for ASP.NET AJAX R2 2020

$
0
0
Telerik DevCraft UI R2 2020

Adds new components for Kendo UI and Telerik products, plus support for .NET 5 preview.

Features

Telerik DevCraft Complete includes the following updates:


Telerik UI for WPF R2 2020

$
0
0
Telerik UI for WPF .NET Core Project Converter

Includes .NET Core Converter to convert WPF projects to .NET Core.

Features

  • What's New
    • Assemblies and NuGet packages for .NET 5.0 Preview 3 are now available.
    • Introduced .Net Core Project Converter that converts WPF projects targeting .NET Framework into .NET Core projects to ease out the migration.
    • Callout component can be used to display important information in tooltip/popup scenarios. The control offers flexible customization of the body and arrow geometries, as well as various animations via CalloutPopupService class.
    • (Beta) NotifyIcon control allows you to show an icon in the taskbar notification area and handle user interaction with it. Show notifications, statuses and available options in the most suitable way, through a popup, tooltip, balloon or context menu.
    • Content controls are parts of the document that have specific input behavior. This feature can be used for creating rich interactive forms, which can be edited in the control and then persisted in the exported document. Content controls support different input control types (CheckBox, ComboBox, Calendar), editing restrictions, separate styling options etc. UI change of properties is also supported through properties dialogs.
    • Introduced support for creating custom time indicators and controlling their current time in the ScheduleView component.
    • Implemented support for displaying hierarchy (sub-items) in the NavigationView component.
    • Keyboard search navigation support is now available for PanelBar, PropertyGrid and TreeView components.
  • Changes in all controls
    • Ripple effect can't be removed when StyleManager is applied for the Fluent and Material themes. The FluentControl and MaterialControl, used for both themes did not reset their theme properly. They no longer implement IThemable's ResetTheme method as they are used only in the scope of the corresponding theme and do not need to do so.
  • FilePathPicker
    • Implemented functionality of setting the FilePath when a file is dropped over the control and the AllowDrop property is set to True.
  • GridView
    • Introduced CrossThreadCollectionChangedInterval property. It sets the interval at which CollectionChanged events from a background thread are dispatched to the UI thread. The default value is TimeSpan.Zero - each CollectionChanged event is dispatched without any batching. If not TimeSpan.Zero, CollectionChanged events are aggregated and sent to the UI thread for processing them at once.
    • Introduced a property called MouseWheelScrollLines which determines how many rows are scrolled with the mouse wheel.
    • Changed: Control panel items have transparent background by default and are not visible when the ShowGroupPanel property is set to False in the Material theme. The default background of the items is now changed to PrimaryNormalBrush (the same color as the group panel).
    • Changed: The assembly resources, used in the default styles for each of the themes, have duplicate names as the Controls assembly resources. Following the implicit styling mechanism and merging the theme files, causes unexpected look depending on the order of merging. Each resource from the GridView assembly now has a "GridView_" prefix - e.g. ControlOuterBorder is now renamed to GridView_ControlOuterBorder.
  • Map
    • Introduced the ClustersInvalidated event in VisualizationLayer which notifies when clusters are re-calculated.
    • Changed: The Pushpin was hardly visible when using the Crystal or the VisualStudio2019 theme as its color was white. It is now changed to AccentSelectedBrush for the Crystal theme (#1C83FF) and for the VisualStudio2019 theme - AccentSecondaryDarkBrush (#40508D).
  • NavigationView
    • Implemented support for displaying hierarchy (sub-items) in the NavigationView component.
  • PanelBar
    • Introduced keyboard search navigation support.
  • PDF Viewer
    • Implemented support for form fields in ThumbnailFactory.
    • Implemented support for respecting Custom UI Layers in ThumbnailFactory.
    • Introduced API for refreshing the page UI after a change in the page content.
    • [Preview] Implemented support for importing documents using the PdfProcessing model.
  • PdfProcessing
    • Provided API for clearing the registered fonts in the FontsRepository.
    • Support for WMF/EMF images when exporting documents to PDF.
    • Implemented rename functionality for interactive form fields.
    • Provided an Exception handling mechanism when importing and loading documents content.
  • PropertyGrid
    • PropertySetValueChanged event is now raised after PropertySetViewModel has updated all ViewModels.
    • Introduced keyboard search navigation functionality.
  • RichTextBox
    • Content controls are parts of the document that have specific input behavior. This feature can be used for creating rich interactive forms, which can be edited in the control and then persisted in the exported document. Content controls support different input control types (CheckBox, ComboBox, Calendar), editing restrictions, separate styling options etc. UI change of properties is also supported through properties dialogs.
  • ScheduleView
    • Support for adding a custom time indicator and positioning it on top of the appointment.
    • Introduced support for creating custom time indicators and controlling their current time in the ScheduleView component.
    • Changed: TimeRulerItem`s FontSize is changed to be 12px in Day, Week and Timeline View for Fluent theme.
  • Slider
    • Exposed ThumbToolTipStyle property. It can be used to customize the ToolTip of the slider thumbs.
  • SplashScreen
    • Introduced ImageStretch, ImageWidth, ImageHeight, FooterHorizontalContentAlignment properties on the RadSplashScreen and SplashScreenDataContext.
  • SyntaxEditor
    • Introduced TextSearched event which is fired when searching in the control.
    • Introduced a property to control whether the matching of the start and end folding tags is case sensitive or not.
  • TabbedWindow
    • New PrepareNewWindow virtual method introduced to allow replacing the tabbed window instance created when you drag out a tab from its parent window.
  • TabControl
    • Introduced visual states and triggers which represent the currently selected tab item inside the control's DropDown menu.
  • ToolTip
    • Change: The ToolTipContentView does not inherit the FontFamily and FontSize properties from the ToolTip and they are not properly updated through the themes' palettes for the Windows8, Windows8 Touch, Office2013, VisualStudio2013, Green, Office2016, Office2016Touch and Material themes.
  • TreeList
    • TreeListViewRowAutomationPeer now overrides GetLocalizedControlTypeCore and returns 'tree list view row' instead of 'grid view row'.
  • TreeView
    • Provided ability to set the HorizontalScrollBarVisibility and VerticalScrollBarVisibility properties of the ScrollViewer through TemplateBindings instead of using hard-coded values.
    • Implemented keyboard search navigation support.
  • WordsProcessing
    • Introduced support for exporting Line breaks to plain text format.

Fixes

  • Breadcrumb
    • The focus visual state is missing in the VisualStudio2019 theme.
  • ChartView
    • [NET Core] The special ChartView design-time features were missing in NetCore designer.
  • ComboBox
    • The Background, BorderBrush and BorderThickness setters applied through the editable ComboBox's TextBoxStyle are not respected.
    • Changing the Background of the PART_EditableTextBox changes the same of the PART_DropDownButton inside the EditableComboBox.
  • Diagrams
    • System.IO.IOException is thrown in some scenarios when the DiagramCursors are created.
  • Docking
    • Content elements inside a RadPaneGroup (not in the DocumentHost) with a single RadPane cannot be selected in the designer.
    • Setting a theme, different than the ApplicationTheme, using StyleManager, does not apply properly.
  • ExpressionEditor
    • Setting the ExpressionText to null causes a NullReferenceException.
  • FileDialogs
    • The FileName is wrong when selecting a drive from the navigation tree in the OpenFolderDialog.
  • GridView
    • The ColumnGroups element, positioned above the HierarchyExpandButton column, gets horizontally scrolled.
    • Degraded performance when loading items from a background thread, one by one, using the Add method. You can also improve the performance by using the new CrossThreadCollectionChangedInterval property.
    • Fixing delete functionality when the RadGridView is populated with items implementing from IList.
    • The element with x:Name Part_HierarchyIndentPresenter gets scrolled in all themes after the VisualStudio2013 theme - Office2016, Office2016Touch, Green, Material, Fluent, Crystal and VisualStudio2019.
    • Upper rows are not visible when row details are collapsed and RadDataPager is used.
    • NuGet: A wrong dependency is added when installing the SpreadsheetStreamingExport package.
  • LayoutControl
    • DragDropManager.MinimumHorizontalDragDistance and DragDropManager.MinimumVerticalDragDistance are set to 0 in the constructor of the LayoutControlToolBoxView.
    • Missing LayoutControlSplitter_Foreground resource in Windows8Touch theme leads to design-time error and no possibility for extracting the style of LayoutControlSplitter.
  • ListBox
    • Selected item is scrolled out of view if the ItemsSource is changed while the Window is showing and the ItemsPanel is StackPanel.
  • Map
    • Cannot specify multiple HazardousMaterials and multiple HazardousPermits in the BingRestTruckRouteRequest.
    • The layer property is not updated when changing the Open Street Maps layer in the UI.
    • TheMode property of ArcGisMapProvider is not updated when the mode is changed from the UI.
    • KMLReader does not read more than one InnerBoundaryIs tag.
  • MultiColumnComboBox
    • InvalidOperationException is thrown when programmatically adding items to the SelectedItems collection after the dropdown has been opened.
  • NavigationView
    • The PaneToggleButton element remains visible when setting PaneHeaderHeight to 0 in Office2013 theme due to the button's default MinHeight of 26px coming from the default RadToggleButtonStyle.
    • The PaneHeader area is still visible when the PaneHeaderHeight is set to zero and the control is in its Minimal mode.
  • PDF Viewer
    • Missing text content caused by handled InvalidCastException while parsing Type1 font file.
    • NullReferenceException is thrown when Printing a document which is still not loaded.
  • PdfProcessing
    • ArgumentException is thrown while importing choice field with an empty string for a value.
    • Incorrectly applied glyph widths after importing and exporting a document.
    • Whitespaces are ignored when exporting text with char spacing using TextFormatProvider.
    • Form Fields are not copied when merging documents.
    • Importing DecodeParms containing null or stream object results in missing image.
    • Inserting large image file with non-default ImageQuality setting causes OutOfMemoryException.
    • ImageQuality property is not retrieved properly from the format provider.
  • PivotGrid
    • Wrong translation of the "Sort Z to A" string in French culture.
  • ProgressBar
    • The default background, applicable for the ProgressBarTrack element when the control is not in its indeterminate state, is currently white and invisible on white application background until it starts to fill for the Office2016 and Office2016Touch themes. It is now the theme palettes' PrimaryBrush (light gray).
  • RibbonView
    • When the RadRibbonWindow.IsWindowsThemeEnabled property is set to False and the IsTitleVisible property is set to True in the Fluent theme, the minimize, maximize and close buttons of the window exceed the height of the RibbonTitleBarPanel.
    • Header buttons cannot be clicked when Per Monitor DPI Aware is enabled and the Window is on display with different DPI.
  • RichTextBox
    • Typing using Telugu generates additional spaces after the typed content.
    • After restarting the numbering of a level, the upper-level numbering is also modified.
  • ScheduleView
    • High importance icon in edit appointment dialog is pixelated in Office2016, Office2016Touch, Material, Fluent and Crystal themes.
    • Low importance icon in edit appointment dialog is not visible in dark variations of Fluent and Crystal themes.
    • The default appointment tooltip is not themed correctly when the theme is set using StyleManager.
  • SpreadProcessing
    • Cell references are not translated to other worksheets after inserting/removing rows/columns from the worksheet containing the cell reference.
    • The Lookup function does not work with text values.
    • NullReferenceException is thrown when importing documents containing elements in a non-default namespace.
  • Spreadsheet
    • Cell references are not translated to other worksheets after inserting/removing rows/columns from the worksheet containing the cell reference.
    • NullReferenceException is thrown when importing documents containing elements in a non-default namespace.
    • Synchronize print settings from WorksheetPageSetup to the printer when printing.
  • SyntaxEditor
    • ArgumentOutOfRangeException is thrown in XmlFoldingTagger when deleting last '>' symbol in the XML file.
    • Enter key does not produce new line if syntax editor is placed in secondary window in WPF application.
    • Folding buttons are misplaced after resizing of the control.
    • Space key does not enter text and results in lost focus when the control is hosted in RadListBox.
    • String literals are not recognized and colored in C#, VB, JS, SQL documents.
    • ArgumentOutOfRangeException is thrown in CSharpFoldingTagger when two consecutive lines of the document have '//' comments preceded by non empty strings.
  • TabbedWindow
    • InvalidOperationException is thrown in some scenarios when interacting with two windows shown in different threads and using the Fluent theme.
    • Tabs panel separator borders are not stretched properly and look misaligned in the Green and Material themes when the height of the tab items is bigger than default (e.g. 100 px).
  • Toolbar
    • Custom styles are not applied in an MVVM scenario.
  • TreeList
    • Expander buttons are clipped when there is a horizontal scrollbar.
    • MouseOver or Expand/Collapse effect appears on a different row (the recycled one) from the clicked one.
    • TreeListViewRows are collapsed unexpectedly while scrolling in scenarios with IsExpandedBinding and TabNavigation set to Once.
  • TreeView
    • Selection is not updated when using the arrow keys if the currently selected item is outside the viewport.
  • VirtualGrid
    • Incorrect row/column index in VirtualGridCellClipboardEventArgs when one or more rows/columns are pinned.
  • VirtualizingWrapPanel
    • There are missing items in the panel when adding and removing from the data source in .NET 4.5.
    • When using VirtualizingWrapPanel, ArgumentOutOfRangeException is thrown when items are removed from the collection.
  • Window
    • When PerMonitorDpiAwareness is enabled, window cannot be dragged to the end of the second monitor (with lower DPI).
  • WordsProcessing
    • Exception when using multiple instances of RtfFormatProvider.
    • NullReferenceException is thrown while importing HTML document containing a link element that has style attribute.
    • HtmlFormatProvider: JavaScript code is considered as text and inserted into the document.
    • NotSupportedException is thrown when exporting documents with WMF/EMF image to PDF.

Kendo UI + Telerik UI for ASP.NET (MVC & Core), PHP, JSP R2 2020

$
0
0
New and updated components in Kendo UI R2 2020.

Adds new Form, Stepper and TileLayout components, plus support for latest .NET 5 preview.

Features

  • Common
    • New TextBox widget.
    • New TileLayout widget.
    • New Stepper widget.
    • New Form widget.
    • Add official support for jQuery 3.5.1.
    • Kendo defaults (global settings).
  • Badge
    • Badge improvements.
  • Button
    • Make toolbar container for buttons.
  • ButtonGroup
    • Make toolbar container for buttons.
  • Calendar
    • New Rendering for DatePicker & TimePicker.
  • Chart
    • Auto fit option for content area with labels in "pie" and "donut" chart.
  • ComboBox
    • Using arrows in virtualized and collapsed DropDownList/ComboBox to navigate through items cannot load next portion of items when reached.
  • DatePicker
    • New Rendering for DatePicker & TimePicker.
  • DateTimePicker
    • New Rendering for DatePicker & TimePicker.
  • Dialog
    • Unify Window and Dialog design and styles.
  • DropDownList
    • Using arrows in virtualized and collapsed DropDownList/ComboBox to navigate through items cannot load next portion of items when reached.
  • Editor
    • Unify viewhtml dialog with the rest of the suites.
    • Extend Editor toolbar rendering to match ToolBar rendering.
  • FileManager
    • Open a file on Enter key press in Grid View and List View, instead of entering rename mode.
  • Filter
    • Make toolbar container for buttons.
  • Gantt
    • Improved contrast of Gantt task and Scheduler event in Nova theme.
  • Grid
    • Grid Pager Position property.
    • Use native select element for responsive pager numbers dropdown.
    • DataSource server-side remote grouping.
    • Allow usage of Adaptive Grid and Scheduler without defining an explicit pixel height.
  • ListView
    • ListView appearance improvements.
  • MaskedTextBox
    • Floating Labels for Inputs.
  • Notification
    • Enhance Notification color contrast.
  • NumericTextBox
    • Floating Labels for Inputs.
  • Pager
    • Update the responsive Pager styles and classes based on the latest design.
    • Grid Pager Position property.
    • Use native select element for responsive pager numbers dropdown.
  • Scheduler
    • Improved contrast of Gantt task and Scheduler event in Nova theme.
    • Add workDays option to the views.
    • Search input to filter scheduler events.
    • Demo showing iCalendar format import and export.
    • Allow usage of Adaptive Grid and Scheduler without defining an explicit pixel height.
  • Spreadsheet
    • Remove spreadsheet toolbar customizations.
  • TextBox
    • Floating Labels for Inputs.
  • TimePicker
    • New Rendering for DatePicker & TimePicker.
  • ToolBar
    • Make toolbar container for buttons.
  • Upload
    • Improve buttons in material upload.
    • Upload appearance improvements.
  • Validator
    • Add errors to Validator's validate and validateInput event data.
    • Accessibility improvements for Validator error label.
    • Add Validation Summary.
    • Add Validator setOptions() method.
    • Update Validator rendering to match Form widget.
  • Window
    • Unify Window and Dialog design and styles.
  • PdfProcessing
    • Provided API for clearing the registered fonts in the FontsRepository.
    • Support for WMF/EMF images when exporting documents to PDF.
    • Implemented rename functionality for interactive form fields.
    • Provided an Exception handling mechanism when importing and loading documents content.
  • WordsProcessing
    • Added support for exporting Line breaks to plain text format.

Fixes

  • Common
    • Bundling bootstrap styles results in error
  • Chart
    • Pie Chart labels may be rendered outside the visible area
  • ComboBox
    • Change event in ComboBox not triggered, when the same value is cleared in the previously triggered change event
    • ComboBox change event fires inconsistently in cascading scenarios
  • FileManager
    • FileManager - additional data cannot be sent along with the uploaded file
    • Moving folders in the TreeView inside the FileManager throws a JS error
  • Grid
    • JS error thrown on pressing Space, when Grid with no data is focused
    • Grid width option is not documented and not included in the wrappers
  • Pager
    • Current page number is not visible in Bootstrap v3 theme
  • Scheduler
    • Scheduler events are displayed incorrectly when they start/end at the same time (SASS themes)
  • TabStrip
    • Not working TabStrip scrollable buttons on Apple iOS 13 and Android in Desktop mode
  • ToolBar
    • Screen readers do not announce the state of ToolBar ToggleButton
    • Disabled ToolBar button does not have aria-disabled attribute
  • TreeView
    • TreeView expandTo and expandPath methods do not set aria-expanded="true" and data-expanded="true" attributes to the respective nodes
  • Wrappers (ASP.NET MVC& Core): ContextMenu
    • Not rendered k-menu-link class of ContextMenu item for ASP.NET MVC and ASP.NET Core wrappers
  • Wrappers (ASP.NET MVC & Core): Grid
    • Grid MVC and Core wrapper is missing height property
  • PdfProcessing
    • ArgumentException is thrown while importing choice field with an empty string for a value.
    • Incorrectly applied glyph widths after importing and exporting a document.
    • Whitespaces are ignored when exporting text with char spacing using TextFormatProvider.
    • Form Fields are not copied when merging documents.
    • Importing DecodeParms containing null or stream object results in missing image.
    • Inserting large image file with non-default ImageQuality setting causes OutOfMemoryException.
    • ImageQuality property is not retrieved properly from the format provider.
  • SpreadProcessing
    • The Lookup function does not work with text values.
  • WordsProcessing
    • Exception when using multiple instances of RtfFormatProvider.
    • NullReferenceException is thrown while importing HTML document containing a link element that has style attribute.
    • HtmlFormatProvider: JavaScript code is considered as text and inserted into the document.
    • NotSupportedException is thrown when exporting documents with WMF/EMF image to PDF.

Kendo UI + Telerik UI for ASP.NET (MVC & Core) R2 2020

$
0
0
Kendo UI + Telerik UI for ASP.NET (MVC & Core)

Adds new components and support for the latest preview of .NET 5.

Features

  • Common
    • New TextBox widget.
    • New TileLayout widget.
    • New Stepper widget.
    • New Form widget.
    • Add official support for jQuery 3.5.1.
    • Kendo defaults (global settings).
  • Badge
    • Badge improvements.
  • Button
    • Make toolbar container for buttons.
  • ButtonGroup
    • Make toolbar container for buttons.
  • Calendar
    • New Rendering for DatePicker & TimePicker.
  • Chart
    • Auto fit option for content area with labels in "pie" and "donut" chart.
  • ComboBox
    • Using arrows in virtualized and collapsed DropDownList/ComboBox to navigate through items cannot load next portion of items when reached.
  • DatePicker
    • New Rendering for DatePicker & TimePicker.
  • DateTimePicker
    • New Rendering for DatePicker & TimePicker.
  • Dialog
    • Unify Window and Dialog design and styles.
  • DropDownList
    • Using arrows in virtualized and collapsed DropDownList/ComboBox to navigate through items cannot load next portion of items when reached.
  • Editor
    • Unify viewhtml dialog with the rest of the suites.
    • Extend Editor toolbar rendering to match ToolBar rendering.
  • FileManager
    • Open a file on Enter key press in Grid View and List View, instead of entering rename mode.
  • Filter
    • Make toolbar container for buttons.
  • Gantt
    • Improved contrast of Gantt task and Scheduler event in Nova theme.
  • Grid
    • Grid Pager Position property.
    • Use native select element for responsive pager numbers dropdown.
    • DataSource server-side remote grouping.
    • Allow usage of Adaptive Grid and Scheduler without defining an explicit pixel height.
  • ListView
    • ListView appearance improvements.
  • MaskedTextBox
    • Floating Labels for Inputs.
  • Notification
    • Enhance Notification color contrast.
  • NumericTextBox
    • Floating Labels for Inputs.
  • Pager
    • Update the responsive Pager styles and classes based on the latest design.
    • Grid Pager Position property.
    • Use native select element for responsive pager numbers dropdown.
  • Scheduler
    • Improved contrast of Gantt task and Scheduler event in Nova theme.
    • Add workDays option to the views.
    • Search input to filter scheduler events.
    • Demo showing iCalendar format import and export.
    • Allow usage of Adaptive Grid and Scheduler without defining an explicit pixel height.
  • Spreadsheet
    • Remove spreadsheet toolbar customizations.
  • TextBox
    • Floating Labels for Inputs.
  • TimePicker
    • New Rendering for DatePicker & TimePicker.
  • ToolBar
    • Make toolbar container for buttons.
  • Upload
    • Improve buttons in material upload.
    • Upload appearance improvements.
  • Validator
    • Add errors to Validator's validate and validateInput event data.
    • Accessibility improvements for Validator error label.
    • Add Validation Summary.
    • Add Validator setOptions() method.
    • Update Validator rendering to match Form widget.
  • Window
    • Unify Window and Dialog design and styles.
  • PdfProcessing
    • Provided API for clearing the registered fonts in the FontsRepository.
    • Support for WMF/EMF images when exporting documents to PDF.
    • Implemented rename functionality for interactive form fields.
    • Provided an Exception handling mechanism when importing and loading documents content.
  • WordsProcessing
    • Added support for exporting Line breaks to plain text format.

Fixes

  • Common
    • Bundling bootstrap styles results in error
  • Chart
    • Pie Chart labels may be rendered outside the visible area
  • ComboBox
    • Change event in ComboBox not triggered, when the same value is cleared in the previously triggered change event
    • ComboBox change event fires inconsistently in cascading scenarios
  • FileManager
    • FileManager - additional data cannot be sent along with the uploaded file
    • Moving folders in the TreeView inside the FileManager throws a JS error
  • Grid
    • JS error thrown on pressing Space, when Grid with no data is focused
    • Grid width option is not documented and not included in the wrappers
  • Pager
    • Current page number is not visible in Bootstrap v3 theme
  • Scheduler
    • Scheduler events are displayed incorrectly when they start/end at the same time (SASS themes)
  • TabStrip
    • Not working TabStrip scrollable buttons on Apple iOS 13 and Android in Desktop mode
  • ToolBar
    • Screen readers do not announce the state of ToolBar ToggleButton
    • Disabled ToolBar button does not have aria-disabled attribute
  • TreeView
    • TreeView expandTo and expandPath methods do not set aria-expanded="true" and data-expanded="true" attributes to the respective nodes
  • Wrappers (ASP.NET MVC& Core): ContextMenu
    • Not rendered k-menu-link class of ContextMenu item for ASP.NET MVC and ASP.NET Core wrappers
  • Wrappers (ASP.NET MVC & Core): Grid
    • Grid MVC and Core wrapper is missing height property
  • PdfProcessing
    • ArgumentException is thrown while importing choice field with an empty string for a value.
    • Incorrectly applied glyph widths after importing and exporting a document.
    • Whitespaces are ignored when exporting text with char spacing using TextFormatProvider.
    • Form Fields are not copied when merging documents.
    • Importing DecodeParms containing null or stream object results in missing image.
    • Inserting large image file with non-default ImageQuality setting causes OutOfMemoryException.
    • ImageQuality property is not retrieved properly from the format provider.
  • SpreadProcessing
    • The Lookup function does not work with text values.
  • WordsProcessing
    • Exception when using multiple instances of RtfFormatProvider.
    • NullReferenceException is thrown while importing HTML document containing a link element that has style attribute.
    • HtmlFormatProvider: JavaScript code is considered as text and inserted into the document.
    • NotSupportedException is thrown when exporting documents with WMF/EMF image to PDF.

Telerik UI for ASP.NET AJAX R2 2020

$
0
0
PDF Viewer and Timeline components.

Adds new PDF Viewer and Timeline components, plus Spreadsheet improvements.

Features

  • Common
    • New Timeline component.
    • New PDFViewer component.
    • Backport jQuery XSS Vulnerability fix from jQuery 3.5 to the Telerik jQuery 1.14.2.
    • Security Improvement in handling Telerik.Web.UI.DialogHandler errors.
  • FormDecorator
    • Option text is not wrapped in classic render mode for a select styled by FormDecorator.
  • OrgChart
    • Missing Lightweight OrgChart connection lines in PDF when exported with ClientExportManager.
  • PdfProcessing
    • Provided API for clearing the registered fonts in the FontsRepository.
    • Support for WMF/EMF images when exporting documents to PDF.
    • Implemented rename functionality for interactive form fields.
    • Provided an Exception handling mechanism when importing and loading documents content.
  • Spreadsheet
    • Cell Comments and Tooltips.
    • Import and insert Images into the cells.
    • Built-in Import from XLSX file into the spreadsheet.
    • Built-in Export to XSLX and PDF from the spreadsheet.
  • WordsProcessing
    • Added support for exporting Line breaks to plain text format.

Fixes

  • Common
    • ClientStateLogPlayer.Remove method improvement.
    • Add missing ButtonSprites.gif files to Sunset and Telerik Classic skins.
  • Editor
    • A JavaScript error is thrown when the Print dialog is being disposed.
    • ConvertWordLists errors out when pasting bullets in a nested table inside another table from Microsoft Word.
    • Editor table styles do not work in Microsoft Edge.
    • Fix vertical scrollbar in the Upload dialog.
    • Fix The LayoutBuilder dialog layout is improved.
  • Grid
    • Filter Menu Stops Displaying when upgrading to version 2019.1.115.
    • Wrong cell border colors with RenderMode=Mobile in the Default, BlackMetroTouch and WebBlue skins.
  • Map
    • RadMap with many Markers throws Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
  • MultiSelect
    • Default height consistent with other dropdown and input heights.
  • MultiColumnComboBox
    • Clear button icon is duplicated in Microsoft Internet Explorer.
    • Default height consistent with other dropdown and input heights.
  • PdfProcessing
    • ArgumentException is thrown while importing choice field with an empty string for a value.
    • Incorrectly applied glyph widths after importing and exporting a document.
    • Whitespaces are ignored when exporting text with char spacing using TextFormatProvider.
    • Form Fields are not copied when merging documents.
    • Importing DecodeParms containing null or stream object results in missing image.
    • Inserting large image file with non-default ImageQuality setting causes OutOfMemoryException.
    • ImageQuality property is not retrieved properly from the format provider.
  • Scheduler
    • Culture not respected when creating ColumnHeaderDate for the week in YearView.
  • Spreadsheet
    • Cell formula list not working when there's more than one RadSpreadsheet on the page.
  • SpreadProcessing
    • The Lookup function does not work with text values.
  • WordsProcessing
    • Exception when using multiple instances of RtfFormatProvider.
    • NullReferenceException is thrown while importing HTML document containing a link element that has style attribute.
    • HtmlFormatProvider: JavaScript code is considered as text and inserted into the document.
    • NotSupportedException is thrown when exporting documents with WMF/EMF image to PDF.

Telerik DevCraft UI R2 2020

$
0
0
Telerik DevCraft UI R2 2020

Adds new components for Kendo UI and Telerik products, plus support for .NET 5 preview.

Features

Telerik DevCraft Complete includes the following updates:

Viewing all 1472 articles
Browse latest View live


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