Quantcast
Channel: ComponentSource News | Chart Components
Viewing all 2852 articles
Browse latest View live

DevExpress ASP.NET 18.1

$
0
0
ASP.NET Bootstrap Scheduler control

Adds new ASP.NET Bootstrap Scheduler control.

Features

  • CardView Control
    • Adaptive Layout
  • Chart Control
    • Custom Units of Measurement. Custom Aggregate Functions - You can now aggregate data by a custom unit of measurement (e.g. 15 minutes, 4 hours, etc.) You can also define a custom function that aggregates values using custom rules without modifying the source collection.
    • Custom Colors for Automatically Generated Series - The Chart Control can now provide custom colors to auto-generated series using one of the following colorizers:
      • Key-Color Colorizer assigns colors from a palette to series by series data member values.
      • Data Source Colorizer binds colors that the extra data source stores to a series via series data member values.
    • Crosshair Cursor Enhancements - New features include:
      • Display values of series points that are selected by the Crosshair Cursor in a legend.
      • Crosshair Cursor Lines (argument and value) follow the mouse cursor simultaneously.
      • The ability to display the Crosshair Cursor in the exported/printed chart.
      • The ability to display any data source field value within the Crosshair Cursor's Label.
  • Editors
    • ListBox, ComboBox, TokenBox - Custom Filtering - New server-side and client-side API allows you to implement custom filtering logic to provide diacritic-insensitive or multi-word filtering.
    • Client-Side Read-Only State Management - With this release, you can dynamically change an editor's read-only state on the client.
  • GridView Control
    • Performance Enhancements - Significantly improved the layout recalculation logic of the ASP.NET and MVC Grid View in adaptive mode. The control's client Initialization is now up to 6-18 times faster when compared to earlier versions.
  • Image and Data Navigation
    • Image Gallery - Adaptive Layout Mode
    • DataView - Adaptive Layout Mode
    • ImageSlider - Virtual Paging - The DevExpress ASP.NET Image Slider supports virtual paging. In this mode, images are loaded on demand when the user navigates content via the pager.
  • Navigation and Layout
    • FormLayout – Adaptivity - The DevExpress ASP.NET and MVC Form Layout ships with a new adaptive layout mode. Once enabled, Form Layout elements are automatically adjusted based upon Layout control size.
    • Ribbon - Group Scrolling - You can now scroll Ribbon groups whenever portions of the Ribbon are invisible.
    • TabControl/PageControl - Tab Swipe - End-users can now scroll tabs with a finger swipe on small touch screens.
  • Pivot Grid Control
    • Print Row Headings on Every Page - You can now set a new option and print row headings on every page.
  • Rich Editor Control
    • Input Method Editor Support (IME) - Input Method Editor (IME) allows you to use the Latin keyboard to enter Japanese, Chinese, Korean and Tigrinya symbols. IME is enabled when an end-user switches the desktop key input to a supported language.
    • Table of Contents - End-users can now move to a specific position within a document instantly. The following tables are supported: Table of Contents, Table of Figures, Table of Tables and Table of Equations.
    • Table AutoFit - Tables can now automatically resize columns to fit content or a document window.
    • AutoCorrect - The ASP.NET WebForms and MVC Rich Text Editor ships with AutoCorrect support. You can use AutoCorrect to fix capitalization errors, create numeric lists, hyperlinks and emails, as well as automatically insert symbols and other pieces of text.
    • Stateless Mode - With the new stateless option, you can maintain document state in external storage. Ready-to-use Redis and SQL examples are included.
  • Scheduler Control
    • Date Highlighting in Date Navigator - The Date Navigator can highlight dates that include appointments. The following highlight modes are available: Bold, Labels and Custom.
    • Resource Navigator Enhancements - The Resource Navigator ships with a new navigation mode. In this mode, all available resources are displayed as tokens. End-users can display or hide resources by adding or removing corresponding tokens.
    • New Standalone Scheduler Storage Control - v18.1 ships with a new ASP.NET WebForms and MVC SchedulerStorageControl. This is a non-visual component that implements nearly the same functionality as our ASP.NET Scheduler, and allows you to integrate all scheduler-based data operations using third-party web controls.
    • Month View Adaptivity - The Scheduler's Month View now supports an adaptive display mode. All appointments are transformed to a more compact view on smaller screens.
  • Spreadsheet Control
    • Reading View Mode - This release includes a new Reading View (View Only). When enabled, the document displayed within the control cannot be modified by the end-user. The Spreadsheet control's built in Ribbon is transformed into a custom toolbar with lightweight rendering.
    • Client-Side API Enhancements - New client-side events include: CellBeginEdit, CellEndEdit, CellCancelEdit and ProtectionWarning.
    • New client-side methods that allow you to set the active editor's value, apply or cancel cell editing, check edit mode, obtain a cell's boundaries and detect the active sheet name.
    • Stateless Mode - With the new stateless option, you can maintain document state in external storage. A ready-to-use Redis and SQL examples are included.
  • TreeList Control
    • Batch Editing - The ASP.NET WebForms and MVC TreeList controls support data editing in batch mode. Batch modifications allow you to eliminate unnecessary server updates and speed TreeList's performance.
  • ASP.NET Bootstrap Controls v18.1
    • New Scheduler Control - v18.1 ships with a new ASP.NET Bootstrap Scheduler control. Its features include:
      • Day View, Work and Full Week Views, Week and Month Views, Timeline and Agenda Views.
      • Group by Date and Resource.
      • Custom Edit Form, Custom Appointments.
      • Time Zones, Reminders and Resource Sharing.
      • Adaptive Layout.
      • Data Export and Printing.
      • Integrated standalone controls: Date and Resource Navigators, View Navigator and View Selector.
    • CardView Control
      • Header Filter - Instant Find - v18.1 introduces a simple and quick way to find column filter values. The Find Panel allows users to enter a search string and initiate a search against all filter values displayed in the header dropdown.
    • Chart Control
      • ASP.NET Boostrap Sparkline Control - The DevExpress Bootstrap Sparkline control allows you to display a single series chart within containers such as our Grid control. Its features include:
        • 8 sparkline types.
        • Numerous appearance options.
        • Flexible data binding.
    • Editors
      • ASP.NET Bootstrap ListBox – Filtering - The DevExpress ASP.NET Bootstrap List Box can now filter data. The integrated Find Panel allows users to enter a search string and initiate a search against all items.
      • ASP.NET Bootstrap ListBox – SelectAll - End-users can now select all items using the 'Select All' check box.
    • GridView Control
      • Bands - With this release, our Bootstrap Grid View control supports column header and data cell bands.
      • Cell Merging - Much like Microsoft Excel, the Grid's cell merging option allows you to improve usability by avoiding the duplication of common information. Neighboring data cells across different rows can be merged whenever they display matching values.
      • Column Resizing - End-users can now resize grid columns by dragging a column header's border.
      • Merged Column Grouping - The ASP.NET Bootstrap GridView now includes a 'Merge Column Groups' mode. In this mode, you can merge grouped columns by dragging the appropriate column header(s) to the group panel and arrange them across a line.
      • Header Filter - Instant Find - v18.1 introduces a simple and quick way to find column filter values. The Find Panel allows users to enter a search string and initiate a search against all filter values displayed in the header dropdown.
    • Layout Control
      • Groups and Tabbed Groups - With this release, the Bootstrap Form Layout supports layout groups and tabbed layout groups.
  • Bootstrap ASP.NET Core Controls v18.1
    • New Client-Side API - Updated the client-side API format for all DevExpress Bootstrap ASP.NET Core controls. The changes in the API make usage more intuitive and will improve your development experience. New API enhancements include:
      • All public methods begin with lowercase letters.
      • We've added 'on', 'off' and 'once' methods for attaching and detaching client-side events.
      • New overloads return JavaScript promises for callback methods.
    • New ASP.NET Core Bootstrap CardView Control - v18.1 ships with our new ASP.NET Card View control for Bootstrap Core. Its features include:
      • Binding to large data sources in server mode
      • Data Sorting
      • Data Filtering and Instant Find
      • Data Editing
      • Templates
      • Multiple Card Selection
      • Integrated Paging
    • New ASP.NET Core Bootstrap Scheduler Control - v18.1 ships with our new ASP.NET Bootstrap Scheduler control. Its features include:
      • Day View, Work and Full Week Views, Week and Month Views, Timeline and Agenda Views
      • Group by Date and Resource
      • Custom Edit Form
      • Time Zones, Reminders and Resource Sharing
      • Adaptive Layout
    • New ASP.NET Core Bootstrap FormLayout Control - The new Bootstrap ASP.NET Core Form Layout Control allows you to eliminate the restrictions and time consuming limits associated with pixel-based form design.
    • New ASP.NET Core Boostrap Sparkline Control - The DevExpress Bootstrap Sparkline control allows you to display a single series chart within containers such as our Grid control. Its features include:
      • 8 sparkline types.
      • Numerous appearance options.
      • Flexible data binding.
    • ASP.NET Core Bootstrap Data Editors
    • ASP.NET Core Bootstrap Upload Control - The DevExpress Bootstrap Upload Control allows end-users to upload files to the server via the browser. End-users can select a file by invoking the standard Open File dialog or by dragging the file to the Upload control.
    • ASP.NET Core Bootstrap TagBox - The Bootstrap Tag Box control allows users to select values from a drop down list or to enter them manually.
    • ASP.NET Core Bootstrap Time Editor - The DevExpress Bootstrap Time Edit control allows you to display and edit date-time values. End-users can modify values by typing directly into the edit box or clicking spin buttons to increment or decrement months, days, hours, minutes or seconds.
    • ASP.NET Bootstrap ListBox Enhancements
    • Filtering - The DevExpress ASP.NET Bootstrap List Box can now filter data. The integrated Find Panel allows users to enter a search string and initiate a search against all items.
    • SelectAll - End-users can now select all items using the 'Select All' check box.
    • ASP.NET Core Boostrap GridView Control
    • Batch Editing - The ASP.NET Core Bootstrap Grid View control supports data editing in batch mode. Batch modifications allow you to eliminate unnecessary server updates (visual, re-sorting, selection updates, etc.) and speed up grid performance. You update the grid once, after all necessary changes have been made on a client.
    • Bands - With this release, our Bootstrap Grid View control supports column header and data cell bands.
    • Cell Merging - Much like Microsoft Excel, the Grid's cell merging option allows you to improve usability by avoiding the duplication of common information. Neighboring data cells across different rows can be merged whenever they display matching values.
    • Column Resizing - End-users can now resize grid columns by dragging a column header's border.
    • Merged Column Grouping - The ASP.NET Bootstrap GridView now includes a 'Merge Column Groups' mode. In this mode, you can merge grouped columns by dragging the appropriate column header(s) to the group panel and arrange them across a line.
    • Header Filter - Instant Find - v18.1 introduces a simple and quick way to find column filter values. The Find Panel allows users to enter a search string and initiate a search against all filter values displayed in the header dropdown.
    • Server Mode - Binding to Large Datasets - The Bootstrap Grid View control now supports data binding in server mode. In this mode, the Grid View loads only the minimum amount of data required for display purposes and delegates all data processing (such as grouping and sorting) to the database server.
    • Insert Bootstrap Control Wizard - The ASP.NET Core Bootstrap control suite includes an Insert DevExpress Bootstrap Control wizard. This wizard allows you to generate boilerplate code for DevExpress Bootstrap controls within your ASP.NET Core applications.
    • Navigation
    • New ASP.NET Core Bootstrap Toolbar - The ASP.NET Core Bootstrap Toolbar Control allows you to supply your web application with a lightweight adaptive toolbar interface. A toolbar is presented as a set of buttons arranged across groups.
    • ASP.NET Core Bootstrap Popup Menu - The DevExpress ASP.NET Core Bootstrap Popup Menu is a context sensitive menu that can be associated with a control on a web page.

DevExtreme 18.1

$
0
0
Server Side Rendering (SSR).

Use DevExtreme components within Angular Universal apps rendered on both the client and server-side.

Features

  • Angular Components
    • Server Side Rendering (SSR) - DevExtreme Angular components utilize the Angular Renderer for DOM manipulations (like native Angular components). You can use the components within Angular Universal apps (rendered on both the client and server-side).
    • Data Grid & Tree List
      • Performance and UX Enhancements - This release includes the following performance enhancements:
        • Virtual Column Rendering: In this mode, the grid can render and scroll thousands of columns without performance loss.
        • Virtual Row Rendering: Speeds grid performance when working with large page sizes and using the Pager or Virtual Scrolling.
        • Improved performance for fixed columns and column auto width.
        • Removed the 'empty space' while scrolling a DataGrid in virtual mode with local data.
        • Loading Indication (scrolling with remote data in virtual mode).
      • Integrated Filter Builder - The Data Grid now includes an integrated Filter Builder. The built-in Filter Builder gives you and your users more granular control over filter construction. The Filter Builder displays filter criteria as a tree structure, where nodes represent simple filter conditions.
      • Built-in Icons for Editing Command Column - v18.1 introduces an icon mode for the Data Grid and TreeList editing command columns.
      • Tree List - Record Paging - The DevExtreme Tree List can now split data across pages. The integrated pager allows end-users to navigate records page-by-page. End-users can also modify page size.
      • Tree List - State Management - The Tree List component can now save and restore layout information. This information can include the visibility and size of visual elements, their appearance settings, filter and sorting information, etc.
    • Data Visualization
      • Client-Side Data Aggregation - DevExtreme Charts v18.1 now supports the following data aggregation usage scenarios:
        • Built-in Data Aggregation (avg, sum, range, ohlc, count, min, max)
        • Custom Aggregation Functions
        • Ability to specify aggregation intervals
        • Ability to obtain an aggregated point and it’s original source points
        • Configure aggregation at a series level or for the entire chart
      • Bar Width and Spacing - New customization enhancements include:
        • Ability to specify different bar widths for different bar series within a chart.
        • Ability to adjust spacing between bar groups (two neighboring ticks).
        • Fix the width of a bar or bar group (in pixels).
      • Palette Extension Modes - This release includes a new 'paletteExtensionMode' option that allows you to extend a Chart control's color palette. This option uses an algorithm that calculates extra colors. The following modes are available: Alternate,  Extrapolate and Blend.
    • Localization
      • Localization Related Enhancements - New built-in localization API. You can now localize strings and apply supported formats to numbers, dates, and currencies without the use of any external localization library.
  • MVC Controls
    • CRUD API Scaffolding for Visual Studio - This release ships with the DevExtreme Scaffolder for Visual Studio. The DevExtreme Scaffolder can generate ASP.NET MVC/Core API Controllers with CRUD actions - actions that can be consumed by any client-side application (including web and native mobile apps). Also integrated the DevExtreme ASP.NET server-side data library into API controllers, and enabled all key server-side features (sorting, filtering, grouping, etc.)
    • CRUD Razor View Scaffolding for Visual Studio - The DevExtreme Scaffolder can now generate Razor Views and Razor Pages with pre-configured DevExtreme ASP.NET MVC Controls bound to ASP.NET back-end API. The following controls are available to scaffold: Data Grid and Tree List.
    • Pivot Grid
      • Apply Layout Changes on Demand - You can configure our Pivot Grid to apply layout changes after a user has completed the configuration process.
  • React Components
    • React Grid - Tree View Mode - The DevExtreme React Grid now supports a Tree View mode. In this mode, the grid can display hierarchical data (a tree-like data source, a plain list with a parent-id reference or any custom structure with manual transformation into a tree) and leverage built-in data management features (sorting, filtering, editing and record selection).
    • React Grid - Column Bands - The React Data Grid ships with a new Bands plugin. You can hide, display and reorder entire column sets instead of performing the same operation on each individual column.
    • DevExtreme React Wrappers (CTP) - This release ships with more than 65 new React components (based on the existing DevExtreme widgets). This includes Charts, DataGrid, Scheduler, PivotGrid, and many others. The feature set, functionality and appearance of these React components are the same as their DevExtreme counterparts.
    • Scheduler
      • Appointment Grouping Enhancements - The DevExtreme Scheduler control can display appointment groups as rows within views with static titles.
      • Context Menu API - The DevExtreme Scheduler now includes a straightforward Context Menu API. This new API allows you to create and customize context (popup) menus, assign menus to appointments and empty cells.
    • Themes
      • Material Design Theme - v18.1 includes a new Material Design theme based upon Google Guidelines. The new theme can be customized via the DevExtreme Theme Builder.
      • Bootstrap 4 Support - v18.1 announces Bootstrap 4 support. All DevExtreme components can be used in applications with Bootstrap 4. You can also import colors from Bootstrap 4 themes to DevExtreme themes.
  • TypeScript
    • TypeScript Enhancements - DevExtreme API now uses TypeScript String and Numeric Literal Types.
    • UI Widgets
    • Filter Builder Enhancements - The following features have been added to the DevExtreme Filter Builder:
      • New Between filter operator
      • Custom filter operations
    • Form - New 'Button' Item - The new 'Button' item makes it significantly easier to add/customize the buttons used on your forms.
    • Form - Range Slider Editor - The DevExtreme Range Slider can now be used to edit Form field values.
  • Vue Components
    • DevExtreme Vue Wrappers (CTP) - v18.1 introduces Vue support. All DevExtreme JavaScript widgets are now available as Vue componens.
    • Native Vue Data Grid (CTP) - Native Bootstrap rendering, seamless theming, and all core features are now available for use for those targeting Vue.​

DevExpress DXperience 18.1

$
0
0
Fluent Design Form

Major enhancements for ASP.NET, WinForms, WPF, Reporting & HTML5/JavaScript.

Features

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

DevExpress Universal 18.1

$
0
0
New Material Design Theme

Major enhancements for ASP.NET, WinForms, WPF, Reporting & HTML5/JavaScript.

Features

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

Wijmo Core 2018 v1 (Build 462)

$
0
0
Wijmo Core

Adds support for Angular 6, plus beta release of Wijmo controls as web components.

Features

  • [Angular] Added support for Angular 6.
  • [Web Components] Added Beta version of the web components interop.
  • [Web Components] Added a sample that demonstrates how to use Wijmo web components in an Angular application.
  • [Licensing] Added a wijmo.setLicenseKey method that enables single-build deployment, including npm.
  • [npm] Wijmo is published to the global npm registry as the 'wijmo' package.
  • [Angular] Disabled state of Wijmo components inside Angular forms now changes on the Angular AbstractControl.disable()/enable() method calls.
  • Added Beta version of Wijmo npm image with ES2015 (ES6) code.
  • [wijmo.pdf] Moved to PDFKit 0.8.3.
  • [wijmo.pdf] Added PdfPageArea.openImage() method.
  • The PdfExport samples have been updated to use openImage() method to get the actual image sizes when drawing cells manually.
  • [ReportViewer] Added support for new properties of string parameters, maxLength and allowBlank.
  • PivotGrid now honors the allowDragging property and allows users to reorder the row fields by dragging their column headers.
  • Optimized the FlexGrid.autoSizeRows method.

Fixes

  • [Licensing] Fixed issue of license validation in older versions of Chrome.

Wijmo Enterprise 2018 v1 (Build 462)

$
0
0
Wijmo Enterprise

Adds support for Angular 6, a new interop with web components (beta) and new PDF and ReportViewer features.

Features

  • [Angular] Added support for Angular 6.
  • [Web Components] Added Beta version of the web components interop.
  • [Web Components] Added a sample that demonstrates how to use Wijmo web components in an Angular application.
  • [Licensing] Added a wijmo.setLicenseKey method that enables single-build deployment, including npm.
  • [npm] Wijmo is published to the global npm registry as the 'wijmo' package.
  • [Angular] Disabled state of Wijmo components inside Angular forms now changes on the Angular AbstractControl.disable()/enable() method calls.
  • Added Beta version of Wijmo npm image with ES2015 (ES6) code.
  • [wijmo.pdf] Moved to PDFKit 0.8.3.
  • [wijmo.pdf] Added PdfPageArea.openImage() method.
  • The PdfExport samples have been updated to use openImage() method to get the actual image sizes when drawing cells manually.
  • [ReportViewer] Added support for new properties of string parameters, maxLength and allowBlank.
  • PivotGrid now honors the allowDragging property and allows users to reorder the row fields by dragging their column headers.
  • Optimized the FlexGrid.autoSizeRows method.

Fixes

  • [Licensing] Fixed issue of license validation in older versions of Chrome.

ComponentOne Ultimate - updates Wijmo 2018 v1 (Build 462).

$
0
0
ComponentOne Ultimate

Wijmo Build 5.201801.462 adds support for Angular 6, plus a new interop with web components (beta).

Features

New in Wijmo Build 5.201801.462:

  • [Angular] Added support for Angular 6.
  • [Web Components] Added Beta version of the web components interop.
  • [Web Components] Added a sample that demonstrates how to use Wijmo web components in an Angular application.
  • [Licensing] Added a wijmo.setLicenseKey method that enables single-build deployment, including npm.
  • [npm] Wijmo is published to the global npm registry as the 'wijmo' package.
  • [Angular] Disabled state of Wijmo components inside Angular forms now changes on the Angular AbstractControl.disable()/enable() method calls.
  • Added Beta version of Wijmo npm image with ES2015 (ES6) code.
  • [wijmo.pdf] Moved to PDFKit 0.8.3.
  • [wijmo.pdf] Added PdfPageArea.openImage() method.
  • The PdfExport samples have been updated to use openImage() method to get the actual image sizes when drawing cells manually.
  • [ReportViewer] Added support for new properties of string parameters, maxLength and allowBlank.
  • PivotGrid now honors the allowDragging property and allows users to reorder the row fields by dragging their column headers.
  • Optimized the FlexGrid.autoSizeRows method.

Fixes

Fixed in Wijmo Build 5.201801.462:

  • [Licensing] Fixed issue of license validation in older versions of Chrome.

Telerik UI for UWP R2 2018

$
0
0
Telerik UI for UWP

Adds new mulit-day view to Calendar, plus improved ListView control.

Features

  • Calendar
    • Added new MultiDayView display mode.
  • ListView
    • Make the GroupHeaders of the StackLayout and GridLayout definitions expand and collapse.
    • Added ScrollIndexIntoView.
    • Added GroupHeaderTap command.
    • Added Hold command.

Fixes

  • Chat
    • The first point of RangeSeries is not rendered.
  • DataGrid
    • RadDataGrid crashes when created in a second view.
    • RadDataGrid does not commit edit when enter is pressed.
    • NullReferenceException is thrown when IsCellFlyoutEnabled is set to True.
    • After setting IsVisible to false through the UserChooseColumns UI the columns are no longer present after it gets reopened.

Telerik UI for ASP.NET AJAX R2 2018

$
0
0
New Chat control (RadChat).

Adds new Conversational UI Control for ASP.NET AJAX (RadChat).

Features

  • New Chat control (RadChat) - to be used with various chat bot services, features include:
    • Built-in hero cards
    • Built-in suggested actions
    • Built-in simple message and typing indicator
    • Custom card/attachment templates
    • Easy connectivity to chat bot services (Azure/Microsoft Bot Framework, Wit.ai, Amazon Lex)
  • Common
    • Telerik controls version does not render on the page when Telerik WebResrouce URL is encrypted
    • Upgrade the built-in jQuery version to 3.3.1
    • Updated TypeScript definitions
  • PdfProcessing
    • Implemented import of SC and SCN content stream operators for all color spaces.
    • Implemented import and export of DeviceN color space.
    • Implemented import and export of Separation color space.
    • Implement import for "K" and "k" CMYK color space operators.
    • Implemented import and export for all PDF function types.
    • Implemented support for encrypted documents when using PdfFileSource class.
  • SkinManager
    • Ability to apply skins to RadButton, RadPushButton, RadImageButton, RadLinkButton, RadToggleButton, RadCheckBox, RadRadioButtonList, RadCheckBoxList at the same time
  • SpreadProcessing
    • Implemented automatic scaling options when printing and exporting to PDF.
    • WorksheetPageSetup default paper type is now Letter.

Fixes

  • Editor
    • HTTP requests under HTTPS in XHTML validation dialog
    • The first character in a new paragraph is not entered in Edge 41
  • FileExplorer
    • Only half of the Select button in Upload dialog is clickable in Material
    • Cannot rename or drag to move files with some custom content providers in R1 2018
  • Grid
    • Alternating Row style of RadGrid is not applied when using Bootstrap skin
    • Cannot reorder grid columns when Chrome zoom is different from 100%
    • RadGrid items drag-drop functionality does not work correctly when Chrome is zoomed to 90%
  • HtmlChart
    • Javascript errors are thrown when pie chart with custom skin is loaded
  • ImageEditor
    • JS error is thrown when a Response.Redirect() is made after editing an image
  • Input
    • Paste into RadTextBox moves cursor to end in IE11 and Firefox
  • ListBox
    • Activating (clicking or moving with the keyboard) a partially visible item causes it to jump to an incorrect position
  • Menu
    • Unable to move focus away from RadMenu with TabIndex=0, when Tab/Shift+Tab is pressed
  • PdfProcessing
    • Cloning SignatureField without Signature causes NullReferenceException.
    • InvalidCastException is thrown when parsing dictionary end without having dictionary start.
    • ArgumentNullException is thrown when exporting document that uses OpenType Font.
    • Exception is thrown when importing document with LZWDecode and Indexed Colorspace.
    • Wrong colors when importing documents with Indexed color space.
    • NotImplementedException occurs when importing pattern which uses unsupported colorspace.
  • ProgressManager
    • Two leading slashes // in progress handler request on folder in the root when it has
  • Scheduler
    • In Mobile Render mode, navigation using the calendar is to the wrong day
  • SpreadProcessing
    • KeyNotFoundException is thrown due to missing built in number formats with id 5, 6, 7, 8.
  • TabStrip
    • When using the Tab key, focus moves only between the last element in the pageview and the tabstrip when keyboard navigation is used
  • TileList
    • Clicking on tile does not navigate to specified URL in Firefox 59+
  • ToolBar
    • Too many items are hidden in a responsive toolbar when an item has been hidden on the client-side
    • The responsive design dropdown is not disposed and removed from the DOM
  • Window
    • Scrollbars are not initially shown when ShowContentDuringLoad=false in Lightweight RenderMode
  • WordsProcessing
    • Exporting Runs without set text to PDF throws NullReferenceException.

Telerik UI for WPF R2 2018

$
0
0
New RadChat WPF component.

Adds new RadChat control, new series animations in ChartView, plus format painter support in RichTextBox.

Features

  • What's New
    • RadChat (Conversational UI) - Enables an easy implementation of conversational UI in WPF applications.
    • Animations for chart series in RadChartView.
    • Format painter in RichTextBox.
  • All Controls
    • Included NuGet packages as part of the weekly internal builds.
    • RadGlyph to support TelerikWebUI font glyphs alongside with exporting to ImageSource and Geometry.
    • Introduced separator support for UpperCaseConverter via ConverterParameter.
  • ChartView
    • Added series and point animations to chart series. It is now possible to animate the paths which define the series and datapoints with various animations like move, scale, reveal, fade.
  • FileDialogs
    • In OpenFolderDialog, user should be able to select a folder from the navigation tree as well.
    • Implemented a possibility to expand and bring into view the current tree view item of the main navigation pane.
    • Implemented show hidden files functionality.
    • Implemented Ctrl + V, Ctrl + X, Ctrl + C, Delete commands.
    • Implemented ContextMenu usage on empty spaces in main pane.
    • Implemented DragDrop functionality in navigation tree and main pane.
    • ExplorerControl can now be used as standalone control in XAML, outside dialogs. It has many dependency properties like IsFolderBrowser , Multiselect, Layout, IsDragDropEnabled, SelectedFileName, CurrentDirectoryPath, ShowHiddenFiles, ExpandToCurrentDirectory, Filter etc. which enable rich file/folder choosing and browsing experience.
  • GridView
    • FilterDescriptor now respects Globalization.Culture. Use one of the new constructors with CultureInfo cultureInfo parameter.
    • Implemented CanUserGroupColumns property.
    • Added an option to exclude column from "search as you type".
    • Implemented SearchAsYouType support for dynamic objects.
    • GridViewComboboxColumn now supports EmptyText.
    • Disable group expand behavior on PropertyChanged.
  • MaskedInput
    • Implemented built-in Regex validation through the ValidationRegex property of RadMaskedTextInput. Include couple of predefined Regex strings (for IP and Email), located in the ValidationHelper class.
  • OutlookBar
    • Implemented IsContentPreserved property for preserving the content of the selected tabs.
  • PdfProcessing
    • Implemented import of SC and SCN content stream operators for all color spaces.
    • Implemented import and export of DeviceN color space.
    • Implemented import and export of Separation color space.
    • Implement import for "K" and "k" CMYK color space operators.
    • Implemented import and export for all PDF function types.
    • Implemented support for encrypted documents when using PdfFileSource class.
  • RichTextBox
    • Performance increased when comparing instances of HierarchicalIndex.
    • Introduced format painter functionality which allows copying format from one part of the text to another.
  • ScheduleView
    • Implemented Today Button in the NavigationHeader.
  • SpreadProcessing
    • Implemented automatic scaling options when printing and exporting to PDF.
    • WorksheetPageSetup default paper type is now Letter.
  • Spreadsheet
    • Implemented automatic scaling options when printing and exporting to PDF.
    • WorksheetPageSetup default paper type is now Letter.

Fixes

  • AutoCompleteBox
    • AsyncFilteringBehavior can lead to OperationCanceledException.
  • Buttons
    • RadioButton looks disabled when it is checked and unfocused in Fluent theme.
  • ComboBox
    • Control instance is not disposed in some scenarios with RadDocking.
    • FindMatchingIndexes virtual method of ComboBoxFilteringBehavior is not called when there aren't any matches.
  • ContextMenu
    • InputGestureText does not inherit VerticalContentAlignment from RadMenuItem in all themes.
  • DataFilter
    • FilterEditor is not visible when Material and Fluent themes are set through StyleManager.
  • DataPager
    • NumericButton stays checked after canceling the PageIndexChanging event.
  • DesktopAlert
    • Background is not changed when acrylic is disabled in Fluent theme.
  • FileDialogs
    • OpenFolderDialog doesn't return the current opened folder if there is no selection and no filename in autocomplete.
    • Exception in OpenFolderDialog when selecting a drive and then pressing 'Open Folder' button.
  • FluidContentControl
    • InvalidOperationException for logical child when Small/Large/Normal content is set to a Visual which has other logical parent.
  • GanttView
    • GanttView flickers when Width="AutoHeaderAndContent" and hovered for the first time.
    • High CPU usage when resizing columns.
    • General performance hit when the DPI is higher than 100%.
    • Columns with AutoHeaderAndContent Width are not sized correctly initially.
    • Resizing the grid columns on higher than 100% DPI setting leads to unresponsive performance.
    • GanttView is not displayed when the DPI is higher than 100%.
  • GridView
    • Selecting multiple sorted items with Extended SelectionMode hangs the UI.
    • Adding items with newline content displaces the vertical scrollbar, if there are multiple items with variable height.
    • InvalidCastException is thrown when the type of the Count of the Queryable source is long.
    • When sorting in a grouped grid the GridViewGroupRow disappears in Green, Office2016, Office2016Touch, Material and Fluent themes.
    • ColumnGroupHeader does not get generated for columns with DisplayIndex.
    • There is no selected item in ComoboxColumn when its ItemsSource is set with delay, in all themes except Green, Office2016, Office2016Touch, Fluent and Material.
    • Control instance is not disposed in some scenarios with RadDocking and IsPropertyChangedAggregationEnabled is True (default).
    • A DataTrigger in ToolTipTemplate or ToolTipTemplateSelector of a GridViewColumn is not respected.
    • Poor performance when selecting all items and then sorting.
    • NullReferenceException in the FlatLayoutStrategy.ScrollRowIndexIntoView.
    • A NullReferenceException could be thrown in PrepareCellToolTip after entering in Edit mode.
    • DisplayMemberPath of GridViewComboboxColumn should be copied rather than SelectedValueMemberPath when DataMemberBinding is a nested property.
    • А gap is observed at the bottom of the control's dropdown with the default MaxDropDownHeight and ComboBoxItems' Height that are set in Office2016 and VisualStudio2013 themes.
    • SelectedItem is not updated properly in a grouped scenario.
    • Placing text in quotes after exclude search operator and search getting the wrong result.
  • Map
    • The Bounds of the ClusterData's object has wrong East value when AutoCalculateBounds is True.
    • Toolbar is misplaced when CommandBarVisibility is set to Collapsed in VisualStudio2013, Office2013 and Windows8 themes.
  • MaskedInput
    • Caret does not move when trying to replace the symbol after a literal symbol in ReplaceMode.
  • MS Controls
    • AccessKey cannot be applied to System.Windows.Button and System.Windows.RepeatButton in Material and Fluent themes.
    • When vertical-oriented and HorizontalAlignment is set to Stretch it has a wrong cursor compared with the default MS style.
  • PDF Viewer
    • Glyphs are rendered with wrong stroke width.
    • Text is blank when the file contains a reference to a font that is not included in the file.
    • Missing form fields caused by handled exception during RadioButton options import.
    • Unexpected geometries are drawn when a PDF file contains not immediately stroked closed geometries.
    • TextField font size is different when typing and when applying the input value.
    • Missing content due to font defined using empty string for FontFamily in its font descriptor.
    • VariableContentWidget UI controls are invisible in Fluent, Green, Material and Office2016 themes.
  • PdfProcessing
    • Cloning SignatureField without Signature causes NullReferenceException.
    • InvalidCastException is thrown when parsing dictionary end without having dictionary start.
    • ArgumentNullException is thrown when exporting document that uses OpenType Font.
    • Exception is thrown when importing document with LZWDecode and Indexed Colorspace.
    • Wrong colors when importing documents with Indexed color space.
    • NotImplementedException occurs when importing pattern which uses unsupported colorspace.
  • RichTextBox
    • Performance problem when undoing deletion of text with many hyperlinks.
    • Find/Replace does not work properly when replacing word with digits.
    • The caret is drawn over letters in some cases.
    • Exception during layout of a document with floating image as first element on the second page.
    • Replacing string with the same string but in upper case leads to infinite loop.
    • KeyNotFoundException is thrown when exporting fragments to RTF or DOCX due to incorrectly preserved Next style property for elements other than Paragraph.
    • ArgumentException is thrown when importing an image with invalid metadata.
    • InvalidCastException is thrown when undoing character-properties editing commands applied on content wrapped in annotation ranges.
    • Importing documents with negative TabStop positions causes ArgumentOutOfRangeException.
    • Poor delete/undo delete performance with large number of AnnotationRanges.
    • Table with width set to 0 is imported with 0 width from HTML.
    • NullReferenceException is thrown when continuously working with a hyperlink.
    • Missing Spanish and French translations for the "Text Wrapping" string in FloatingBlockPropertiesDialog.
  • SpreadProcessing
    • KeyNotFoundException is thrown due to missing built in number formats with id 5, 6, 7, 8.
  • Spreadsheet
    • Instantiating the control in two different threads throws InvalidOperationException.
  • TreeList
    • Poor performance when selecting all items with Extended SelectionMode.
    • Cells from the first left frozen column overlap with those from the next column when column virtualization is switched off.
    • Degraded performance when loading new items and source collection is INotifyCollectionChanged
  • TreeView
    • Wrong background of RadTreeViewItem when selected and mouse over when animation is disabled in Material theme.
  • Window
    • RadPrompt's TextBox does not receive theme from parent with StyleManager in Green, Material, Fluent themes.
  • WordsProcessing
    • Exporting Runs without set text to PDF throws NullReferenceException.

Telerik UI for Xamarin R2 2018

$
0
0
Xamarin Barcodes added in R2 2018 release.

Adds new TreeView, Barcode, and Conversational UI (Chat) components.

Features

  • What's New
    • RadChat (Conversational UI) - Enables an easy implementation of conversational UI capabilities.
    • Introduced a TreeView BETA control to display, manage and navigate in hierarchical data structures and achieve complex behavior in combination with nicely blending into the interface of any application.
    • Barcode - The new addition to UI for Xamarin enables an easy rendering of most commonly used Barcodes.
  • Common
    • Updated to Xamarin Forms 2.5.
    • Added support for toolbox in Visual Studio for Mac.
  • BusyIndicator
    • Showing the BusyContent with the built-in animations. Added BusyContentTemplate for customizing the layout.
  • Calendar
    • [UWP] Added DayView mode.
  • DataForm
    • [Android] [iOS] Two way source binding.
  • ListView
    • Group Headers can be collapsed\expand.
    • Added support for Custom group key on grouping.
    • Introduced grouping by null values.

Fixes

  • AutoComplete
    • [UWP]Binding errors appear when suggested items show up.
  • BusyIndicator
    • DataGrid dissapears inside a BusyIndicator's content when toggling IsBusy.
  • DataForm
    • [UWP] NullReferenceException is thrown when CommitAll is invoked and navigation to another page is performed.
    • [iOS] Collapsing group now updates the control size correctly.
  • DataGrid
    • HeaderStyle does not change when it gets applied at runtime.
    • CellStyleSelector doesn't update after initial render.
  • ListView
    • Dynamically changing group header template in iOS throws an exception.
    • [iOS]NSRangeException in TKDataSource itemAtIndex forSection method.
    • [iOS] Customized "Load More" button is not visible once clicked.
    • [iOS]Changing the SelectedItem programmatically when the ListView is grouped is not respected.
    • [Android] Adding and reordering items causes an exception.
    • [Android] NullReferenceException binding the SelectedItem of a grouped ListView.
  • NumericInput
    • [Android] Buttons are not working in the QSF FirstLook example
  • SlideView
    • Improve performance when loading more items and ShowIndicators property value is False

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

$
0
0
New DropDownTree control.

Adds DropDown Tree and Conversational UI components for ASP.NET MVC and Core.

Features

New in UI for ASP.NET MVC R2 2018

  • All components
    • Conversational UI Control for ASP.NET MVC
    • DropDownTree Component for ASP.NET MVC
    • MaskedTextBox MVVM, when the mask can be parsed to number the widget is initialized with invalid mask
    • Update Kendo.Mvc.dll to reference System.Web.Mvc 5.2.4 to avoid warnings
    • Implement chat-ui based on designs
    • There is no ToDataSourceResult extension for DataTable in ASP.NET Core
    • Official support for jQuery 3.3.1
  • ComboBox
    • Screen Readers does not read value changed via keyboard when popup is closed
  • DropDownList
    • Screen Readers does not read value changed via keyboard when popup is closed
  • Editor
    • Add `toolbar` field and `toolbar.window` field to Editor TypeScript definition
  • MVVM
    • Add ability to define a template as string or function from the model
  • PDF Export
    • Side-to-side/excel-like PDF Export functionality
  • PanelBar
    • Add templates support for PanelBar in MVVM
  • Scheduler
    • Scheduler should trigger change on Surface in Chrome
    • Scroll acceleration under 2 in 1 devices
  • TreeView
    • Update indeterminate state of checkboxes when dataSource is filtered
  • Upload
    • .k-dropzone-hovered class not removed from Upload's custom dropzone
  • Wrappers (ASP.NET MVC): Grid
    • Add columns.command.template option

New in UI for ASP.NET Core R2 2018

  • All components
    • Conversational UI Control for ASP.NET Core
    • DropDownTree Component for ASP.NET Core
    • MaskedTextBox MVVM, when the mask can be parsed to number the widget is initialized with invalid mask
    • Update Kendo.Mvc.dll to reference System.Web.Mvc 5.2.4 to avoid warnings
    • Implement chat-ui based on designs
    • Add reference to .netStandard 2.0 for ASP.NET Core wrappers
    • Gantt TagHelper
    • TabStrip TagHelper
    • Menu TagHelper
    • Update .NET Core demos to 2.0
    • Editor TagHelper
    • Official support for jQuery 3.3.1
  • Calendar
    • Calendar tag helper
  • ComboBox
    • Screen Readers does not read value changed via keyboard when popup is closed
  • DropDownList
    • Screen Readers does not read value changed via keyboard when popup is closed
  • DataSource
    • Add support for ASP .NET Core SignalR
    • DataSource.Schema.Model.Field defaultValue property cannot be set to null in the tag helper
  • Editor
    • Add `toolbar` field and `toolbar.window` field to Editor TypeScript definition
  • Grid
    • Add columns.command.template option
  • ListBox
    • ListBox tag helper
  • Map
    • Map tag helper
  • MVVM
    • Add ability to define a template as string or function from the model
  • PanelBar
    • Add templates support for PanelBar in MVVM
  • PDF Export
    • Side-to-side/excel-like PDF Export functionality
  • PivotGrid
    • PivotGrid tag helper
  • Scheduler
    • Scheduler should trigger change on Surface in Chrome
    • Scroll acceleration under 2 in 1 devices
  • TreeList
    • TreeList tag helper
  • TreeMap
    • TreeMap Tag Helper
  • TreeView
    • Update indeterminate state of checkboxes when dataSource is filtered
  • Upload
    • .k-dropzone-hovered class not removed from Upload's custom dropzone

Fixes

Fixes in UI for ASP.NET MVC R2 2018

  • All components
    • 'Invalid-meta The "main" field cannot contain minified files' error is thrown when installing Kendo-UI Bower package
    • Removing a filter applied in the configuration will still export to excel filtered data in a Grid.
    • Missing widgets definitions in kendo typescript file.
    • Kendo Dashboard template project hangs in IE
    • parseDate ignores timezone sign for minutes offset
    • CheckBox renders two input fields
    • ListBox MVC wrapper could not be configured with shared DataSource
  • AngularJS
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
  • AutoComplete
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • AutoWidth is not applied when clearing manually in ComboBox and AutoComplete
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • AutoComplete's dropdown is not properly resized when noDataTemplate is initially shown and the AutoWidth functionality is enabled.
  • Button
    • kendoButton keeps active state if pressing Enter to trigger click and changing focus inside click event handler
  • Calendar
    • The Calandar selectDates method should clear the selected dates when an empty array is passed.
    • Incorrect style is applied in Calendar for March 1st in non-leap years
  • Chart
    • Chart plotArea method should return ChartPlotArea in typescript
  • ComboBox
    • Filter is not cleared upon blur after selecting the value of the input
    • DataSource Read is forced on select event of cascading comboboxes
    • ComboBox and DropDownList Change event doesn't trigger with the Kendo UI 2018 R1 release
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • AutoWidth is not applied when clearing manually in ComboBox and AutoComplete
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • ValueMapper function gets called unexpectedly when ComboBox has initially selected value and the user changes the selection to one of the next items
    • Selecting item with virtual scrolling looses the actual item in Firefox
    • ComboBox with filter and virtualization throws "Cannot read property 'item' of undefined" error
    • ComboBox with paging displays incorrect value if an item that is not on the first page is selected
    • ComboBox and DropDownList: Cascade more than 2 combobox is not working
    • Change event fires on ComboBox/DropDownList blur
    • Inconsistent DropDownList cascade behavior on selection in the parent with the keyboard
  • DataSource
    • TypeScript: Missing inPlaceSort property for the DataSource in the definitions
    • DataSource TypeScript group option should accept any parameter
    • Vue datasource is not found in Kendo Window
    • Error is thrown when using JSDO batch operations
  • DateInput
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
  • DatePicker
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
  • DateTimePicker
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
    • Setting min property of the DateTimePicker to the last possible value in the TimeView causes the TimeView to display all slots, instead of only the last one
  • Dialog
    • Dialog content is trimmed, if it exceeds dialog dimensions
    • Unexpected Dialog buttons left alignment when buttonLayout is set to normal
    • Setting the Dialog's actions text with the setOptions method does not work correctly
  • Draggable
    • Fix scrolling root element if drag outside
  • DropDownList
    • ComboBox and DropDownList Change event doesn't trigger with the Kendo UI 2018 R1 release
    • OptionLabel is not selected when selecting a value that does not exist
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • DropDownList autoWidth option cannot be set through data attribute
    • ComboBox and DropDownList: Cascade more than 2 combobox is not working
    • Change event fires on ComboBox/DropDownList blur
    • Setting initial value does not work in jQuery 3.1.1
    • Inconsistent DropDownList cascade behavior on selection in the parent with the keyboard
  • Editor
    • Editor adds new lines within comment blocks after viewing the HTML and clicking Update
    • Editor removes spaces in IE11 when pasting formatted XML from Visual Studio
    • Image is deleted when deleting the last ordered list item using backspace
    • Empty hyperlink is inserted when pressing enter at the beginning of link
    • Table tools are positioned in the toolbar overflow menu when a table is selected
  • Grid
    • Grid does not persist selection after cancelling popup editing
    • Grid does not show data if pager option 'All' is selected
    • Dropdowns in Grid filter menu are not closed on devices with touch and mouse
    • Kendo Grid data not refresh after Menu Filter clear
    • Grid pageSize(All) not persisting after adding a new record
    • Validation tooltip visible with correct data in the Grid
    • Extend TypeScript definition of GridColumn command
    • k-sorted class incorrectly applied in Grid when a column is hidden before sorting
    • Navigatable grid does not focus header when multi-filter check is used
    • Offline Mode in MVC Grid removes records on Cancel when the record was updated previously
    • The Grid validation message is hidden after entering valid and then invalid value(InCell)
    • The Grid select method is selecting wrong cells with locked columns.
    • PageSize is set to total when number of records is less than the page size
    • Grid horizontal scroll is very slow
    • Enabling Navigatable in Grid prevents SHIFT+Arrow Keys selection in editors
    • Virtualized Grid sorting breaks after scrolling if the Grid was filtered.
    • Grid column menu is rendered inside the filter menu after column reordering.
    • minResizableWidth does not work with a preceding hidden column
    • The Grid with endless scrolling, grouping, and locked column is not collapsing the groups.
    • The last two records disappear from the editable, virtualized Grid.
    • A JavaScript error is thrown when a new record is added to a filtered MVVM Grid
    • Headers inner column change the location between parent columns after reordering
    • minResizableWidth is not applied correctly with frozen columns
    • It is not possible to change checkbox value in batch editing on devices with Touch and Mouse.
    • RTL Grid wrong scroll on setDataSource in Chrome
    • The horizontal scroll goes out of sync with Virtualized Grid with locked columns after scroll and click on the scroll arrow
    • The selectedKeyNames method will not return the selected elements if the persistSelection is false(default).
    • When menu property of some columns is set to false, the columnMenu does not allow hiding all optional columns
    • Navigatable batch editing grid has wrong focus on mobile and hybrid devices
    • The Grid is not receiving focus when the tab is pressed on Surface(tablet).
    • Grid Pager numbers cover bottom Grid row preventing selection on small screens for Bootstrap, Fiori, Flat, and Office365 themes.
    • It is not possible to change checkbox value in batch editing on IOS.
    • Wrong tab order is applied to the cells of new record item if sorting the grid.
    • An error occurs when delete an item and save changes with JSDO batch operations
  • ListBox
    • The setOptions method of the List Box is not changing the dataTextField property.
    • The ListBox toolbar disabled items does not receive a tabindex -1 and can be focused.
  • ListView
    • ListView drag events could not be detected on Windows device with capactive touch screen in IE and Edge browsers.
  • MVVM
    • DropDownList autoWidth option cannot be set through data attribute
    • A JavaScript error is thrown when a new record is added to a filtered MVVM Grid
  • MediaPlayer
    • fullScreen property of the MediaPlayer doesn't work
    • MediaPlayer TypeScript functions have Void as a return
    • MediaPlayer doesn't load when wrapped in a div with style="display: table;" due to an error in its ToolBar
    • Toolbar of MediaPlayer is not initialized correctly when there is not enough width.
  • Menu
    • Input in submenu keeps the submenu popup open
  • MultiSelect
    • MultiSelect throws an error for initially selected items with autoBind: "false" and grouping
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • All items cannot be selected with keyboard Shift + Arrow key in MultiSelect
    • MultiSelect with virtualization loses values on filtering
    • Value is deselected on initial load
    • Virtual scrolling in MultiSelect. A user's selection is lost when the valueMapper function is not implemented.
    • MultiSelect throws an error if an item is select while filtering
  • NumericTextBox
    • NumericTextBox does not reflect changes applied through setOptions
    • HTML attributes are cleared from input element on form reset
    • The NumericTextBox does not allow writing or paste decimals with decimals 0 and restrictDecimals to false.
    • DOM Change Event does not fire
    • Widget doesn't calculate floating numbers when rounding is turned off
  • PDF Export
    • Wrong page sizes in the PDF Export / Page Layout demo
    • Table rows are split when exporting to PDF
    • Spreadsheet PDF Export last row height is greater than the other rows
    • Spreadsheet PDF Export has missing borders
  • Pager
    • Grid does not show data if pager option 'All' is selected
    • Grid pageSize(All) not persisting after adding a new record
  • Scheduler
    • Start a scroll gesture from event does not scroll content under iOS
    • Drag and drop of Kendo Scheduler events does not work properly on Windows 10 touch devices
  • Slider
    • Incorrect position of Slider's Tooltip with jQuery 3.*.*
  • Spreadsheet
    • Spreadsheet SheetDataSourceBinder class uses a global instance of jQuery
    • Incorrect formula output with comparison
    • Deleting rows when filter is applied deletes hidden rows also
    • Spreadsheet does not properly format decimal numbers with more signs after the decimal point
    • Spreadsheet displays default row/column width and height if they are explicitly set to 0
    • datasource can not be set as array in vue spreadsheet
    • Cell values formatted as percent are incorrect for certain values
    • Spreadsheet PDF Export last row height is greater than the other rows
    • Spreadsheet PDF Export has missing borders
  • TabStrip
    • Setting animation to false does not completely disable TabStrip animation in IE and Edge for Material theme
  • ThemeBuilder LESS
    • Theme builder is not working on Safari.
  • TimePicker
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
    • Time picker displays invalid last item on some min and max options
  • ToolBar
    • Wrong color of split button arrow by click
    • Disabled Button in Toolbar should have focus stylization
    • Cannot toggle checkboxes in ToolBar overflow popup
    • Disabled ToolBar SplitButton can be opened with the keyboard
    • Inconsistent filling of the available space on init and on re-size
    • Non-resizable ToolBar throws JS error when tools and separators break on a second line
    • MediaPlayer doesn't load when wrapped in a div with style="display: table;" due to an error in its ToolBar
  • TreeList
    • TreeList does not fire expand/collapse events when using keyboard navigation
    • TreeList does not reload item children correctly.
  • TreeView
    • TreeView template not rendered correctly with special characters
    • Checkchild is setting the checked proeprty to disabled items
    • Treeview reordering items not placing at expected positions after filtering
    • Unable to drag TreeView items with URL set, when dragging starts on items' text
    • treeView drag&drop, Uncaught RangeError: Maximum call stack size exceeded
    • TreeView's expand/collapse state is inverted after e.preventDefault() on collapse
  • Upload
    • Custom Upload Widget instance is no longer available after select
    • Chunk Upload throws error, when autoUpload is set to false and a file from the selected files is removed
  • Window
    • Kendo Window fires close event twice on Esc keydown when using preventDefault
    • Disabled anchor in Window prevents Tab navigation to other focusable elements (IE)
  • Wrappers (ASP.NET MVC): Chart
    • Chart axis title rotate is missing from MVC Wrappers
    • Chart dashType applied with incorrect casing in MVC Chart, leading to PDF export failure
  • Wrappers (ASP.NET MVC): DataSource
    • Add transport.cache property
  • Wrappers (ASP.NET MVC): DropDownList
    • DropDownList does not return any results when filter is cleared
  • Wrappers (ASP.NET MVC): Grid
    • Checkbox column does not work in hierarchical grid in MVC.
    • HeaderTemplate is not available for Grid select column
    • Kendo UI Grid MVC does not render a guid value as an id attribute for the th element, which matches the aria-describedby value of the cells in that column
    • MVC Grid does not have an unsort option per column
  • Wrappers (ASP.NET MVC): Localization
    • When en-US messages script file is loaded, TreeList enables the columnMenu
  • Wrappers (ASP.NET MVC): Spreadsheet
    • Spreadsheet server-side Save method does not export the correct value for cells with custom format
  • Wrappers (ASP.NET MVC): TreeList
    • When en-US messages script file is loaded, TreeList enables the columnMenu
  • Wrappers (ASP.NET MVC): TreeMap
    • TreeMapType enumeration has a wrong value in MVC and Core wrappers
  • Wrappers (ASP.NET MVC): TreeView
    • Checkboxes in Treeview MVC wrapper with remote data binding are native because of wrong rendering

Fixes in UI for ASP.NET Core R2 2018

  • All components
    • 'Invalid-meta The "main" field cannot contain minified files' error is thrown when installing Kendo-UI Bower package
    • Removing a filter applied in the configuration will still export to excel filtered data in a Grid.
    • Missing widgets definitions in kendo typescript file.
    • Kendo Dashboard template project hangs in IE
    • parseDate ignores timezone sign for minutes offset
    • CheckBox renders two input fields
    • ListBox MVC wrapper could not be configured with shared DataSource
  • AngularJS
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
  • AutoComplete
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • AutoWidth is not applied when clearing manually in ComboBox and AutoComplete
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • AutoComplete's dropdown is not properly resized when noDataTemplate is initially shown and the AutoWidth functionality is enabled.
  • Button
    • kendoButton keeps active state if pressing Enter to trigger click and changing focus inside click event handler
  • Calendar
    • The Calandar selectDates method should clear the selected dates when an empty array is passed.
    • Incorrect style is applied in Calendar for March 1st in non-leap years
  • ComboBox
    • Filter is not cleared upon blur after selecting the value of the input
    • DataSource Read is forced on select event of cascading comboboxes
    • ComboBox and DropDownList Change event doesn't trigger with the Kendo UI 2018 R1 release
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • AutoWidth is not applied when clearing manually in ComboBox and AutoComplete
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • ValueMapper function gets called unexpectedly when ComboBox has initially selected value and the user changes the selection to one of the next items
    • Selecting item with virtual scrolling looses the actual item in Firefox
    • ComboBox with filter and virtualization throws "Cannot read property 'item' of undefined" error
    • ComboBox with paging displays incorrect value if an item that is not on the first page is selected
    • ComboBox and DropDownList: Cascade more than 2 combobox is not working
    • Change event fires on ComboBox/DropDownList blur
    • Inconsistent DropDownList cascade behavior on selection in the parent with the keyboard
  • Chart
    • Chart plotArea method should return ChartPlotArea in typescript
  • DataSource
    • DataSource taghelper initial filter works only with string field type
    • Grid with aggregates throws error after deployment - ASP.NET Core 2
    • Add transport.cache property
    • TypeScript: Missing inPlaceSort property for the DataSource in the definitions
    • DataSource TypeScript group option should accept any parameter
    • Vue datasource is not found in Kendo Window
    • Error is thrown when using JSDO batch operations
  • DateInput
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
  • DatePicker
    • When using `for` attribute in a NumericTextbox or DatePicker/DateTimePicker TagHelper the `format` property is not serialized
    • The footer of the DatePicker is not shown in the Kendo UI for ASP.NET Core wrappers.
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
  • DateTimePicker
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
    • Setting min property of the DateTimePicker to the last possible value in the TimeView causes the TimeView to display all slots, instead of only the last one
    • When using `for` attribute in a NumericTextbox or DatePicker/DateTimePicker TagHelper the `format` property is not serialized
  • Dialog
    • Dialog content is trimmed, if it exceeds dialog dimensions
    • Unexpected Dialog buttons left alignment when buttonLayout is set to normal
    • Setting the Dialog's actions text with the setOptions method does not work correctly
  • Draggable
    • Fix scrolling root element if drag outside
  • DropDownList
    • ComboBox and DropDownList Change event doesn't trigger with the Kendo UI 2018 R1 release
    • OptionLabel is not selected when selecting a value that does not exist
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • DropDownList autoWidth option cannot be set through data attribute
    • ComboBox and DropDownList: Cascade more than 2 combobox is not working
    • Change event fires on ComboBox/DropDownList blur
    • Setting initial value does not work in jQuery 3.1.1
    • Inconsistent DropDownList cascade behavior on selection in the parent with the keyboard
  • Editor
    • FileBrowser and ImageBrowser Upload method throws an exception in ASP.NET Core 2.0
    • Editor adds new lines within comment blocks after viewing the HTML and clicking Update
    • Editor removes spaces in IE11 when pasting formatted XML from Visual Studio
    • Image is deleted when deleting the last ordered list item using backspace
    • Empty hyperlink is inserted when pressing enter at the beginning of link
    • Table tools are positioned in the toolbar overflow menu when a table is selected
  • Globalization
    • Globalization does not work for Grid Tag Helper
  • Grid
    • Grid does not persist selection after cancelling popup editing
    • Grid does not show data if pager option 'All' is selected
    • Dropdowns in Grid filter menu are not closed on devices with touch and mouse
    • Kendo Grid data not refresh after Menu Filter clear
    • Grid pageSize(All) not persisting after adding a new record
    • Validation tooltip visible with correct data in the Grid
    • Extend TypeScript definition of GridColumn command
    • k-sorted class incorrectly applied in Grid when a column is hidden before sorting
    • Navigatable grid does not focus header when multi-filter check is used
    • Offline Mode in MVC Grid removes records on Cancel when the record was updated previously
    • The Grid validation message is hidden after entering valid and then invalid value(InCell)
    • The Grid select method is selecting wrong cells with locked columns.
    • PageSize is set to total when number of records is less than the page size
    • Grid horizontal scroll is very slow
    • Enabling Navigatable in Grid prevents SHIFT+Arrow Keys selection in editors
    • Virtualized Grid sorting breaks after scrolling if the Grid was filtered.
    • Grid column menu is rendered inside the filter menu after column reordering.
    • minResizableWidth does not work with a preceding hidden column
    • The Grid with endless scrolling, grouping, and locked column is not collapsing the groups.
    • The last two records disappear from the editable, virtualized Grid.
    • A JavaScript error is thrown when a new record is added to a filtered MVVM Grid
    • Headers inner column change the location between parent columns after reordering
    • minResizableWidth is not applied correctly with frozen columns
    • It is not possible to change checkbox value in batch editing on devices with Touch and Mouse.
    • RTL Grid wrong scroll on setDataSource in Chrome
    • The horizontal scroll goes out of sync with Virtualized Grid with locked columns after scroll and click on the scroll arrow
    • The selectedKeyNames method will not return the selected elements if the persistSelection is false(default).
    • When menu property of some columns is set to false, the columnMenu does not allow hiding all optional columns
    • Navigatable batch editing grid has wrong focus on mobile and hybrid devices
    • The Grid is not receiving focus when the tab is pressed on Surface(tablet).
    • Grid Pager numbers cover bottom Grid row preventing selection on small screens for Bootstrap, Fiori, Flat, and Office365 themes.
    • It is not possible to change checkbox value in batch editing on IOS.
    • Wrong tab order is applied to the cells of new record item if sorting the grid.
    • An error occurs when delete an item and save changes with JSDO batch operations
    • MaxLength model property breaks grid templates
    • The scrollable(s => s.Height("auto")) property is not correctly applied to the ASP.NET Core wrapper
    • Having two Grids in Core 2.0 with aggregates throws System.IO.FileLoadException: "Assembly with same name is already loaded"
    • Globalization does not work for Grid Tag Helper
    • DisplayAttribute is not serialized correctly for enums in core grid wrapper
    • German special characters break edit templates for nested Grid in the ASP.NET Core wrappers
    • The Animation configuration for the PopUp Window of the Grid is not applied
    • Boolean column breaks Grid's editing.
    • Grid TagHelper Column format is not applied correctly
  • ListBox
    • The setOptions method of the List Box is not changing the dataTextField property.
    • The ListBox toolbar disabled items does not receive a tabindex -1 and can be focused.
  • ListView
    • ListView drag events could not be detected on Windows device with capactive touch screen in IE and Edge browsers.
  • Localization
    • When en-US messages script file is loaded, TreeList enables the columnMenu
  • MaskedTextBox
    • MaskedTextBox does not expose Rules property in the ASP.NET Core html helper
  • MediaPlayer
    • fullScreen property of the MediaPlayer doesn't work
    • MediaPlayer TypeScript functions have Void as a return
    • MediaPlayer doesn't load when wrapped in a div with style="display: table;" due to an error in its ToolBar
    • Toolbar of MediaPlayer is not initialized correctly when there is not enough width.
  • Menu
    • Input in submenu keeps the submenu popup open
  • MultiSelect
    • MultiSelect throws an error for initially selected items with autoBind: "false" and grouping
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • All items cannot be selected with keyboard Shift + Arrow key in MultiSelect
    • MultiSelect with virtualization loses values on filtering
    • Value is deselected on initial load
    • Virtual scrolling in MultiSelect. A user's selection is lost when the valueMapper function is not implemented.
    • MultiSelect throws an error if an item is select while filtering
  • MVVM
    • DropDownList autoWidth option cannot be set through data attribute
    • A JavaScript error is thrown when a new record is added to a filtered MVVM Grid
  • NumericTextBox
    • NumericTextBox does not reflect changes applied through setOptions
    • HTML attributes are cleared from input element on form reset
    • The NumericTextBox does not allow writing or paste decimals with decimals 0 and restrictDecimals to false.
    • DOM Change Event does not fire
    • Widget doesn't calculate floating numbers when rounding is turned off
    • When using `for` attribute in a NumericTextbox or DatePicker/DateTimePicker TagHelper the `format` property is not serialized
  • Pager
    • Grid does not show data if pager option 'All' is selected
    • Grid pageSize(All) not persisting after adding a new record
  • PDF Export
    • Wrong page sizes in the PDF Export / Page Layout demo
    • Table rows are split when exporting to PDF
    • Spreadsheet PDF Export last row height is greater than the other rows
    • Spreadsheet PDF Export has missing borders
  • Scheduler
    • Start a scroll gesture from event does not scroll content under iOS
    • Drag and drop of Kendo Scheduler events does not work properly on Windows 10 touch devices
  • Slider
    • Incorrect position of Slider's Tooltip with jQuery 3.*.*
  • Spreadsheet
    • Spreadsheet SheetDataSourceBinder class uses a global instance of jQuery
    • Incorrect formula output with comparison
    • Deleting rows when filter is applied deletes hidden rows also
    • Spreadsheet does not properly format decimal numbers with more signs after the decimal point
    • Spreadsheet displays default row/column width and height if they are explicitly set to 0
    • datasource can not be set as array in vue spreadsheet
    • Cell values formatted as percent are incorrect for certain values
    • Spreadsheet PDF Export last row height is greater than the other rows
    • Spreadsheet PDF Export has missing borders
  • TabStrip
    • Setting animation to false does not completely disable TabStrip animation in IE and Edge for Material theme
  • ThemeBuilder LESS
    • Theme builder is not working on Safari.
  • TimePicker
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
    • Time picker displays invalid last item on some min and max options
    • When using `for` attribute in a NumericTextbox or DatePicker/DateTimePicker TagHelper the `format` property is not serialized
  • ToolBar
    • Wrong color of split button arrow by click
    • Disabled Button in Toolbar should have focus stylization
    • Cannot toggle checkboxes in ToolBar overflow popup
    • Disabled ToolBar SplitButton can be opened with the keyboard
    • Inconsistent filling of the available space on init and on re-size
    • Non-resizable ToolBar throws JS error when tools and separators break on a second line
    • MediaPlayer doesn't load when wrapped in a div with style="display: table;" due to an error in its ToolBar
  • TreeList
    • When en-US messages script file is loaded, TreeList enables the columnMenu
    • TreeList does not fire expand/collapse events when using keyboard navigation
    • TreeList does not reload item children correctly.
  • TreeMap
    • TreeMapType enumeration has a wrong value in MVC and Core wrappers
  • TreeView
    • TreeView template not rendered correctly with special characters
    • Checkchild is setting the checked proeprty to disabled items
    • Treeview reordering items not placing at expected positions after filtering
    • Unable to drag TreeView items with URL set, when dragging starts on items' text
    • treeView drag&drop, Uncaught RangeError: Maximum call stack size exceeded
    • TreeView's expand/collapse state is inverted after e.preventDefault() on collapse
  • Upload
    • Custom Upload Widget instance is no longer available after select
    • Chunk Upload throws error, when autoUpload is set to false and a file from the selected files is removed
  • Window
    • Kendo Window fires close event twice on Esc keydown when using preventDefault
    • Disabled anchor in Window prevents Tab navigation to other focusable elements (IE)

Kendo UI + Telerik UI for JSP R2 2018

$
0
0
DropDownTree for JSP.

Adds DropDown Tree and Conversational UI components for JSP.

Features

  • All components
    • New DropDownTree component for JSP
    • New Conversational UI component for JSP
    • MaskedTextBox MVVM, when the mask can be parsed to number the widget is initialized with invalid mask
    • Update Kendo.Mvc.dll to reference System.Web.Mvc 5.2.4 to avoid warnings
    • Implement chat-ui based on designs
    • Official support for jQuery 3.3.1
  • ComboBox
    • Screen Readers does not read value changed via keyboard when popup is closed
  • DropDownList
    • Screen Readers does not read value changed via keyboard when popup is closed
  • Editor
    • Add 'toolbar' field and 'toolbar.window' field to Editor TypeScript definition
  • MVVM
    • Add ability to define a template as string or function from the model
  • PDF Export
    • Side-to-side/excel-like PDF Export functionality
  • PanelBar
    • Add templates support for PanelBar in MVVM
  • Scheduler
    • Scheduler should trigger change on Surface in Chrome
    • Scroll acceleration under 2 in 1 devices
  • TreeView
    • Update indeterminate state of checkboxes when dataSource is filtered
  • Upload
    • .k-dropzone-hovered class not removed from Upload's custom dropzone

Fixes

  • All components
    • 'Invalid-meta The "main" field cannot contain minified files' error is thrown when installing Kendo-UI Bower package
    • Removing a filter applied in the configuration will still export to excel filtered data in a Grid.
    • Missing widgets definitions in kendo typescript file.
    • Kendo Dashboard template project hangs in IE
    • parseDate ignores timezone sign for minutes offset
  • AngularJS
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
  • AutoComplete
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • AutoWidth is not applied when clearing manually in ComboBox and AutoComplete
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • AutoComplete's dropdown is not properly resized when noDataTemplate is initially shown and the AutoWidth functionality is enabled.
  • Button
    • kendoButton keeps active state if pressing Enter to trigger click and changing focus inside click event handler
  • Calendar
    • The Calandar selectDates method should clear the selected dates when an empty array is passed.
    • Incorrect style is applied in Calendar for March 1st in non-leap years
  • Chart
    • Chart plotArea method should return ChartPlotArea in typescript
  • ComboBox
    • Filter is not cleared upon blur after selecting the value of the input
    • DataSource Read is forced on select event of cascading comboboxes
    • ComboBox and DropDownList Change event doesn't trigger with the Kendo UI 2018 R1 release
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • AutoWidth is not applied when clearing manually in ComboBox and AutoComplete
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • ValueMapper function gets called unexpectedly when ComboBox has initially selected value and the user changes the selection to one of the next items
    • Selecting item with virtual scrolling looses the actual item in Firefox
    • ComboBox with filter and virtualization throws "Cannot read property 'item' of undefined" error
    • ComboBox with paging displays incorrect value if an item that is not on the first page is selected
    • ComboBox and DropDownList: Cascade more than 2 combobox is not working
    • Change event fires on ComboBox/DropDownList blur
    • Inconsistent DropDownList cascade behavior on selection in the parent with the keyboard
  • DataSource
    • TypeScript: Missing inPlaceSort property for the DataSource in the definitions
    • DataSource TypeScript group option should accept any parameter
    • Vue datasource is not found in Kendo Window
    • Error is thrown when using JSDO batch operations
  • DateInput
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
  • DatePicker
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
  • DateTimePicker
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
    • Setting min property of the DateTimePicker to the last possible value in the TimeView causes the TimeView to display all slots, instead of only the last one
  • Dialog
    • Dialog content is trimmed, if it exceeds dialog dimensions
    • Unexpected Dialog buttons left alignment when buttonLayout is set to normal
    • Setting the Dialog's actions text with the setOptions method does not work correctly
  • Draggable
    • Fix scrolling root element if drag outside
  • DropDownList
    • ComboBox and DropDownList Change event doesn't trigger with the Kendo UI 2018 R1 release
    • OptionLabel is not selected when selecting a value that does not exist
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • DropDownList autoWidth option cannot be set through data attribute
    • ComboBox and DropDownList: Cascade more than 2 combobox is not working
    • Change event fires on ComboBox/DropDownList blur
    • Inconsistent DropDownList cascade behavior on selection in the parent with the keyboard
  • Editor
    • Editor adds new lines within comment blocks after viewing the HTML and clicking Update
    • Editor removes spaces in IE11 when pasting formatted XML from Visual Studio
    • Image is deleted when deleting the last ordered list item using backspace
    • Empty hyperlink is inserted when pressing enter at the beginning of link
    • Table tools are positioned in the toolbar overflow menu when a table is selected
  • Grid
    • Grid does not persist selection after cancelling popup editing
    • Grid does not show data if pager option 'All' is selected
    • Dropdowns in Grid filter menu are not closed on devices with touch and mouse
    • Kendo Grid data not refresh after Menu Filter clear
    • Grid pageSize(All) not persisting after adding a new record
    • Validation tooltip visible with correct data in the Grid
    • Extend TypeScript definition of GridColumn command
    • k-sorted class incorrectly applied in Grid when a column is hidden before sorting
    • Navigatable grid does not focus header when multi-filter check is used
    • Offline Mode in MVC Grid removes records on Cancel when the record was updated previously
    • The Grid validation message is hidden after entering valid and then invalid value(InCell)
    • The Grid select method is selecting wrong cells with locked columns.
    • PageSize is set to total when number of records is less than the page size
    • Grid horizontal scroll is very slow
    • Enabling Navigatable in Grid prevents SHIFT+Arrow Keys selection in editors
    • Virtualized Grid sorting breaks after scrolling if the Grid was filtered.
    • Grid column menu is rendered inside the filter menu after column reordering.
    • minResizableWidth does not work with a preceding hidden column
    • The Grid with endless scrolling, grouping, and locked column is not collapsing the groups.
    • The last two records disappear from the editable, virtualized Grid.
    • A JavaScript error is thrown when a new record is added to a filtered MVVM Grid
    • Headers inner column change the location between parent columns after reordering
    • minResizableWidth is not applied correctly with frozen columns
    • It is not possible to change checkbox value in batch editing on devices with Touch and Mouse.
    • RTL Grid wrong scroll on setDataSource in Chrome
    • The horizontal scroll goes out of sync with Virtualized Grid with locked columns after scroll and click on the scroll arrow
    • The selectedKeyNames method will not return the selected elements if the persistSelection is false(default).
    • When menu property of some columns is set to false, the columnMenu does not allow hiding all optional columns
    • Navigatable batch editing grid has wrong focus on mobile and hybrid devices
    • The Grid is not receiving focus when the tab is pressed on Surface(tablet).
    • Grid Pager numbers cover bottom Grid row preventing selection on small screens for Bootstrap, Fiori, Flat, and Office365 themes.
    • It is not possible to change checkbox value in batch editing on IOS.
    • Wrong tab order is applied to the cells of new record item if sorting the grid.
    • An error occurs when delete an item and save changes with JSDO batch operations
  • ListBox
    • The setOptions method of the List Box is not changing the dataTextField property.
    • The ListBox toolbar disabled items does not receive a tabindex -1 and can be focused.
  • ListView
    • ListView drag events could not be detected on Windows device with capactive touch screen in IE and Edge browsers.
  • MVVM
    • DropDownList autoWidth option cannot be set through data attribute
    • A JavaScript error is thrown when a new record is added to a filtered MVVM Grid
  • MediaPlayer
    • fullScreen property of the MediaPlayer doesn't work
    • MediaPlayer TypeScript functions have Void as a return
    • MediaPlayer doesn't load when wrapped in a div with style="display: table;" due to an error in its ToolBar
    • Toolbar of MediaPlayer is not initialized correctly when there is not enough width.
  • Menu
    • Input in submenu keeps the submenu popup open
  • MultiSelect
    • MultiSelect throws an error for initially selected items with autoBind: "false" and grouping
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • All items cannot be selected with keyboard Shift + Arrow key in MultiSelect
    • MultiSelect with virtualization loses values on filtering
    • Value is deselected on initial load
    • Virtual scrolling in MultiSelect. A user's selection is lost when the valueMapper function is not implemented.
    • MultiSelect throws an error if an item is select while filtering
  • NumericTextBox
    • NumericTextBox does not reflect changes applied through setOptions
    • HTML attributes are cleared from input element on form reset
    • The NumericTextBox does not allow writing or paste decimals with decimals 0 and restrictDecimals to false.
    • DOM Change Event does not fire
    • Widget doesn't calculate floating numbers when rounding is turned off
  • PDF Export
    • Wrong page sizes in the PDF Export / Page Layout demo
    • Table rows are split when exporting to PDF
    • Spreadsheet PDF Export last row height is greater than the other rows
    • Spreadsheet PDF Export has missing borders
  • Pager
    • Grid does not show data if pager option 'All' is selected
    • Grid pageSize(All) not persisting after adding a new record
  • Scheduler
    • Start a scroll gesture from event does not scroll content under iOS
    • Drag and drop of Kendo Scheduler events does not work properly on Windows 10 touch devices
  • Spreadsheet
    • Spreadsheet SheetDataSourceBinder class uses a global instance of jQuery
    • Incorrect formula output with comparison
    • Deleting rows when filter is applied deletes hidden rows also
    • Spreadsheet does not properly format decimal numbers with more signs after the decimal point
    • Spreadsheet displays default row/column width and height if they are explicitly set to 0
    • datasource can not be set as array in vue spreadsheet
    • Cell values formatted as percent are incorrect for certain values
    • Spreadsheet PDF Export last row height is greater than the other rows
    • Spreadsheet PDF Export has missing borders
  • TabStrip
    • Setting animation to false does not completely disable TabStrip animation in IE and Edge for Material theme
  • ThemeBuilder LESS
    • Theme builder is not working on Safari.
  • TimePicker
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
    • Time picker displays invalid last item on some min and max options
  • ToolBar
    • Wrong color of split button arrow by click
    • Disabled Button in Toolbar should have focus stylization
    • Cannot toggle checkboxes in ToolBar overflow popup
    • Disabled ToolBar SplitButton can be opened with the keyboard
    • Inconsistent filling of the available space on init and on re-size
    • Non-resizable ToolBar throws JS error when tools and separators break on a second line
    • MediaPlayer doesn't load when wrapped in a div with style="display: table;" due to an error in its ToolBar
  • TreeList
    • TreeList does not fire expand/collapse events when using keyboard navigation
    • TreeList does not reload item children correctly.
  • TreeView
    • TreeView template not rendered correctly with special characters
    • Checkchild is setting the checked proeprty to disabled items
    • Treeview reordering items not placing at expected positions after filtering
    • Unable to drag TreeView items with URL set, when dragging starts on items' text
    • treeView drag&drop, Uncaught RangeError: Maximum call stack size exceeded
    • TreeView's expand/collapse state is inverted after e.preventDefault() on collapse
  • Upload
    • Custom Upload Widget instance is no longer available after select
    • Chunk Upload throws error, when autoUpload is set to false and a file from the selected files is removed
  • Window
    • Kendo Window fires close event twice on Esc keydown when using preventDefault
    • Disabled anchor in Window prevents Tab navigation to other focusable elements (IE)

Kendo UI + Telerik UI for PHP R2 2018

$
0
0
New Conversational UI component for PHP.

Adds DropDown Tree and Conversational UI components for PHP.

Features

  • All components
    • New DropDownTree component for PHP
    • New Conversational UI component for PHP
    • MaskedTextBox MVVM, when the mask can be parsed to number the widget is initialized with invalid mask
    • Update Kendo.Mvc.dll to reference System.Web.Mvc 5.2.4 to avoid warnings
    • Implement chat-ui based on designs
    • Official support for jQuery 3.3.1
  • ComboBox
    • Screen Readers does not read value changed via keyboard when popup is closed
  • DropDownList
    • Screen Readers does not read value changed via keyboard when popup is closed
  • Editor
    • Add `toolbar` field and `toolbar.window` field to Editor TypeScript definition
  • MVVM
    • Add ability to define a template as string or function from the model
  • PDF Export
    • Side-to-side/excel-like PDF Export functionality
  • PanelBar
    • Add templates support for PanelBar in MVVM
  • Scheduler
    • Scheduler should trigger change on Surface in Chrome
    • Scroll acceleration under 2 in 1 devices
  • TreeView
    • Update indeterminate state of checkboxes when dataSource is filtered
  • Upload
    • .k-dropzone-hovered class not removed from Upload's custom dropzone
  • Wrappers (PHP): Grid
    • Add columns.command.template option

Fixes

  • All components
    • 'Invalid-meta The "main" field cannot contain minified files' error is thrown when installing Kendo-UI Bower package
    • Removing a filter applied in the configuration will still export to excel filtered data in a Grid.
    • Missing widgets definitions in kendo typescript file.
    • Kendo Dashboard template project hangs in IE
    • parseDate ignores timezone sign for minutes offset
  • AngularJS
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
  • AutoComplete
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • AutoWidth is not applied when clearing manually in ComboBox and AutoComplete
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • AutoComplete's dropdown is not properly resized when noDataTemplate is initially shown and the AutoWidth functionality is enabled.
  • Button
    • kendoButton keeps active state if pressing Enter to trigger click and changing focus inside click event handler
  • Calendar
    • The Calandar selectDates method should clear the selected dates when an empty array is passed.
    • Incorrect style is applied in Calendar for March 1st in non-leap years
  • Chart
    • Chart plotArea method should return ChartPlotArea in typescript
  • ComboBox
    • Filter is not cleared upon blur after selecting the value of the input
    • DataSource Read is forced on select event of cascading comboboxes
    • ComboBox and DropDownList Change event doesn't trigger with the Kendo UI 2018 R1 release
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • AutoWidth is not applied when clearing manually in ComboBox and AutoComplete
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • ValueMapper function gets called unexpectedly when ComboBox has initially selected value and the user changes the selection to one of the next items
    • Selecting item with virtual scrolling looses the actual item in Firefox
    • ComboBox with filter and virtualization throws "Cannot read property 'item' of undefined" error
    • ComboBox with paging displays incorrect value if an item that is not on the first page is selected
    • ComboBox and DropDownList: Cascade more than 2 combobox is not working
    • Change event fires on ComboBox/DropDownList blur
    • Inconsistent DropDownList cascade behavior on selection in the parent with the keyboard
  • DataSource
    • TypeScript: Missing inPlaceSort property for the DataSource in the definitions
    • DataSource TypeScript group option should accept any parameter
    • Vue datasource is not found in Kendo Window
    • Error is thrown when using JSDO batch operations
  • DateInput
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
  • DatePicker
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
  • DateTimePicker
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
    • Setting min property of the DateTimePicker to the last possible value in the TimeView causes the TimeView to display all slots, instead of only the last one
  • Dialog
    • Dialog content is trimmed, if it exceeds dialog dimensions
    • Unexpected Dialog buttons left alignment when buttonLayout is set to normal
    • Setting the Dialog's actions text with the setOptions method does not work correctly
  • Draggable
    • Fix scrolling root element if drag outside
  • DropDownList
    • ComboBox and DropDownList Change event doesn't trigger with the Kendo UI 2018 R1 release
    • OptionLabel is not selected when selecting a value that does not exist
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • DropDownList autoWidth option cannot be set through data attribute
    • ComboBox and DropDownList: Cascade more than 2 combobox is not working
    • Change event fires on ComboBox/DropDownList blur
    • Inconsistent DropDownList cascade behavior on selection in the parent with the keyboard
  • Editor
    • Editor adds new lines within comment blocks after viewing the HTML and clicking Update
    • Editor removes spaces in IE11 when pasting formatted XML from Visual Studio
    • Image is deleted when deleting the last ordered list item using backspace
    • Empty hyperlink is inserted when pressing enter at the beginning of link
    • Table tools are positioned in the toolbar overflow menu when a table is selected
  • Grid
    • Grid does not persist selection after cancelling popup editing
    • Grid does not show data if pager option 'All' is selected
    • Dropdowns in Grid filter menu are not closed on devices with touch and mouse
    • Kendo Grid data not refresh after Menu Filter clear
    • Grid pageSize(All) not persisting after adding a new record
    • Validation tooltip visible with correct data in the Grid
    • Extend TypeScript definition of GridColumn command
    • k-sorted class incorrectly applied in Grid when a column is hidden before sorting
    • Navigatable grid does not focus header when multi-filter check is used
    • Offline Mode in MVC Grid removes records on Cancel when the record was updated previously
    • The Grid validation message is hidden after entering valid and then invalid value(InCell)
    • The Grid select method is selecting wrong cells with locked columns.
    • PageSize is set to total when number of records is less than the page size
    • Grid horizontal scroll is very slow
    • Enabling Navigatable in Grid prevents SHIFT+Arrow Keys selection in editors
    • Virtualized Grid sorting breaks after scrolling if the Grid was filtered.
    • Grid column menu is rendered inside the filter menu after column reordering.
    • minResizableWidth does not work with a preceding hidden column
    • The Grid with endless scrolling, grouping, and locked column is not collapsing the groups.
    • The last two records disappear from the editable, virtualized Grid.
    • A JavaScript error is thrown when a new record is added to a filtered MVVM Grid
    • Headers inner column change the location between parent columns after reordering
    • minResizableWidth is not applied correctly with frozen columns
    • It is not possible to change checkbox value in batch editing on devices with Touch and Mouse.
    • RTL Grid wrong scroll on setDataSource in Chrome
    • The horizontal scroll goes out of sync with Virtualized Grid with locked columns after scroll and click on the scroll arrow
    • The selectedKeyNames method will not return the selected elements if the persistSelection is false(default).
    • When menu property of some columns is set to false, the columnMenu does not allow hiding all optional columns
    • Navigatable batch editing grid has wrong focus on mobile and hybrid devices
    • The Grid is not receiving focus when the tab is pressed on Surface(tablet).
    • Grid Pager numbers cover bottom Grid row preventing selection on small screens for Bootstrap, Fiori, Flat, and Office365 themes.
    • It is not possible to change checkbox value in batch editing on IOS.
    • Wrong tab order is applied to the cells of new record item if sorting the grid.
    • An error occurs when delete an item and save changes with JSDO batch operations
  • ListBox
    • The setOptions method of the List Box is not changing the dataTextField property.
    • The ListBox toolbar disabled items does not receive a tabindex -1 and can be focused.
  • ListView
    • ListView drag events could not be detected on Windows device with capactive touch screen in IE and Edge browsers.
  • MVVM
    • DropDownList autoWidth option cannot be set through data attribute
    • A JavaScript error is thrown when a new record is added to a filtered MVVM Grid
  • MediaPlayer
    • fullScreen property of the MediaPlayer doesn't work
    • MediaPlayer TypeScript functions have Void as a return
    • MediaPlayer doesn't load when wrapped in a div with style="display: table;" due to an error in its ToolBar
    • Toolbar of MediaPlayer is not initialized correctly when there is not enough width.
  • Menu
    • Input in submenu keeps the submenu popup open
  • MultiSelect
    • MultiSelect throws an error for initially selected items with autoBind: "false" and grouping
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • All items cannot be selected with keyboard Shift + Arrow key in MultiSelect
    • MultiSelect with virtualization loses values on filtering
    • Value is deselected on initial load
    • Virtual scrolling in MultiSelect. A user's selection is lost when the valueMapper function is not implemented.
    • MultiSelect throws an error if an item is select while filtering
  • NumericTextBox
    • NumericTextBox does not reflect changes applied through setOptions
    • HTML attributes are cleared from input element on form reset
    • The NumericTextBox does not allow writing or paste decimals with decimals 0 and restrictDecimals to false.
    • DOM Change Event does not fire
    • Widget doesn't calculate floating numbers when rounding is turned off
  • PDF Export
    • Wrong page sizes in the PDF Export / Page Layout demo
    • Table rows are split when exporting to PDF
    • Spreadsheet PDF Export last row height is greater than the other rows
    • Spreadsheet PDF Export has missing borders
  • Pager
    • Grid does not show data if pager option 'All' is selected
    • Grid pageSize(All) not persisting after adding a new record
  • Scheduler
    • Start a scroll gesture from event does not scroll content under iOS
    • Drag and drop of Kendo Scheduler events does not work properly on Windows 10 touch devices
  • Spreadsheet
    • Spreadsheet SheetDataSourceBinder class uses a global instance of jQuery
    • Incorrect formula output with comparison
    • Deleting rows when filter is applied deletes hidden rows also
    • Spreadsheet does not properly format decimal numbers with more signs after the decimal point
    • Spreadsheet displays default row/column width and height if they are explicitly set to 0
    • datasource can not be set as array in vue spreadsheet
    • Cell values formatted as percent are incorrect for certain values
    • Spreadsheet PDF Export last row height is greater than the other rows
    • Spreadsheet PDF Export has missing borders
  • TabStrip
    • Setting animation to false does not completely disable TabStrip animation in IE and Edge for Material theme
  • ThemeBuilder LESS
    • Theme builder is not working on Safari.
  • TimePicker
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
    • Time picker displays invalid last item on some min and max options
  • ToolBar
    • Wrong color of split button arrow by click
    • Disabled Button in Toolbar should have focus stylization
    • Cannot toggle checkboxes in ToolBar overflow popup
    • Disabled ToolBar SplitButton can be opened with the keyboard
    • Inconsistent filling of the available space on init and on re-size
    • Non-resizable ToolBar throws JS error when tools and separators break on a second line
    • MediaPlayer doesn't load when wrapped in a div with style="display: table;" due to an error in its ToolBar
  • TreeList
    • TreeList does not fire expand/collapse events when using keyboard navigation
    • TreeList does not reload item children correctly.
  • TreeView
    • TreeView template not rendered correctly with special characters
    • Checkchild is setting the checked proeprty to disabled items
    • Treeview reordering items not placing at expected positions after filtering
    • Unable to drag TreeView items with URL set, when dragging starts on items' text
    • treeView drag&drop, Uncaught RangeError: Maximum call stack size exceeded
    • TreeView's expand/collapse state is inverted after e.preventDefault() on collapse
  • Upload
    • Custom Upload Widget instance is no longer available after select
    • Chunk Upload throws error, when autoUpload is set to false and a file from the selected files is removed
  • Window
    • Kendo Window fires close event twice on Esc keydown when using preventDefault
    • Disabled anchor in Window prevents Tab navigation to other focusable elements (IE)
  • Wrappers (PHP): DataSource
    • Add transport.cache property

Kendo UI R2 2018

$
0
0
Conversational UI control.

New controls including Chat Bot and DropDownTree, plus significant updates for Angular, React and Vue.js.

Features

  • All components
    • New DropDownTree component.
    • New Conversational UI (Chat Bot) component.
    • MaskedTextBox MVVM, when the mask can be parsed to number the widget is initialized with invalid mask
    • Update Kendo.Mvc.dll to reference System.Web.Mvc 5.2.4 to avoid warnings
    • Implement chat-ui based on designs
    • Additional support for the v4 edition of the OData protocol.
    • Core Library Updates.
    • Huge update to Kendo UI for React.
    • New components and features in Angular.
    • Vue.js updates.
    • New samples and resources for Progressive Web Applications & Electron.
  • ComboBox
    • Screen Readers does not read value changed via keyboard when popup is closed
  • DropDownList
    • Screen Readers does not read value changed via keyboard when popup is closed
  • Editor
    • Add `toolbar` field and `toolbar.window` field to Editor TypeScript definition
  • MVVM
    • Add ability to define a template as string or function from the model
  • PanelBar
    • Add templates support for PanelBar in MVVM
  • PDF Export
    • Side-to-side/excel-like PDF Export functionality
  • Scheduler
    • Scheduler should trigger change on Surface in Chrome
    • Scroll acceleration under 2 in 1 devices
  • TreeView
    • Update indeterminate state of checkboxes when dataSource is filtered
  • Upload
    • .k-dropzone-hovered class not removed from Upload's custom dropzone

Fixes

  • All components
    • 'Invalid-meta The "main" field cannot contain minified files' error is thrown when installing Kendo-UI Bower package
    • Removing a filter applied in the configuration will still export to excel filtered data in a Grid.
    • Missing widgets definitions in kendo typescript file.
    • Kendo Dashboard template project hangs in IE
    • parseDate ignores timezone sign for minutes offset
  • AngularJS
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
  • AutoComplete
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • AutoWidth is not applied when clearing manually in ComboBox and AutoComplete
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • AutoComplete's dropdown is not properly resized when noDataTemplate is initially shown and the AutoWidth functionality is enabled.
  • Button
    • kendoButton keeps active state if pressing Enter to trigger click and changing focus inside click event handler
  • Calendar
    • The Calandar selectDates method should clear the selected dates when an empty array is passed.
    • Incorrect style is applied in Calendar for March 1st in non-leap years
  • Chart
    • Chart plotArea method should return ChartPlotArea in typescript
  • ComboBox
    • Filter is not cleared upon blur after selecting the value of the input
    • DataSource Read is forced on select event of cascading comboboxes
    • ComboBox and DropDownList Change event doesn't trigger with the Kendo UI 2018 R1 release
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • AutoWidth is not applied when clearing manually in ComboBox and AutoComplete
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • ValueMapper function gets called unexpectedly when ComboBox has initially selected value and the user changes the selection to one of the next items
    • Selecting item with virtual scrolling looses the actual item in Firefox
    • ComboBox with filter and virtualization throws "Cannot read property 'item' of undefined" error
    • ComboBox with paging displays incorrect value if an item that is not on the first page is selected
    • ComboBox and DropDownList: Cascade more than 2 combobox is not working
    • Change event fires on ComboBox/DropDownList blur
    • Menu, ComboBox and DropDownList are not closing correctly with jQuery 3.x.x
    • Setting initial value does not work in jQuery 3.1.1
    • Inconsistent DropDownList cascade behavior on selection in the parent with the keyboard
  • DataSource
    • TypeScript: Missing inPlaceSort property for the DataSource in the definitions
    • DataSource TypeScript group option should accept any parameter
    • Vue datasource is not found in Kendo Window
    • Error is thrown when using JSDO batch operations
  • DateInput
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
  • DatePicker
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
  • DateTimePicker
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
    • Setting min property of the DateTimePicker to the last possible value in the TimeView causes the TimeView to display all slots, instead of only the last one
  • Dialog
    • Dialog content is trimmed, if it exceeds dialog dimensions
    • Unexpected Dialog buttons left alignment when buttonLayout is set to normal
    • Setting the Dialog's actions text with the setOptions method does not work correctly
  • Draggable
    • Fix scrolling root element if drag outside
  • DropDownList
    • ComboBox and DropDownList Change event doesn't trigger with the Kendo UI 2018 R1 release
    • OptionLabel is not selected when selecting a value that does not exist
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • DropDownList autoWidth option cannot be set through data attribute
    • ComboBox and DropDownList: Cascade more than 2 combobox is not working
    • Change event fires on ComboBox/DropDownList blur
    • Menu, ComboBox and DropDownList are not closing correctly with jQuery 3.x.x
    • Setting initial value does not work in jQuery 3.1.1
    • Inconsistent DropDownList cascade behavior on selection in the parent with the keyboard
  • Editor
    • Editor adds new lines within comment blocks after viewing the HTML and clicking Update
    • Editor removes spaces in IE11 when pasting formatted XML from Visual Studio
    • Image is deleted when deleting the last ordered list item using backspace
    • Empty hyperlink is inserted when pressing enter at the beginning of link
    • Wrong width of Spreadsheet formatting dropdown on second opening - jQuery 3.3.1
    • Table tools are positioned in the toolbar overflow menu when a table is selected
  • Grid
    • Grid does not persist selection after cancelling popup editing
    • Grid does not show data if pager option 'All' is selected
    • Dropdowns in Grid filter menu are not closed on devices with touch and mouse
    • Kendo Grid data not refresh after Menu Filter clear
    • Grid pageSize(All) not persisting after adding a new record
    • Validation tooltip visible with correct data in the Grid
    • Extend TypeScript definition of GridColumn command
    • k-sorted class incorrectly applied in Grid when a column is hidden before sorting
    • Navigatable grid does not focus header when multi-filter check is used
    • Offline Mode in MVC Grid removes records on Cancel when the record was updated previously
    • The Grid validation message is hidden after entering valid and then invalid value(InCell)
    • The Grid select method is selecting wrong cells with locked columns.
    • PageSize is set to total when number of records is less than the page size
    • Grid horizontal scroll is very slow
    • Enabling Navigatable in Grid prevents SHIFT+Arrow Keys selection in editors
    • Virtualized Grid sorting breaks after scrolling if the Grid was filtered.
    • Grid column menu is rendered inside the filter menu after column reordering.
    • minResizableWidth does not work with a preceding hidden column
    • The Grid with endless scrolling, grouping, and locked column is not collapsing the groups.
    • The last two records disappear from the editable, virtualized Grid.
    • A JavaScript error is thrown when a new record is added to a filtered MVVM Grid
    • Headers inner column change the location between parent columns after reordering
    • minResizableWidth is not applied correctly with frozen columns
    • It is not possible to change checkbox value in batch editing on devices with Touch and Mouse.
    • RTL Grid wrong scroll on setDataSource in Chrome
    • The horizontal scroll goes out of sync with Virtualized Grid with locked columns after scroll and click on the scroll arrow
    • The selectedKeyNames method will not return the selected elements if the persistSelection is false(default).
    • When menu property of some columns is set to false, the columnMenu does not allow hiding all optional columns
    • Navigatable batch editing grid has wrong focus on mobile and hybrid devices
    • The Grid is not receiving focus when the tab is pressed on Surface(tablet).
    • Grid Pager numbers cover bottom Grid row preventing selection on small screens for Bootstrap, Fiori, Flat, and Office365 themes.
    • It is not possible to change checkbox value in batch editing on IOS.
    • Wrong tab order is applied to the cells of new record item if sorting the grid.
    • An error occurs when delete an item and save changes with JSDO batch operations
  • ListBox
    • The setOptions method of the List Box is not changing the dataTextField property.
    • The ListBox toolbar disabled items does not receive a tabindex -1 and can be focused.
  • ListView
    • ListView drag events could not be detected on Windows device with capactive touch screen in IE and Edge browsers.
  • MediaPlayer
    • fullScreen property of the MediaPlayer doesn't work
    • MediaPlayer TypeScript functions have Void as a return
    • MediaPlayer doesn't load when wrapped in a div with style="display: table;" due to an error in its ToolBar
    • Toolbar of MediaPlayer is not initialized correctly when there is not enough width.
  • Menu
    • Input in submenu keeps the submenu popup open
    • Menu, ComboBox and DropDownList are not closing correctly with jQuery 3.x.x
  • MultiSelect
    • MultiSelect throws an error for initially selected items with autoBind: "false" and grouping
    • kendo.ui.DropDownList: cannot set autoWidth in html
    • Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
    • All items cannot be selected with keyboard Shift + Arrow key in MultiSelect
    • MultiSelect with virtualization loses values on filtering
    • Value is deselected on initial load
    • Virtual scrolling in MultiSelect. A user's selection is lost when the valueMapper function is not implemented.
    • Menu, ComboBox and DropDownList are not closing correctly with jQuery 3.x.x
    • MultiSelect throws an error if an item is select while filtering
  • MVVM
    • DropDownList autoWidth option cannot be set through data attribute
    • A JavaScript error is thrown when a new record is added to a filtered MVVM Grid
  • NumericTextBox
    • NumericTextBox does not reflect changes applied through setOptions
    • HTML attributes are cleared from input element on form reset
    • The NumericTextBox does not allow writing or paste decimals with decimals 0 and restrictDecimals to false.
    • DOM Change Event does not fire
    • Widget doesn't calculate floating numbers when rounding is turned off
  • Pager
    • Grid does not show data if pager option 'All' is selected
    • Grid pageSize(All) not persisting after adding a new record
  • PDF Export
    • Wrong page sizes in the PDF Export / Page Layout demo
    • Table rows are split when exporting to PDF
    • Spreadsheet PDF Export last row height is greater than the other rows
    • Spreadsheet PDF Export has missing borders
  • Scheduler
    • Start a scroll gesture from event does not scroll content under iOS
    • Drag and drop of Kendo Scheduler events does not work properly on Windows 10 touch devices
  • Slider
    • Incorrect position of Slider's Tooltip with jQuery 3.*.*
  • Spreadsheet
    • Spreadsheet SheetDataSourceBinder class uses a global instance of jQuery
    • Incorrect formula output with comparison
    • Deleting rows when filter is applied deletes hidden rows also
    • Spreadsheet does not properly format decimal numbers with more signs after the decimal point
    • Spreadsheet displays default row/column width and height if they are explicitly set to 0
    • datasource can not be set as array in vue spreadsheet
    • Cell values formatted as percent are incorrect for certain values
    • Spreadsheet PDF Export last row height is greater than the other rows
    • Spreadsheet PDF Export has missing borders
    • Wrong width of Spreadsheet formatting dropdown on second opening - jQuery 3.3.1
  • TabStrip
    • Setting animation to false does not completely disable TabStrip animation in IE and Edge for Material theme
  • ThemeBuilder LESS
    • Theme builder is not working on Safari.
  • TimePicker
    • Cannot change values of an AngularJS TimePicker with DateInput bound to a variable in the controller
    • Date/TimePicker popup auto-closes in Chrome when a preceding element's height is reduced
    • Time picker displays invalid last item on some min and max options
  • ToolBar
    • Wrong color of split button arrow by click
    • Disabled Button in Toolbar should have focus stylization
    • Cannot toggle checkboxes in ToolBar overflow popup
    • Disabled ToolBar SplitButton can be opened with the keyboard
    • Inconsistent filling of the available space on init and on re-size
    • Non-resizable ToolBar throws JS error when tools and separators break on a second line
    • MediaPlayer doesn't load when wrapped in a div with style="display: table;" due to an error in its ToolBar
  • TreeList
    • TreeList does not fire expand/collapse events when using keyboard navigation
    • TreeList does not reload item children correctly.
  • TreeView
    • TreeView template not rendered correctly with special characters
    • Checkchild is setting the checked proeprty to disabled items
    • Treeview reordering items not placing at expected positions after filtering
    • Unable to drag TreeView items with URL set, when dragging starts on items' text
    • treeView drag&drop, Uncaught RangeError: Maximum call stack size exceeded
    • TreeView's expand/collapse state is inverted after e.preventDefault() on collapse
  • Upload
    • Custom Upload Widget instance is no longer available after select
    • Chunk Upload throws error, when autoUpload is set to false and a file from the selected files is removed
  • Window
    • Kendo Window fires close event twice on Esc keydown when using preventDefault
    • Disabled anchor in Window prevents Tab navigation to other focusable elements (IE)

Telerik DevCraft UI R2 2018

$
0
0
Telerik DevCraft UI.

Includes series animations in ChartView, new Chat component, plus updates for Angular, React and Vue.js.

Features

Telerik DevCraft UI R2 2018 release includes the following updates:

Telerik DevCraft Complete R2 2018

$
0
0
New Conversational UI for all Progress Telerik products.

New Chat UI for WinForms, WPF, Xamarin ASP.NET AJAX, MVC and Core, jQuery, Angular, React and Vue.js.

Features

Telerik DevCraft Complete R2 2018 release includes the following updates:

Telerik DevCraft Ultimate R2 2018

$
0
0
New DropDownTree and Chat components in DevCraft R2 2018.

New Chat components, new themes & sample apps for Web, Mobile, Desktop .NET & JavaScript.

Features

Telerik DevCraft Ultimate R2 2018 release includes the following updates:

Codejock Chart Pro ActiveX v18.4.0

$
0
0
Codejock Chart Pro ActiveX

Fixed issue saving and loading chart series with Gradient fill style.

Fixes

  • Fixed issue saving and loading chart series with Gradient fill style.

Codejock Chart Pro Visual C++ v18.4.0

$
0
0
Codejock Chart Pro Visual C++

Fixed issue saving and loading chart series with Gradient fill style.

Fixes

  • Fixed issue saving and loading chart series with Gradient fill style.
Viewing all 2852 articles
Browse latest View live