January 28, 2019, 3:13 am
FlexSheet sorting example in Wijmo.Includes improvements to FlexGrid, plus a critical bug fix for FlexSheet.
Features
- Added two new LearnWijmo fiddles that highlight the FlexGrid’s basic and advanced features.
- Added a cssClassAll property to the FlexGrid's Row and Column classes so you can add CSS classes to header cells as well as to data cells.
- Added two new settings to the wijmo.olap.ShowAs enumeration: PctPrevRow and PctPrevCol cause the engine to show values for each item as a percentage of the value in the previous row or column.
- Added two extra parameters to the FlexGrid.getClipString method so it can be used to export to CSV (instead of tab-delimited text) and to optionally include column headers.
- Added a Tooltip.cssClass property to allow different types of tooltips to use different styles (e.g. information, validation, etc)
- Improved the ComboBox.selectedValue property to get or set the control's text when it has no itemsSource. This makes it easier to use the ComboBox as a replacement for regular input elements (and leverage wijmo's infrastructure including styling).
- Added a new "exclusiveValueSearch" property to the PivotEngine and FlexGridFilter classes. This new property is set to true by default, which enables an Excel-like behavior (searching excludes items from the filter). Set it to false to disable this, so searching only affects which items are displayed on the list, and not which items are included in the filter.
- [AngularJS] Added auto-size-rows boolean property to the wj-flex-grid-cell-template directive, which is being set to false disables the default behavior where the cell template increases grid's default row height to accommodate cells content.
- Improved the FlexGrid IME handling to start editing on Unicode spaces as well as regular spaces.
- [WebComponents] Added Beta version of the WebComponents interop (wijmo.webcomponents.568.js modules). The Samples\TS\WebComponents\WebComponentsIntro sample explains the status and usage of the interop.
- New Samples
- FlexGrid basic features | Advanced features
- OLAP ShowAs sample
- CSV Export sample
Fixes
- Fixes a critical bug in FlexSheet. The issue was prominent in the Angular interop and in some other cases, when a Sheet itemsSource was being bound without the Sheet being owned by a FlexSheet instance.
↧
January 28, 2019, 3:13 am
FlexSheet sorting example in Wijmo.Includes improvements to FlexGrid, plus a critical bug fix for FlexSheet.
Features
- Added two new LearnWijmo fiddles that highlight the FlexGrid’s basic and advanced features.
- Added a cssClassAll property to the FlexGrid's Row and Column classes so you can add CSS classes to header cells as well as to data cells.
- Added two new settings to the wijmo.olap.ShowAs enumeration: PctPrevRow and PctPrevCol cause the engine to show values for each item as a percentage of the value in the previous row or column.
- Added two extra parameters to the FlexGrid.getClipString method so it can be used to export to CSV (instead of tab-delimited text) and to optionally include column headers.
- Added a Tooltip.cssClass property to allow different types of tooltips to use different styles (e.g. information, validation, etc)
- Improved the ComboBox.selectedValue property to get or set the control's text when it has no itemsSource. This makes it easier to use the ComboBox as a replacement for regular input elements (and leverage wijmo's infrastructure including styling).
- Added a new "exclusiveValueSearch" property to the PivotEngine and FlexGridFilter classes. This new property is set to true by default, which enables an Excel-like behavior (searching excludes items from the filter). Set it to false to disable this, so searching only affects which items are displayed on the list, and not which items are included in the filter.
- [AngularJS] Added auto-size-rows boolean property to the wj-flex-grid-cell-template directive, which is being set to false disables the default behavior where the cell template increases grid's default row height to accommodate cells content.
- Improved the FlexGrid IME handling to start editing on Unicode spaces as well as regular spaces.
- [WebComponents] Added Beta version of the WebComponents interop (wijmo.webcomponents.568.js modules). The Samples\TS\WebComponents\WebComponentsIntro sample explains the status and usage of the interop.
- New Samples
- FlexGrid basic features | Advanced features
- OLAP ShowAs sample
- CSV Export sample
Fixes
- Fixes a critical bug in FlexSheet. The issue was prominent in the Angular interop and in some other cases, when a Sheet itemsSource was being bound without the Sheet being owned by a FlexSheet instance.
↧
↧
February 5, 2019, 2:14 am
Xceed Business Suite for WPFAdds new stat editor control to DataGrid for WPF.
Features
- Xceed DataGrid for WPF - This release includes a new stat editor control. This control gives the user the ability to modify statistics displayed in StatRows. A total of 12 improvements and bug fixes are also included in this release.
- Xceed Toolkit Plus for WPF - This release adds several improvements to AvalonDock. A total of 45+ improvements have been included in this release.
↧
February 5, 2019, 3:57 am
Xceed Toolkit Plus for WPFImproves AvalonDock, DateTimePicker and PropertyGrid controls.
Features
- AvalonDock
- Activating LayoutFloatingWindows now uses the client area’s width and height.
- Docking a LayoutAnchorable to top/bottom followed by a docking to right/left no longer allows a resize that will hide the LayoutAnchorable header.
- Docking a LayoutAnchorable with its CanClose property set to false, into a LayoutDocumentPane, no longer displays a close button in the newly created LayoutDocument.
- Expanding auto-hidden LayoutAnchorables now always selects the LayoutAnchorable where the auto-hide button was clicked.
- LayoutAnchorable now includes the new Hidden event, which is raised when the hiding process of a LayoutAnchorable is completed.
- Removing LayoutAnchorables now stretches the remaining LayoutAnchorables in the available space.
- Czech localization is now supported.
- The NavigatorWindow now supports navigation with the arrow keys.
- Using the context menu to dock a LayoutAnchorable floating window as a tabbed document now keeps the “X” in the header to close the LayoutAnchorable.
- When using nested DockingManagers, dragging a LayoutDocument no longer hides the drop zone target when the mouse enters a nested DockingManager but remain over the main DockingManager.
- LayoutAnchorable and LayoutDocument can now be set as TopMost when floating.
- DateTimePicker
- Selecting a new date in the Calendar now immediately modifies the Value property.
- Setting the ShowDropDownButton and ShowButtonSpinners properties to false no longer makes the right border disappear.
- In DropDownButton when the popup contains a ComboBox, clicking outside the inner ComboBox, but inside the DropDownButton popup, no longer closes the DropDownButton popup.
- In MaskedTextBox the PromptChar character is now displayed when the IsReadOnly property is true.
- PropertyGrid
- A ReadOnly property can now use its Editor Template.
- Removing the text in the Search TextBox now removes the yellow highlighted text from the PropertyGrid.
- The contextMenu containing the ‘reset’ option for properties no longer disappears after modifying PropertyGrid properties.
- The new PropertiesGenerated event is now raised when all the properties of the PropertyGrid are generated.
- When the SelectedObject property is set to an object containing properties of type interface, the PropertyGrid editors no longer use an empty ComboBox.
- In TimePicker selecting a new time in the ListBox now immediately modifies the Value property.
- In StyleableWindow, ChildWindow, MessageBox and WindowControl, the content no longer fades when the window loses focus.
- WatermarkPasswordBox
- Using the escape key input is now ignored.
- When the AcceptsReturn property is true, a “\r” is now added to the Password property; when the AccceptsReturn property is false, the input is now ignored.
- In ExtendedTabControl the new CacheTabItems property now makes it easy to prevent the reloading of the selected TabItem when tab selection is changed.
- In MaterialButton scaling a text content now displays clear characters.
- In MaterialTabControl navigation with the tab key will now be contained in the active MaterialTabItem.
- In MS DataGrid the DataGridColumn.HeaderTemplate can now be set when a theme is applied.
- PropertyGrid
- Modifying the SelectedObject or SelectedObjectOverride properties when using alphabetical or categorized (with many categories) sorting now removes the visual ‘flash’ upon refreshing.
- Modifying the SelectedObjectsOverride property now cancels any pending properties generation inside the PropertyGrid.
- New methods were added to retrieve a list of category names (GetCategories, GetCollapsedCategories, GetExpandedCategories) and to retrieve the current state of a specific category (IsCategoryCollapsed, IsCategoryExpanded).
- The new SelectedObjectsOverrideChanged event is now raised when the SelectedObjectsOverride property changes.
- StyleableWindow
- The header icon no longer touches the left window border.
- Using a DockingManager with LayoutAutoHideWindowControls now shows the pinned window popup when the mouse goes over it.
- In TokenizedTextBox modifying the SelectedItems collection now only raises one (1) ItemSelectionChanged event.
↧
February 5, 2019, 4:06 am
Xceed Ultimate SuiteAdds .NET Standard 2.0 support for SFTP, FTP, Words and PDF Creator controls.
Features
- Xceed DataGrid for WPF - This release includes a new stat editor control. This control gives the user the ability to modify statistics displayed in StatRows. A total of 12 improvements and bug fixes are also included in this release.
- Xceed Toolkit Plus for WPF - This release adds several improvements to AvalonDock. A total of 45+ improvements have been included in this release.
- Xceed Zip for .NET - Added a port of Tar.NET and Gzip.NET to .NET Standard 2.0 and above. Also updated the XceedCompressedStream Class to support strong AES encryption.
- Xceed SFTP for .NET and Xceed SFTP for Xamarin - Added a port .NET Standard 2.0 and above.
- Xceed FTP for .NET, and Xceed FTP for Xamarin - Added a port .NET Standard 2.0 and above.
- Xceed Words for .NET - Now Available for .NET Standard 2.0 and above. This release includes a total of 65+ improvements and bug fixes.
- Xceed PDF Creator for .NET - Now Available for .NET Standard 2.0 and above. This release includes a total of 65+ improvements and bug fixes.
↧
↧
February 13, 2019, 2:31 am
Telerik Test StudioRedesigned Find Expression Builder (Edit Element View), plus Ribbon Menu UX improvements for Test Studio.
Features
- New in Telerik Test Studio R1 2019
- New Find Expression Builder as document pane allowing multiple element edits.
- Scheduling pipe based local interprocess communication.
- Scheduling execution agent unattended automatic self-recovery implemented.
- Support for MS Windows 10 17763 (1809) Edge Browser with integrated WebDriver.
- Global Save All shortcut Ctrl+Shift+S introduced.
- KillBrowsersBeforeStart setting for all execution types in Test Studio.
- New Ribbon tabs for Project, Tests and Elements.
- ScrollToVisibleType Property for Click and SetText descriptors.
- Step Builder options to manually add Connect to pop-up and Close pop-up window steps.
- Support for BreakPoints for nested TestAsStep tests during QuickExecution.
- Used By context menu option for Element Expression's panes.
- New Project setting to Track Active Test selection in Project Explorer.
- InnerText as search clause in Find Expression Builder for both recording and execution.
- Enable Logging in project Settings in Visual Studio plugin.
- Automatic update of scheduled jobs when Test List changes.
- Make WPF Recorder wait timeout configurable via SL Connect project setting.
- Data-bind Name field of requests Headers in Test Studio for APIs.
- Changes:
- Major stability and reliability improvements in Scheduling feature.
- Improved Scheduled runs in parallel stability.
- Easier and simplified Scheduling configuration - only 3 ports are needed open both ways for scheduling setup (8009 for Scheduling Service, 8492 for Storage Service and 55555 for Execution Client).
- Ctrl+S shortcut only saves current working item in Test Studio.
- Upgraded MongoDB driver to 4.0 in Test Studio.
- Removed TeamPulse integration from Test Studio UI.
- Removed AsyncBridge.dll and System.Reactive.dll from Test Studio Mobile.
- Split Requests and Responses of Load tests in Test Studio.
- Due to Visual Studio latest updates changes, Test Studio VS 2017 plugin Telerik.Common package is now part of VSIX.
- Recent projects names are not truncated for long names anymore and tooltip shows full path in Test Studio.
Fixes
- Fixed in Telerik Test Studio Web and Desktop R1 2019:
- Browsers: added support for download dialog in Firefox 64+.
- Browsers: Close Browser property of Click step does not work properly for JS Browsers popups.
- Browsers: execution of Logon Dialog in IE on Server 2016.
- Browsers: fix WaitUntilReady always returns True in MS Edge.
- Browsers: AJAX and Console interceptors script injection in MS Edge.
- Browsers: every second desktop click in Edge browser is performed with offset.
- Execution: cannot move the mouse on multiple monitors that have negative coordinates in desktop commands.
- Execution: customer case for Internet Explorer not launching when running ArtOfTestRunner from bat file on remote environment.
- Find Expression Builder: after reset of data bind filter in Find Element Builder, drop down for data bind is not visible.
- Find Expression Builder: resolve failure Font Color for Content Verification steps is now black and visible.
- Load testing: application crash when you open for edit the user profile of a load test.
- Load Testing: post data not sent if the encoding type is different than formdata or urlencoded.
- Load Testing: Dynamic Targets dropdowns not shown in requests UI.
- Load Testing: specific case of Custom Dynamic Targets not shown properly in UI when changing data binding.
- Load testing: fixed field type value 'Cookie' typo.
- Load testing: visual glitch in custom dynamic targets display window.
- Recording: highlight on Validate Element will not work in iFrames from JS browsers.
- Recording: custom fix for IE recording menu when element not fully visible.
- Recording: JS recorders un-paused after run to here and run selected operations.
- Recording: enabled recording of dialogs in Firefox Popups.
- Recording: Error dialog when no test is selected during recording and try to add step is now always on top.
- Recording: Firefox recording on scaled multiple monitors shows highlighting with offset.
- Recording: wrong test element created when using the highlight menu in Internet Explorer on scaled monitors.
- Recording: customer case of Recorder exception for WFP control panel.
- Recording: customer case of WPF Recorder hanging if undocked during close of the WPF application.
- Recording: WPF extension crashing against specific application.
- Scheduling: fixed specific case with Video Recording stops working on remote recurring runs.
- Scheduling: fixed UI when uninstall/install MongoDB service in cases path to a different mongod.exe is selected.
- Scheduling: fixing specific case for wrong notification setting in scheduled job.
- Scheduling: specific case of scheduled jobs getting wrong test list id for source controlled projects after checkin.
- Scheduling: fixed storage service log path to be in Test Studio installation folder.
- Scheduling: RemoteExecutor and the SchedulingServer would not ask for TFS credentials upon scheduled runs.
- Test Studio UI: fixed renaming project with open code file and restart of project crash.
- Test Studio UI: fixing error logged upon right click on project node for source controlled project.
- Test Studio UI: cleared obsolete exception from log after successful scheduled run.
- Test Studio UI: code editor does not lose focus after performing shortcut operation Ctrl+S.
- Test Stduio UI: fixing unexpected error when opening results when mapped network drive with project gets disconnected.
- Visual Studio plugin: fixed typo in VS empty test description.
- Mobile:
- Local to Local android instrumentation fails.
- Automatic instrumentation will now successfully complete for Android API level 28 applications.
- Test Studio for APIs:
- ApiTesting sends "Expect" "100-continue" header with http requests and cannot be disabled.
- Opening coded step without creating coded file first crashes studio.
- Execution sends all files in a multipart/form-data regardless of their file extension.
↧
February 14, 2019, 2:34 am
DevExpress ASP.NETImproves GridView, HtmlEditor, RichEdit, Scheduler Suite and Spreadsheet controls.
Fixes
ASP.NET Web FormsASPxGridView
- The confirmation message is not shown when rows are deleted via the "DeleteSelectedRowsOnPage" toolbar item and SettingsBehavior.ConfirmDelete is enabled.
ASPxHtmlEditor
- A custom dialog has a built-in dialog's width.
- The <td> element is removed when cell text is selected and deleted.
ASPxRichEdit
- Export to PDF causes the OutOfRangeException when a document contains a header with a text box.
ASPxScheduler Suite
- The "Cannot read property 'getCalendar' of undefined" error occurs when a custom ToolbarViewNavigatorTemplate is implemented.
- "JavaScript: Unknown Error" occurs when executing the ASPxScheduler.DataBind method on a callback request.
- Custom Theme styles are not applied to the Floating Action Button control.
- InvalidCastException occurs while generating an ASPxScheduler report if the ASPxSchedulerControlPrintAdapter.OnValidateResources event handler is specified in page markup.
ASPxSpreadsheet
- ASPxSpreadsheet's scrollbar is moved after a cell is removed.
Navigation, Layout & Multi-Purpose Controls
- ASPxFileManager - Clicking a context menu item is not in effect under certain conditions.
- ASPxUploadControl - An error on uploading files when a Web Farm is used.
ASP.NET MVC
MVC GridView
- GridView - Batch Editing - New rows are added to a data source in a wrong order.
MVC HtmlEditor
- The dialog's layout is corrupted when the editor is located inside an item of FormLayout with UseDefaultPaddings enabled and SettingsItemCaptions.Location set to "Top".
MVC Pivot Grid
- The "Cannot add more than one customization form to the same ASPxPivotGrid control" exception is thrown when the Customization Form is set before Pivot Grid in markup.
- The PivotGridExtension.CreateDrillDownDataSource method returns an empty data set when the virtual scrolling mode is enabled.
MVC Report
- HTML5 Document Viewer - 'Cannot read property 'ArrayStore' of undefined' error after updating Angular applications to version 18.2.5.
- Web Report Designer - "Uncaught TypeError: formattingRuleLinks is not a function" error is thrown when a report with Pivot Grid is converted from Legacy Data Bindings to Expressions.
- WebDocumentViewer - It is impossible to hide the Highlight Editing Fields button.
MVC RichEdit
- The Undo button is disabled after the insertRtf command is used for the first time.
- A JavaScript error occurs under certain circumstances if a table occupies two pages in a document.
- It is not possible to hide the "Bookmarks" context menu option.
- Setting the Height property is ignored under certain conditions if this property value is lower than 250.
ASP.NET Bootstrap
Bootstrap GridView
- Master-Detail scenario - A scrollbar is moved to the top when a detail grid's row is clicked.
- Master-Detail scenario - Batch Editing - It is impossible to start editing if StartEditAction is FocusedCellClick.
ASP.NET Core
XtraReports Suite
- Web Report Designer - Integration into Angular - The "ReferenceError: Unable to process binding (Message: DevExpress is not defined)" error occurs upon clicking the Next button on the "Choose summary functions" page.
ASP.NET Core Bootstrap
Scheduler (ASP.NET Core Bootstrap)
- BootstrapScheduler for ASP.NET Core - The calendar and view navigation panels are not shown when the control is rendered in an invisible tab of BootstrapPageControl.
↧
February 14, 2019, 2:50 am
DevExpress WinFormsImproves Bars, Charts, Grids, PDF Viewer, RichEdit, Reports and Spreadsheet controls.
Fixes
All WinForms Controls
- SvgBitmap rendering may fail with multiple threads.
PDF Viewer
- Parsing - Documents that contain signature build properties with an incorrect version cannot be opened.
Snap
- The Summary Editor Form is not shown starting with v17.2.
XtraBars Suite
- AccordionControl - The Handled parameter specified in the CustomDrawElement event handler is ignored when OptionsHamburgerMenu.DisplayMode is Minimal or Overlay.
- An exception is thrown when dragging DockPanel docked as a tabbed document (DocumentManager).
- BarEditItem's height is incorrectly calculated when the item displays multi-line text.
- BarStaticItem - Text is not visible while hovering when using the "Office 2010 Black" skin.
- InvalidCastException is thrown on displaying PopupMenu that contains bar edit items.
- NullReferenceException is thrown when a TabForm descendant is resized at design time.
- RibbonControl - ArgumentException is thrown when the scale factor is 2.
- SVG colorization is ignored if an icon is assigned to CustomHeaderButton's Glyphs property.
- TabbedView - StackOverflowException occurs when Document.Appearance is specified and the Office 2016 Colorful skin is applied.
- Wrong accessible visibility property for BarItems.
XtraCharts Suite
- "The type of the "Arguments" argument data member isn't compatible" error occurs in ChartControl bound to PivotGrid in certain cases when the AutoBindingSettingsEnabled option is disabled.
- A realtime chart is updated with delays when the Crosshair popup window is shown.
- Financial Series is rendered incorrectly if AxisX.ScaleBreaks are set.
- The DevExpress.XtraCharts.v18.1.Extensions assembly is requested while restoring a report by using the XtraReport.FromStream method.
- The Line Series style is not effective when the DirectX rendering mode is enabled.
XtraDiagram
- The "Width and Height must be non-negative" exception is thrown if DiagramControl's viewport is small.
XtraEditors Library
- CameraControl - The video stream does not start when the Device property is set.
- Incorrect skin when using the runtime collection editor window.
- RepositoryItemDateEdit crashes with DisposedObjectException when CalendarTimeEditing is set to True and a ribbon on which it is located is merged into another ribbon.
- XtraDialogs - Localization resource files are not automatically added.
XtraGrid Suite
- DragDropBehavior - The drag operation doesn't start when the ALT key is pressed.
- ExcelFilter - When the Range filter type is applied and a value less than a minimal value is entered in an editor, the caret is moved.
- GridControl - ArgumentException occurs when the Grid's data source is changed and OptionsFind.Behavior is set to Search.
- GridControl - The Like operator is incorrectly converted during the export.
- GridView - StackOverflowException is raised during animation when OptionsBehavior.AllowSortAnimation is enabled.
- GridView - The Top/Bottom Rules menu item of the conditional formatting group does not work for a string column.
- GridView doesn't render line breaks in the row preview area in DirectX mode.
XtraMap
- The map data provider's Kind property change is not effective at runtime.
XtraPivotGrid Suite
- The PivotGridField.OptionsFilter property does not display a name in PropertyGrid if UseResourceManager = true.
XtraReports Suite
- End-User Report Designer - The application crashes when the default Series Pane is deleted.
- Multi-Column mode works incorrectly if XRCrossBandBox is used.
- Report Designer - The NewParameterEditorForm dialog is displayed with an incorrect value of the 'ownerWindow' parameter.
- Certain master-detail report layouts produce an incorrect ToC hierarchy.
- Group page numbering is incorrect (the XRPageInfo component issue).
XtraRichEdit
- A double-click on an image in RichEditControl's document selects the document header.
- Comments are incorrectly positioned when SimpleView is active.
- Exporting a specific document to a Word document (.docx) cannot be opened in Microsoft Word.
- It is impossible to copy an inline image to the end of a document.
- The "In Line with Text" wrapping for the image is changed on an attempt to set the rotation angle for this image in the "More Layout Options" dialog.
- The "Unable to sort because the IComparer.Compare() method returns inconsistent results." exception occurs on deleting symbols after loading a specific document.
- The caret cannot be set between two neighboring images with the "In Line with Text" wrapping using the arrow keys.
XtraScheduler Suite
- ArgumentOutOfRangeException is thrown in the CalculateMinRowHeight method.
- ArgumentOutOfRangeException is thrown in the DayViewDateTimeScrollController.Scroll method.
- GanttView - NullReferenceException is thrown when closing a form.
- An infinite loop occurs when exporting a changed occurrence to Outlook.
- DateNavigator unpredictably changes selection after switching months via month navigation buttons.
- FileNotFoundException occurs if an incorrect file name is specified when importing an iCalendar (*.ics) file.
- SchedulerControl doesn't update its values automatically when it's bound to the same DataTable as another control and a value is changed.
XtraSpreadsheet
- Chart grid lines are rendered with an incorrect color in SpreadsheetControl.
- Performance penalties on updating a pivot table data source containing a lot of different data.
- Spreadsheet does not use the regional decimal separator of the numeric pad.
- The "Insert ->Table Rows Above" action does not extend the conditional formatting range as Excel does.
- The formula does not use the spreadsheet control's culture when inserting subtotals in a data range from UI.
XtraTreeList Suite
- Appearance settings set in the CustomDrawRowFooterCell event handler are applied to all summaries.
XtraTreeMap
- The TreeMapControl.LayoutAlgorithm property change is not effective.
XtraVerticalGrid Suite
- PropertyGridControl - The display text set in the RepositoryItemTextEdit.CustomDisplayText event handler is not taken into account for cells.
↧
February 14, 2019, 2:56 am
DevExpress WPFImproves Bars, Charts, Editors, Grids, RichEdit, Scheduler and Spreadsheet controls.
Fixes
DXBars & DXRibbon Common (WPF)
- The keyboard navigation does not work correctly with BarStaticItem.ContentTemplate.
DXBars for WPF
- Customization Menu and Dialog do not show merged bar items.
- There is no easy way to prevent a bar from being deleted using the Customization Menu.
- Three vertical items are not fully visible in RibbonGalleryBarItem when the DXStyle theme is applied.
DXCharts for WPF
- Annotations - It is impossible to change the anchor point at runtime when the Logarithmic scale is enabled.
- ChartBoundRangeControlClient shows empty data points.
DXControls for WPF
- A white screen appears when a themed window is shown in the Maximized state.
- ArgumentException is raised in DXOpenFileDialog after the OK button press.
- The forder browser dialog does not update the SelectedPath property.
- ThemedWindow - Ok/Cancel buttons are duplicated in dialog mode.
- ThemedWindow integrates LayoutGroup with View=Tabs into its header.
DXDocking for WPF
- A skinned border is shown over RichEditControl's SimpleView even if the RichEditControl.ShowBorder option is disabled.
- It's not possible to undock and drag a panel from the AutoHideGroup when this panel's ShowCloseButton, AllowMinimize, and AllowMaximize are disabled.
DXEditors for WPF
- ArgumentNullException is thrown if the DateNavigator.Workdays property is set via binding.
- Clicking the close button in the token (in the LookUpEdit control) throws NullReferenceException under certain circumstances.
- ComboBoxEdit has incorrect NullText foreground when EditValue is bound to an empty list.
- ComboBoxEdit with tokens - MouseWheel does not work when the editor is shown in ScrollViewer.
- FlyoutControl appears on a wrong screen.
- ImageEdit's menu doesn't stay visible when display scaling is over 100%.
- NullReferenceException is thrown from the DevExpress.Xpf.Editors.Internal.TokenEditor.TryRemoveEmptyValue method when a report's lookup-based parameter is clicked in DocumentPreviewControl.
DXGantt for WPF
- GanttConnector does not show the assigned ToolTip.
- A summary task with zero duration does not appear as a milestone.
DXGrid for WPF
- GridControl's selection color is incorrect in the VS2017Dark theme.
- The copy-paste functionality does not work for decimal? properties.
- The ListSourceRowIndex property contains an incorrect value when the CustomUnboundColumnData event is raised during printing or exporting.
- The ShownEditor event is not raised when ProgressBarEditSettings are used.
DXRibbon for WPF
- An exception is raised in the GetWindowLongPtr method after undocking one panel and then docking another panel.
- RibbonControl's Application Menu closes unexpectedly when the right pane is hovered.
- The popup form is reopened for editors in merged RibbonControls.
DXRichEdit for WPF
- ArgumentOutOfRangeException is thrown on updating the horizontal ruler.
- RichEditControl does not show hover menu if the parent form is moved to the secondary screen and then returned back to the first screen.
- Text Wrapping editors in the "More Layout Options" dialog are not disabled for the image inserted in the comment.
- The TextBox content from a specific Doc document is cropped.
DXScheduler for WPF
- TimelineView flickers and does not scroll when the scrollbar's snapping functionality is enabled.
DXSpellChecker for WPF
- NullReferenceException may occur in CheckAsYouTypeBehavior.OnCheckEditingWordTimerTick after inserting a long misspelled word in the editor and moving focus.
DXSpreadsheet for WPF
- Images are not exported to PDF if SpreadsheetControl is instantiated in code.
- The white border is shown in the top left corner of the view when the worksheet has grouped data.
DXTreeList for WPF
- InvalidOperationException is thrown when sorting a double column bound using the Binding property.
MVVM Framework
- AmbiguousMatchException occurs when PdfViewer is used with DXBinding expressions.
Scaffolding Wizards
- Scaffolding Wizard raises NullReferenceException when a data model does not contain all navigation properties related to the many-to-many relationship.
Windows UI
- The INavigationAware.NavigatingFrom method is called only once if navigation is cancelled.
XtraReports Suite
- Data Source Wizard - It is impossible to change the 'Server Type' parameter when the 'Firebird' provider is used.
- DocumentPreviewWindow - The "no pages to display" message is shown although pages are present.
- Edited fields do not work in a report if the 'Enable Continuous Scrolling' option is disabled.
- End User Report Designer - NullReferenceException is thrown if a window closes before the designer loads.
- End-User Report Designer - Updating the XtraReport.XmlDataPath property value does not refresh the "Field List" pane.
- In Light mode QueryBuilder does not automatically focus the table list.
- There is no way to change the border of table cells in the Russian culture.
↧
↧
February 14, 2019, 3:00 am
DevExtremeDevExtreme for React - 70+ UI and Data Visualization React Components.
Fixes
DevExtreme for React
- 70+ UI and Data Visualization React Components Available.
- Read the DevExpress Blog for more details.
DevExtreme HTML Editor
- Popups have incorrect size in IE11.
- dxHTMLEditor does not apply content settings in IE11.
DevExtreme Tools
- DevExtreme MVC - ConvertToDevExtremeCommandPackage throws the "Empty path name is not legal" error at the project startup.
DevExtreme Data Grid
- A validation error message is hidden behind a fixed column.
- The "Cannot read property 'split' of undefined" error occurs if one negative condition is specified in another condition.
- The grid's layout is broken after adding columns and group summaries dynamically.
- The last column has incorrect width when all columns have "auto" width and columnAutoWidth enabled after upgrade from 17.2 to 18.2.
- The repaintChangesOnly option renders each 6's row twice if rowRenderingMode is virtual.
- Two clicks are registered to activate save/cancel buttons if a column with the calculateCellValue field is used.
- Unselect all is not working with a custom data source.
- DataGrid doesn't display a record if it was added using the ArrayStore.push method.
- DataGrid expands group rows infinitely if grouping.autoExpandAll is false and the focused row feature is used.
- dxDataGrid - Tab key navigation does not work correctly when the showWhenGrouped option is set for a grouped column.
- dxDataGrid does not apply grouping when options are changed at runtime.
DevExtreme Data Visualization
- dxChart - Value axis zooming is broken if a data source is asynchronous.
- TreeMap - Performance is slow when updating labels of a large number of items.
DevExtreme Demos
- Scheduler - The appointmentTooltipTemplate function has three parameters in the Adaptive Appointments demo.
DevExtreme Scheduler
- Resource grouping cells are misaligned.
- The control layout is incorrect in the Edge browser if the crossScrollingEnabled option is used.
- The recurrence exception rule has an incorrect value if the Central Time (UTC -06.00) time zone is used.
- TimelineMonth view cells have double borders.
DevExtreme UI Widgets
- A button displays an ellipsis instead of an icon if the Font Awesome icon v.5 is used.
- Autocomplete - Grouped items cannot be shown.
- DateBox - The caret position should not change when adjusting a date with up/down arrows if useMaskBehavior is enabled.
- DateBox doesn't display an error frame if isValid and validationError are defined on the first load.
- DropDownBox does not change/adjust the popup height in accordance with content.
- dxList - Touch events do not work in IE and Edge with the Surface Pro 4 device.
- dxTabPanel aligns its tabs incorrectly under certain conditions when the panel resides in a detail row template of dxDataGrid.
- iOS does not show a date picker popup for the dxDateBox field.
- It is difficult to add a custom item to SelectBox.
- NumberBox - Format doesn't work if the "fa" culture is used.
- RangeSlider does not show a validation message.
- SelectBox edit mode - The entered value is lost if the initial value is empty.
- TagBox - Selection does not work with grouped DataSource.
- TagBox - The customQueryParams option is ignored when ODataStore is used.
- Touch Events don't work on desktop touch monitors in Chrome.
DevExtreme Core
- ResponsiveBox doesn't render HTML markup defined in the Item component.
↧
February 14, 2019, 3:05 am
DevExpress DXperienceComprehensive software development toolset for .NET and JavaScript - including 70+ React Components.
Features
DevExpress has released a maintenance update across their entire product range.
- DevExtreme - DevExtreme for React - 70+ UI and Data Visualization React Components.
- DevExpress ASP.NET - Improves GridView, HtmlEditor, RichEdit, Scheduler Suite and Spreadsheet controls.
- DevExpress Reporting - Improves Report Designer and Data Source Wizard.
- DevExpress WinForms - Improves Bars, Charts, Grids, PDF Viewer, RichEdit, Reports and Spreadsheet controls.
- DevExpress WPF - Improves Bars, Charts, Editors, Grids, RichEdit, Scheduler and Spreadsheet controls.
↧
February 14, 2019, 3:09 am
DevExpress UniversalComprehensive software development toolset for .NET and JavaScript - including 70+ React Components.
Features
DevExpress has released a maintenance update across their entire product range.
- DevExtreme - DevExtreme for React - 70+ UI and Data Visualization React Components.
- DevExpress ASP.NET - Improves GridView, HtmlEditor, RichEdit, Scheduler Suite and Spreadsheet controls.
- DevExpress Office File API - Improves PDF Document API and Word Processing Document API.
- DevExpress Reporting - Improves Report Designer and Data Source Wizard.
- DevExpress WinForms - Improves Bars, Charts, Grids, PDF Viewer, RichEdit, Reports and Spreadsheet controls.
- DevExpress WPF - Improves Bars, Charts, Editors, Grids, RichEdit, Scheduler and Spreadsheet controls.
↧
February 19, 2019, 7:57 am
BCGControlBar Library Professional Edition MFCAdds Visual Studio 2019 Preview support, plus new themes.
Features
- Microsoft Visual Studio 2019 Preview support (retail product version only)
- The product Integration Wizard fully supports Visual Studio 2019.
- The source files are fully compliant with Visual 2019 C++ compiler.
- All our examples and samples were thoroughly tested with VS 2019.
- Implemented Visual Studio 2019-style visual manager.
- Added a new class CBCGPVisualManagerVS2019 (derived from CBCGPVisualManagerVS2013) and BCGP_VISUAL_THEME enumerator has 3 new members:
- BCGP_VISUAL_THEME_VS_2019_BLUE: VS 2019-style blue color theme.
- BCGP_VISUAL_THEME_VS_2019_LIGHT: VS 2019-style light color theme (very similar to VS 2017 light).
- BCGP_VISUAL_THEME_VS_2019_DARK: VS 2019-style dark color theme (very similar to VS 2017 dark).
- Controls
- CBCGPButton: added BS_DEFCOMMANDLINK and BS_COMMANDLINK styles support. Please take a look at BCGPControls example to see this feature in action.
- CBCGPCalendar: added keyboard navigation support.
- CBCGPDateTimeCtrl and CBCGPDurationCtrl: added flat buttons support. New methods SetFlatButtons and HasFlatButtons were added to these classes. Please take a look at BCGPControls example to see this new look.
- CBCGPDateTimeCtrl: implemented dates range support. If developer specifies a pair of two date/time pickers as "related" (by calling a new method CBCGPDateTimeCtrl::SetRelated), a user will be able to select a dates range in the popup months calendars and selected dates are displayed in 2 related controls. BCGPControls example demonstrates this new feature.
- CBCGPListBox: added item tooltip when the list box is a property sheet navigation window and there is no enough space to display a whole page name.
- CBCGPSpinButtonCtrl: new public member 'm_bIsFlat' specifies whether control has a flat look.
- MSAA and CodedUI Tests
- CBCGPCircularProgressIndicatorImpl: added EVENT_OBJECT_VALUECHANGE notification upon progress value changing.
- Improved automation support in the gauge controls.
- CBCGPGridCtrl: added STATE_SYSTEM_INVISIBLE state for the hidden grid items.
- Miscellaneous
- Improved pane resizing cursors: instead of default MFC, new DPI-aware internal library cursors are used now for the docking pane resizing.
- Improved foreground color of highlighted link control.
- CBCGPCaptionBar: added new public member m_clrBarHyperlink. This attribute specifies a hyperlink foreground color. By default, the hyperlink's color is the same as rest of the caption bar text. See CaptionBarDemo sample application.
- CBCGPPageTransitionManager::SetPageTransitionEffect has a new, optional parameter 'bIsFirstPageTransition' (default value is FALSE). If this parameter is TRUE, the first page will appear with the specified page transition effect. Please take a look at PropSheetDemo sample to see this feature in action.
- CBCGPPopupWindow: added new member m_bIsTopMost (default value is TRUE). When this attribute is TRUE, the popup window is created with WS_EX_TOPMOST extended window style. Set it to FALSE in CBCGPPopupWindow-derived class constructor if you don't need to create this window as topmost.
- CBCGPGridCtrl: improved grid header appearance in some visual themes.
- Examples and Samples
- BCGPControls: demonstrates push button with BS_COMMANDLINK style and new date/time picker features.
- BCGPVisualStudioGUIDemo: added VS 2019 Blue theme.
- CaptionBarDemo: demonstrates how to specify a hyperlink custom text color.
- PropSheetDemo: demonstrates 1-st page transition effect.
- SplashScreenDemo: splash image was replaced with SVG (allows to use a single image for dark and light themes).
Fixes
- Addressed issue with changing MDI child window name after setting a corresponding MDI tab name.
- Dialogs and forms: addressed issue with cleaning-up control info tips when the dialog is being destroyed.
- CBCGPEdit: addressed issue with control redrawing after losing focus in some visual themes.
- CBCGPListBox: addressed issues with horizontal scrolling when control has LBS_MULTICOLUMN style.
- CBCGPWnd: code that disconnects accessibility clients was moved from the class destructor to WM_DESTROY message handler.
- CBCGPWorkspace: addressed issue with incorrect pinned files/folders registry path.
- CBCGPPropertySheetCtrl: addressed issue with incorrectly used control ID passed to DoCreateOnPlaceHolder method.
- CBCGPCaptionBar: addressed issue with changing text of the pane when user clicks the hyperlink.
- CBCGPEditCtrl: addressed issue with incorrect vertical scrolling when some text blocks are collapsed.
- CBCGPGridCtrl: addressed issue with destroying grid window during automation tests.
↧
↧
February 19, 2019, 7:57 am
BCGSuite for MFCAdds Visual Studio 2019 Preview support.
Features
- Microsoft Visual Studio 2019 Preview support (retail product version only):
- The product Integration Wizard fully supports Visual Studio 2019.
- The source files are fully compliant with Visual 2019 C++ compiler.
- All our examples and samples were thoroughly tested with VS 2019.
- Controls
- CBCGPButton: added BS_DEFCOMMANDLINK and BS_COMMANDLINK styles support (see screenshot). Please take a look at BCGPControls example to see this feature in action.
- CBCGPCalendar: added keyboard navigation support.
- CBCGPDateTimeCtrl: implemented dates range support (see screenshot). If developer specifies a pair of two date/time pickers as "related" (by calling a new method CBCGPDateTimeCtrl::SetRelated), a user will be able to select a dates range in the popup months calendars and selected dates are displayed in 2 related controls. BCGPControls example demonstrates this new feature.
- CBCGPListBox: added item tooltip when the list box is a property sheet navigation window and there is no enough space to display a whole page name.
- MSAA and CodedUI Tests
- CBCGPCircularProgressIndicatorImpl: added EVENT_OBJECT_VALUECHANGE notification upon progress value changing.
- Improved automation support in the gauge controls.
- CBCGPGridCtrl: added STATE_SYSTEM_INVISIBLE state for the hidden grid items.
- Miscellaneous
- CBCGPPageTransitionManager::SetPageTransitionEffect has a new, optional parameter 'bIsFirstPageTransition' (default value is FALSE). If this parameter is TRUE, the first page will appear with the specified page transition effect. Please take a look at PropSheetDemo sample to see this feature in action.
- CBCGPPopupWindow: added new member m_bIsTopMost (default value is TRUE). When this attribute is TRUE, the popup window is created with WS_EX_TOPMOST extended window style. Set it to FALSE in CBCGPPopupWindow-derived class constructor if you don't need to create this window as topmost.
- CBCGPGridCtrl: improved grid header appearance in some visual themes.
- Examples and Samples
- DateTimeCtrl: demonstrates new date/time picker features.
- PropSheetDemo: demonstrates 1-st page transition effect.
Fixes
- Dialogs and forms: addressed issue with cleaning-up control info tips when the dialog is being destroyed.
- CBCGPEdit: addressed issue with control redrawing after losing focus in some visual themes.
- CBCGPListBox: addressed issues with horizontal scrolling when control has LBS_MULTICOLUMN style.
- CBCGPWnd: code that disconnects accessibility clients was moved from the class destructor to WM_DESTROY message handler.
- CBCGPEditCtrl: addressed issue with incorrect vertical scrolling when some text blocks are collapsed.
- CBCGPGridCtrl: addressed issue with destroying grid window during automation tests.
↧
February 26, 2019, 4:05 am
Telerik UI for SilverlightGanttView now allows users to navigate backward when editing cells by using the Shift+Tab combination.
Features
- GanttView
- Allow users to navigate backward when editing cells by using the Shift+Tab combination.
- RichTextBox
- Optimized memory consumption when exporting documents with big images to XAML.
Fixes
- ChartView
- Memory leak when chart series are bound to ObservableCollection, chart is opened in child window, then window is closed but viewmodels are alive in WPF app's MainWindow.
- Diagrams
- Dragging a Bezier connection cannot be reverted with undo/redo operation.
- Docking
- Loaded layout is incorrect when a SplitContainer contains auto generated PaneGroup and SplitContainer inside.
- ExpressionEditor
- Double-clicking the IF operator inserts the text Condition() instead of IF() in the text editor.
- Expressions containing parentheses inside of method arguments are not evaluated.
- GanttView
- ArgumentNullException is thrown when selecting an item after collapsing and expanding a sibling item with complex child hierarchy.
- Cannot change DeadlineContainer's color without re-templating it. If color change is needed, use DeadlineContainer's Background property.
- NullReferenceException is thrown when hovering an item in a scenario with nested items when collapsing and expanding an item with complex child hierarchy.
- GridView
- Right header gripper element is misplaced in Office2013 theme which causes resizing issues.
- There is a misalignment in FilterRow's DateTime column in Windows8 theme.
- First character is lost when quickly entering edit mode into a GridViewMaskedInputColumn with MaskType Standard.
- The SelectedCells collection is not updated when adding/removing columns runtime.
- GridView HeaderCell elements now do not have default background, only HeaderRow elements do.
- MaskedInput
- FormatString property is not applied in RadMaskedDateTimeInput's Text on load and UpdateValueEvent is 'LostFocus'.
- The Value and the Text properties are not updated after focusing the control programmatically and pressing the Backspace key.
- Wrong value is produced in MaskedTextInput when Focus() and SelectAll() are used in code and then char is typed.
- MS Controls
- The width of VerticalScrollBar and the height of HorizontalScrollBar are changed when using Transparent, Office_Black, Office_Blue, Office_Silver, Summer and Vista themes with implicit styles. All mentioned themes, except Summer, default to 15px, Summer theme defaults to 18px.
- PDF Viewer
- An exception is thrown at design time for missing RepeatButtonStyle for Crystal, Fluent, Material, Office2016 and Office2016Touch themes.
- Current page number changes too late.
- Hyperlinks within a document are not working via touch.
- Japanese fonts with FontFile3 and subtype CIDFontType0C are displayed with wrong characters.
- PivotGrid
- The AutoShowTotals property is set to false if a value is not present in XML file when deserializing (by default the property should be set to true).
- RichTextBox
- Code Block style should not be included in the Manage Styles dialog.
- Caret is blinking during typing and navigation with the arrow keys.
- Style dialog doesn't allow changing of "based on" style.
- When RTB is placed in a ScrollViewer, typing causes invalid ScrollChanged events.
- TileList
- An InvalidOperationException is thrown if a group has no items when using implicit styles.
- TreeView
- Binding IsEnabled property using Implicit Style of the TreeViewItem is not working.
- WatermarkTextBox
- Set WatermarkTextBox's DisabledBackground default color value to transparent as it lays over DateTimePicker and AutoCompleteBox controls in Windows8, Windows8Touch, Office2013 and VisualStudio2013 themes.
↧
February 26, 2019, 4:05 am
Kendo UINew features for Chat, DateTimePicker, Spreadsheet and ThemeBuilder SASS.
Features
- Chat
- Provide user-specific typing indicators
- Make the removeTypingIndicator method public
- DateTimePicker
- Increase the clickable area for opening DateTimePicker popups
- Spreadsheet
- Support for Cell validation in Server Import/Export
- ThemeBuilder SASS
- Add MultiViewCalendar to SASS Themebuilder
- Add ScrollView to SASS Themebuilder
- Add DateRangePicker to SASS Themebuilder
Fixes
- AngularJS
- Ng-model does not update Switch value
- NumericTextBox should compile all attributes in AngularJS
- AutoComplete
- Validation class is not applied to the correct element
- No items filtered on pressing space and filter set to "startswith"
- Calendar
- Calendar with multiple selection enabled, throws a JS error on navigation.
- ComboBox
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Action is prevented on selection of item under mobile device
- Validation class is not applied to the correct element
- ComboBox change event fires twice on entering text and tabbing out
- Incorrect virtual DropDownList value, if a filtered item is selected by pressing Enter - jQuery 3.3.1
- No items filtered on pressing space and filter set to "startswith"
- ContextMenu
- Horizontal Menu container width is not calculated automatically to fit all items
- DateInput
- Validation class is not applied to the correct element
- DatePicker
- Validation class is not applied to the correct element
- The same date cannot be re-selected in datepicker when the popup calendar is open
- DateRangePicker
- setOptions is not updating the rendering of DateRangePicker correctly
- Selecting the first date in the range closes the popup
- DateTimePicker
- Validation class is not applied to the correct element
- Wrong DateTimePicker background color for Material and Material Black themes
- Drawing
- Kendo UI Drawing Group/Layout TypeScript definition does not allow multiple arguments for the append method
- DropDownList
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Focusing then blurring the DropDownList after clearing its value fires the change event
- Action is prevented on selection of item under mobile device
- Validation class is not applied to the correct element
- Incorrect virtual DropDownList value, if a filtered item is selected by pressing Enter - jQuery 3.3.1
- No items filtered on pressing space and filter set to "startswith"
- DropDownTree
- Validation class is not applied to the correct element
- Editor
- Editor create table tool does not work outside of Table Wizard
- Kendo loader does not hide after successfully deleting an image or deleting / creating a new folder in Editor's Insert image dialog
- Pasting plain text from Word into Editor can cause a JavaScript error when msConvertLists option is on
- Deleting a list along with its sub-list leaves the bullets
- Editor does not wrap content correctly on iOS
- Creating a new folder in File Browser of Editor should select the input value in the list view
- Selected Font and Background color indicators of Editor ColorPickers are reset on opening their dropdowns
- Unexpected default white color shown under Editor Font and Background ColorPickers, when no color is specified
- Excel Export
- TreeList Excel Export exports only the expanded nodes since 2018 R3 (client paging)
- Gantt
- Gantt dateCompareValidator() function does not validate input different than Kendo picker
- Grid
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Column attributes are not persisted for hidden columns
- Restoring Grid settings adds multiple display:none to hidden columns
- Grid content is scrolled when a row is selected
- AngularJS hidden column titles are not interpolated
- Hiercarchy Grid with batch editing and keyboard navigation errors out on tab navigation from last cell in row
- Resizing RTL Grid with filter row throws JavaScript error
- Grid column resizing doesn't work as expected with jQuery 3.3.1 is some scenarios
- The first row is not completely visible when resizing locked columns and virtual scrolling
- Second condition is added to filter when filterable.extra is false
- Column resize handle is incorrectly displayed with multi-column headers
- Grid with locked / frozen columns has a double white mask with jQuery 3.3.1
- Pdf export functionality repeats the first page multiple times when papersize is not set.
- Localization not working for the Popup editor title
- Grid is missing column menu active style when using Metro skin
- Dragging unlocked column over a locked one causes flicker when browser is zoomed
- Sorted column background is not applied to the right column in hierarchy.
- Column styles lost when combining settings persistence with columns show/hide
- Screen readers ignore the aria-sort properties in grid
- Localization
- Localization not working for the Popup editor title
- MaskedTextBox
- Validation class is not applied to the correct element
- MobileSwitch
- Mobile Switch styles get overidden
- MultiColumnComboBox
- Validation class is not applied to the correct element
- MultiSelect
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Action is prevented on selection of item under mobile device
- Incorrect virtual DropDownList value, if a filtered item is selected by pressing Enter - jQuery 3.3.1
- No items filtered on pressing space and filter set to "startswith"
- MultiViewCalendar
- MultiViewCalendar selection doesn't work for upper views with more than 2 views shown
- MVVM
- Respect checked attribute for widget binding of checkbox element
- NumericTextBox
- NumericTextBox should compile all attributes in AngularJS
- Validation class is not applied to the correct element
- PanelBar
- Incorrect PanelBar selected item appearance in BlueOpal, Bootstrap, Default, Fiori, Metro, Moonlight, Office365, Silver and Uniform themes
- PDF Export
- Pdf export functionality repeats the first page multiple times when papersize is not set.
- ProgressBar
- Incorrect TypeScript definitions for ProgressBarOptions
- RippleContainer
- Ripple effect doesn't behave correctly in iOS
- Scheduler
- Clicking on Scheduler Calendar, when the page has been scrolled down, scrolls to top and immediately closes the Calendar
- Scheduler mvvm options bindings are missing
- Scheduler select method is missing single parameter typescript option
- ScrollView
- ScrollView arrows are not positioned correctly in IE with LESS themes
- Spreadsheet
- Spreadsheet disabled cell with link does not navigate to its URL
- Spreadsheet custom editors use global instance of jQuery
- Data validation dropdowns from named ranges are not imported with the Spreadsheet's server import
- Switch
- Ng-model does not update Switch value
- Unable to toggle Switch state on mobile browsers
- ThemeBuilder LESS
- The Widget base variable does not change the base color in Fiori theme
- TimePicker
- TimePicker popup misalignment with Nova theme
- TreeList
- TreeList does not hide footer of parent
- Navigatable TreeList "jumps" in Chrome when a header cell is focused
- Calling editRow() twice on the TreeList breaks the editing UI
- TreeList Excel Export exports only the expanded nodes since 2018 R3 (client paging)
- TreeList focus styles are not removed after delete button click
- TreeView
- The "expanded" node icon is reset to "collapsed" on drag and drop of sibling node
- The internal TreeView isJQueryInstance() method relies on globally available jQuery instance
- TreeView visual glitch in IE with fixed container height
- Validator
- Validation class is not applied to the correct element
↧
February 26, 2019, 4:05 am
Kendo UI + Telerik UI for ASP.NET (MVC & Core)New features for Chat, DateTimePicker, SpreadProcessing, Spreadsheet and ThemeBuilder SASS.
Features
- All components
- Update Kendo.Mvc.dll to reference System.Web.Mvc 5.2.7
- Chat
- Provide user-specific typing indicators
- Make the removeTypingIndicator method public
- DateTimePicker
- Increase the clickable area for opening DateTimePicker popups
- SpreadProcessing
- Added Outline and Fill properties to FloatingShapeBase which enables setting border and background to chart and image shapes. Added Outline and MajorGridLines properties to all Axis types which enables setting Fill/ Width / Grid Lines to axes in charts.
- Charts' border and background are wired to the Outline and Fill properties of the FloatingChartShape. Charts' axis' width, fill and grid lines are wired to the model properties - Outline, MajorGridLines of the Axis.
- Spreadsheet
- Support for Cell validation in Server Import/Export
- ThemeBuilder SASS
- Add MultiViewCalendar to SASS Themebuilder
- Add ScrollView to SASS Themebuilder
- Add DateRangePicker to SASS Themebuilder
- Wrappers (ASP.NET MVC): Switch
- SwitchFor for MVC wrappers
Fixes
- AngularJS
- Ng-model does not update Switch value
- NumericTextBox should compile all attributes in AngularJS
- AutoComplete
- Validation class is not applied to the correct element
- No items filtered on pressing space and filter set to "startswith"
- Calendar
- Calendar with multiple selection enabled, throws a JS error on navigation.
- ComboBox
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Action is prevented on selection of item under mobile device
- Validation class is not applied to the correct element
- ComboBox change event fires twice on entering text and tabbing out
- Incorrect virtual DropDownList value, if a filtered item is selected by pressing Enter - jQuery 3.3.1
- No items filtered on pressing space and filter set to "startswith"
- ContextMenu
- Horizontal Menu container width is not calculated automatically to fit all items
- DateInput
- Validation class is not applied to the correct element
- DatePicker
- Validation class is not applied to the correct element
- The same date cannot be re-selected in datepicker when the popup calendar is open
- DateRangePicker
- setOptions is not updating the rendering of DateRangePicker correctly
- Selecting the first date in the range closes the popup
- DateTimePicker
- Validation class is not applied to the correct element
- Wrong DateTimePicker background color for Material and Material Black themes
- Drawing
- Kendo UI Drawing Group/Layout TypeScript definition does not allow multiple arguments for the append method
- DropDownList
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Focusing then blurring the DropDownList after clearing its value fires the change event
- Action is prevented on selection of item under mobile device
- Validation class is not applied to the correct element
- Incorrect virtual DropDownList value, if a filtered item is selected by pressing Enter - jQuery 3.3.1
- No items filtered on pressing space and filter set to "startswith"
- DropDownTree
- Validation class is not applied to the correct element
- Editor
- Editor create table tool does not work outside of Table Wizard
- Kendo loader does not hide after successfully deleting an image or deleting / creating a new folder in Editor's Insert image dialog
- Pasting plain text from Word into Editor can cause a JavaScript error when msConvertLists option is on
- Deleting a list along with its sub-list leaves the bullets
- Editor does not wrap content correctly on iOS
- Creating a new folder in File Browser of Editor should select the input value in the list view
- Selected Font and Background color indicators of Editor ColorPickers are reset on opening their dropdowns
- Unexpected default white color shown under Editor Font and Background ColorPickers, when no color is specified
- Excel Export
- TreeList Excel Export exports only the expanded nodes since 2018 R3 (client paging)
- Gantt
- Gantt dateCompareValidator() function does not validate input different than Kendo picker
- Grid
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Column attributes are not persisted for hidden columns
- Restoring Grid settings adds multiple display:none to hidden columns
- Grid content is scrolled when a row is selected
- AngularJS hidden column titles are not interpolated
- Hiercarchy Grid with batch editing and keyboard navigation errors out on tab navigation from last cell in row
- Resizing RTL Grid with filter row throws JavaScript error
- Grid column resizing doesn't work as expected with jQuery 3.3.1 is some scenarios
- The first row is not completely visible when resizing locked columns and virtual scrolling
- Second condition is added to filter when filterable.extra is false
- Column resize handle is incorrectly displayed with multi-column headers
- Grid with locked / frozen columns has a double white mask with jQuery 3.3.1
- Pdf export functionality repeats the first page multiple times when papersize is not set.
- Localization not working for the Popup editor title
- Grid is missing column menu active style when using Metro skin
- Dragging unlocked column over a locked one causes flicker when browser is zoomed
- Sorted column background is not applied to the right column in hierarchy.
- Column styles lost when combining settings persistence with columns show/hide
- Screen readers ignore the aria-sort properties in grid
- Localization
- Localization not working for the Popup editor title
- MVVM
- Respect checked attribute for widget binding of checkbox element
- MaskedTextBox
- Validation class is not applied to the correct element
- MobileSwitch
- Mobile Switch styles get overidden
- MultiColumnComboBox
- Validation class is not applied to the correct element
- MultiSelect
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Action is prevented on selection of item under mobile device
- Incorrect virtual DropDownList value, if a filtered item is selected by pressing Enter - jQuery 3.3.1
- No items filtered on pressing space and filter set to "startswith"
- MultiViewCalendar
- MultiViewCalendar selection doesn't work for upper views with more than 2 views shown
- NumericTextBox
- NumericTextBox should compile all attributes in AngularJS
- Validation class is not applied to the correct element
- PDF Export
- Pdf export functionality repeats the first page multiple times when papersize is not set.
- PanelBar
- Incorrect PanelBar selected item appearance in BlueOpal, Bootstrap, Default, Fiori, Metro, Moonlight, Office365, Silver and Uniform themes
- ProgressBar
- Incorrect TypeScript definitions for ProgressBarOptions
- RippleContainer
- Ripple effect doesn't behave correctly in iOS
- Scheduler
- Clicking on Scheduler Calendar, when the page has been scrolled down, scrolls to top and immediately closes the Calendar
- Scheduler mvvm options bindings are missing
- Scheduler select method is missing single parameter typescript option
- ScrollView
- ScrollView arrows are not positioned correctly in IE with LESS themes
- SpreadProcessing
- Chart is a bit blurry on select and/or drag in spreadsheet.
- Chart is blurry in exported pdf file.
- ArgumentException is thrown when adding second chart in freezed panes.
- Inserted Chart from dialog is located on top of the selected cells but it should be located in the center of the spreadsheet's viewport.
- NullReferenceException when adding chart with axis with null ValueFormat.
- Resizing images always position the image at the cell where the image has been inserted.
- Spreadsheet
- Spreadsheet disabled cell with link does not navigate to its URL
- Spreadsheet custom editors use global instance of jQuery
- Data validation dropdowns from named ranges are not imported with the Spreadsheet's server import
- Switch
- Ng-model does not update Switch value
- Unable to toggle Switch state on mobile browsers
- ThemeBuilder LESS
- The Widget base variable does not change the base color in Fiori theme
- TimePicker
- TimePicker popup misalignment with Nova theme
- TreeList
- TreeList does not hide footer of parent
- Navigatable TreeList "jumps" in Chrome when a header cell is focused
- Calling editRow() twice on the TreeList breaks the editing UI
- TreeList Excel Export exports only the expanded nodes since 2018 R3 (client paging)
- TreeList focus styles are not removed after delete button click
- TreeView
- The "expanded" node icon is reset to "collapsed" on drag and drop of sibling node
- The internal TreeView isJQueryInstance() method relies on globally available jQuery instance
- TreeView visual glitch in IE with fixed container height
- Validator
- Validation class is not applied to the correct element
- Wrappers (ASP.NET MVC): Editor
- Cannot set a function to modify the imageUrl value of ImageBrowser in MVC wrappers
- Wrappers (ASP.NET MVC): Grid
- Column headers have duplicate IDs in MVC Grid wrapper
- If two Grids are on the same page have aggregates for a field with the same name an ArgumentException is thrown.(MVC wrappers)
- Grid Virtualization with CRUD causes destroy to trigger twice
- Wrappers (ASP.NET MVC): Switch
- Unable to post Form with kendoValidator and unchecked Switch
↧
↧
February 26, 2019, 4:05 am
Kendo UI + Telerik UI for ASP.NET (MVC & Core), PHP, JSPNew features for Chat, DateTimePicker, SpreadProcessing, Spreadsheet and ThemeBuilder SASS.
Features
- All components
- Update Kendo.Mvc.dll to reference System.Web.Mvc 5.2.7
- Chat
- Provide user-specific typing indicators
- Make the removeTypingIndicator method public
- DateTimePicker
- Increase the clickable area for opening DateTimePicker popups
- SpreadProcessing
- Added Outline and Fill properties to FloatingShapeBase which enables setting border and background to chart and image shapes. Added Outline and MajorGridLines properties to all Axis types which enables setting Fill/ Width / Grid Lines to axes in charts.
- Charts' border and background are wired to the Outline and Fill properties of the FloatingChartShape. Charts' axis' width, fill and grid lines are wired to the model properties - Outline, MajorGridLines of the Axis.
- Spreadsheet
- Support for Cell validation in Server Import/Export
- ThemeBuilder SASS
- Add MultiViewCalendar to SASS Themebuilder
- Add ScrollView to SASS Themebuilder
- Add DateRangePicker to SASS Themebuilder
- Wrappers (ASP.NET MVC): Switch
- SwitchFor for MVC wrappers
Fixes
- AngularJS
- Ng-model does not update Switch value
- NumericTextBox should compile all attributes in AngularJS
- AutoComplete
- Validation class is not applied to the correct element
- No items filtered on pressing space and filter set to "startswith"
- Calendar
- Calendar with multiple selection enabled, throws a JS error on navigation.
- ComboBox
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Action is prevented on selection of item under mobile device
- Validation class is not applied to the correct element
- ComboBox change event fires twice on entering text and tabbing out
- Incorrect virtual DropDownList value, if a filtered item is selected by pressing Enter - jQuery 3.3.1
- No items filtered on pressing space and filter set to "startswith"
- ContextMenu
- Horizontal Menu container width is not calculated automatically to fit all items
- DateInput
- Validation class is not applied to the correct element
- DatePicker
- Validation class is not applied to the correct element
- The same date cannot be re-selected in datepicker when the popup calendar is open
- DateRangePicker
- setOptions is not updating the rendering of DateRangePicker correctly
- Selecting the first date in the range closes the popup
- DateTimePicker
- Validation class is not applied to the correct element
- Wrong DateTimePicker background color for Material and Material Black themes
- Drawing
- Kendo UI Drawing Group/Layout TypeScript definition does not allow multiple arguments for the append method
- DropDownList
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Focusing then blurring the DropDownList after clearing its value fires the change event
- Action is prevented on selection of item under mobile device
- Validation class is not applied to the correct element
- Incorrect virtual DropDownList value, if a filtered item is selected by pressing Enter - jQuery 3.3.1
- No items filtered on pressing space and filter set to "startswith"
- DropDownTree
- Validation class is not applied to the correct element
- Editor
- Editor create table tool does not work outside of Table Wizard
- Kendo loader does not hide after successfully deleting an image or deleting / creating a new folder in Editor's Insert image dialog
- Pasting plain text from Word into Editor can cause a JavaScript error when msConvertLists option is on
- Deleting a list along with its sub-list leaves the bullets
- Editor does not wrap content correctly on iOS
- Creating a new folder in File Browser of Editor should select the input value in the list view
- Selected Font and Background color indicators of Editor ColorPickers are reset on opening their dropdowns
- Unexpected default white color shown under Editor Font and Background ColorPickers, when no color is specified
- Excel Export
- TreeList Excel Export exports only the expanded nodes since 2018 R3 (client paging)
- Gantt
- Gantt dateCompareValidator() function does not validate input different than Kendo picker
- Grid
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Column attributes are not persisted for hidden columns
- Restoring Grid settings adds multiple display:none to hidden columns
- Grid content is scrolled when a row is selected
- AngularJS hidden column titles are not interpolated
- Hiercarchy Grid with batch editing and keyboard navigation errors out on tab navigation from last cell in row
- Resizing RTL Grid with filter row throws JavaScript error
- Grid column resizing doesn't work as expected with jQuery 3.3.1 is some scenarios
- The first row is not completely visible when resizing locked columns and virtual scrolling
- Second condition is added to filter when filterable.extra is false
- Column resize handle is incorrectly displayed with multi-column headers
- Grid with locked / frozen columns has a double white mask with jQuery 3.3.1
- Pdf export functionality repeats the first page multiple times when papersize is not set.
- Localization not working for the Popup editor title
- Grid is missing column menu active style when using Metro skin
- Dragging unlocked column over a locked one causes flicker when browser is zoomed
- Sorted column background is not applied to the right column in hierarchy.
- Column styles lost when combining settings persistence with columns show/hide
- Screen readers ignore the aria-sort properties in grid
- Localization
- Localization not working for the Popup editor title
- MVVM
- Respect checked attribute for widget binding of checkbox element
- MaskedTextBox
- Validation class is not applied to the correct element
- MobileSwitch
- Mobile Switch styles get overidden
- MultiColumnComboBox
- Validation class is not applied to the correct element
- MultiSelect
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Action is prevented on selection of item under mobile device
- Incorrect virtual DropDownList value, if a filtered item is selected by pressing Enter - jQuery 3.3.1
- No items filtered on pressing space and filter set to "startswith"
- MultiViewCalendar
- MultiViewCalendar selection doesn't work for upper views with more than 2 views shown
- NumericTextBox
- NumericTextBox should compile all attributes in AngularJS
- Validation class is not applied to the correct element
- PDF Export
- Pdf export functionality repeats the first page multiple times when papersize is not set.
- PanelBar
- Incorrect PanelBar selected item appearance in BlueOpal, Bootstrap, Default, Fiori, Metro, Moonlight, Office365, Silver and Uniform themes
- ProgressBar
- Incorrect TypeScript definitions for ProgressBarOptions
- RippleContainer
- Ripple effect doesn't behave correctly in iOS
- Scheduler
- Clicking on Scheduler Calendar, when the page has been scrolled down, scrolls to top and immediately closes the Calendar
- Scheduler mvvm options bindings are missing
- Scheduler select method is missing single parameter typescript option
- ScrollView
- ScrollView arrows are not positioned correctly in IE with LESS themes
- SpreadProcessing
- Chart is a bit blurry on select and/or drag in spreadsheet.
- Chart is blurry in exported pdf file.
- ArgumentException is thrown when adding second chart in freezed panes.
- Inserted Chart from dialog is located on top of the selected cells but it should be located in the center of the spreadsheet's viewport.
- NullReferenceException when adding chart with axis with null ValueFormat.
- Resizing images always position the image at the cell where the image has been inserted.
- Spreadsheet
- Spreadsheet disabled cell with link does not navigate to its URL
- Spreadsheet custom editors use global instance of jQuery
- Data validation dropdowns from named ranges are not imported with the Spreadsheet's server import
- Switch
- Ng-model does not update Switch value
- Unable to toggle Switch state on mobile browsers
- ThemeBuilder LESS
- The Widget base variable does not change the base color in Fiori theme
- TimePicker
- TimePicker popup misalignment with Nova theme
- TreeList
- TreeList does not hide footer of parent
- Navigatable TreeList "jumps" in Chrome when a header cell is focused
- Calling editRow() twice on the TreeList breaks the editing UI
- TreeList Excel Export exports only the expanded nodes since 2018 R3 (client paging)
- TreeList focus styles are not removed after delete button click
- TreeView
- The "expanded" node icon is reset to "collapsed" on drag and drop of sibling node
- The internal TreeView isJQueryInstance() method relies on globally available jQuery instance
- TreeView visual glitch in IE with fixed container height
- Validator
- Validation class is not applied to the correct element
- Wrappers (ASP.NET MVC): Editor
- Cannot set a function to modify the imageUrl value of ImageBrowser in MVC wrappers
- Wrappers (ASP.NET MVC): Grid
- Column headers have duplicate IDs in MVC Grid wrapper
- If two Grids are on the same page have aggregates for a field with the same name an ArgumentException is thrown.(MVC wrappers)
- Grid Virtualization with CRUD causes destroy to trigger twice
- Wrappers (ASP.NET MVC): Switch
- Unable to post Form with kendoValidator and unchecked Switch
↧
February 26, 2019, 4:05 am
Kendo UI + Telerik UI for JSPNew features for Chat, DateTimePicker, Spreadsheet and ThemeBuilder SASS.
Features
- Chat
- Provide user-specific typing indicators
- Make the removeTypingIndicator method public
- DateTimePicker
- Increase the clickable area for opening DateTimePicker popups
- Spreadsheet
- Support for Cell validation in Server Import/Export
- ThemeBuilder SASS
- Add MultiViewCalendar to SASS Themebuilder
- Add ScrollView to SASS Themebuilder
- Add DateRangePicker to SASS Themebuilder
Fixes
- AngularJS
- Ng-model does not update Switch value
- NumericTextBox should compile all attributes in AngularJS
- AutoComplete
- Validation class is not applied to the correct element
- No items filtered on pressing space and filter set to "startswith"
- Calendar
- Calendar with multiple selection enabled, throws a JS error on navigation.
- ComboBox
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Action is prevented on selection of item under mobile device
- Validation class is not applied to the correct element
- ComboBox change event fires twice on entering text and tabbing out
- Incorrect virtual DropDownList value, if a filtered item is selected by pressing Enter - jQuery 3.3.1
- No items filtered on pressing space and filter set to "startswith"
- ContextMenu
- Horizontal Menu container width is not calculated automatically to fit all items
- DateInput
- Validation class is not applied to the correct element
- DatePicker
- Validation class is not applied to the correct element
- The same date cannot be re-selected in datepicker when the popup calendar is open
- DateRangePicker
- setOptions is not updating the rendering of DateRangePicker correctly
- Selecting the first date in the range closes the popup
- DateTimePicker
- Validation class is not applied to the correct element
- Wrong DateTimePicker background color for Material and Material Black themes
- Drawing
- Kendo UI Drawing Group/Layout TypeScript definition does not allow multiple arguments for the append method
- DropDownList
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Focusing then blurring the DropDownList after clearing its value fires the change event
- Action is prevented on selection of item under mobile device
- Validation class is not applied to the correct element
- Incorrect virtual DropDownList value, if a filtered item is selected by pressing Enter - jQuery 3.3.1
- No items filtered on pressing space and filter set to "startswith"
- DropDownTree
- Validation class is not applied to the correct element
- Editor
- Editor create table tool does not work outside of Table Wizard
- Kendo loader does not hide after successfully deleting an image or deleting / creating a new folder in Editor's Insert image dialog
- Pasting plain text from Word into Editor can cause a JavaScript error when msConvertLists option is on
- Deleting a list along with its sub-list leaves the bullets
- Editor does not wrap content correctly on iOS
- Creating a new folder in File Browser of Editor should select the input value in the list view
- Selected Font and Background color indicators of Editor ColorPickers are reset on opening their dropdowns
- Unexpected default white color shown under Editor Font and Background ColorPickers, when no color is specified
- Excel Export
- TreeList Excel Export exports only the expanded nodes since 2018 R3 (client paging)
- Gantt
- Gantt dateCompareValidator() function does not validate input different than Kendo picker
- Grid
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Column attributes are not persisted for hidden columns
- Restoring Grid settings adds multiple display:none to hidden columns
- Grid content is scrolled when a row is selected
- AngularJS hidden column titles are not interpolated
- Hiercarchy Grid with batch editing and keyboard navigation errors out on tab navigation from last cell in row
- Resizing RTL Grid with filter row throws JavaScript error
- Grid column resizing doesn't work as expected with jQuery 3.3.1 is some scenarios
- The first row is not completely visible when resizing locked columns and virtual scrolling
- Second condition is added to filter when filterable.extra is false
- Column resize handle is incorrectly displayed with multi-column headers
- Grid with locked / frozen columns has a double white mask with jQuery 3.3.1
- Pdf export functionality repeats the first page multiple times when papersize is not set.
- Localization not working for the Popup editor title
- Grid is missing column menu active style when using Metro skin
- Dragging unlocked column over a locked one causes flicker when browser is zoomed
- Sorted column background is not applied to the right column in hierarchy.
- Column styles lost when combining settings persistence with columns show/hide
- Screen readers ignore the aria-sort properties in grid
- Localization
- Localization not working for the Popup editor title
- MVVM
- Respect checked attribute for widget binding of checkbox element
- MaskedTextBox
- Validation class is not applied to the correct element
- MobileSwitch
- Mobile Switch styles get overidden
- MultiColumnComboBox
- Validation class is not applied to the correct element
- MultiSelect
- Incorrect background-color applied to the k-state-selected class in BlueOpal theme
- Action is prevented on selection of item under mobile device
- Incorrect virtual DropDownList value, if a filtered item is selected by pressing Enter - jQuery 3.3.1
- No items filtered on pressing space and filter set to "startswith"
- MultiViewCalendar
- MultiViewCalendar selection doesn't work for upper views with more than 2 views shown
- NumericTextBox
- NumericTextBox should compile all attributes in AngularJS
- Validation class is not applied to the correct element
- PDF Export
- Pdf export functionality repeats the first page multiple times when papersize is not set.
- PanelBar
- Incorrect PanelBar selected item appearance in BlueOpal, Bootstrap, Default, Fiori, Metro, Moonlight, Office365, Silver and Uniform themes
- ProgressBar
- Incorrect TypeScript definitions for ProgressBarOptions
- RippleContainer
- Ripple effect doesn't behave correctly in iOS
- Scheduler
- Clicking on Scheduler Calendar, when the page has been scrolled down, scrolls to top and immediately closes the Calendar
- Scheduler mvvm options bindings are missing
- Scheduler select method is missing single parameter typescript option
- ScrollView
- ScrollView arrows are not positioned correctly in IE with LESS themes
- Spreadsheet
- Spreadsheet disabled cell with link does not navigate to its URL
- Spreadsheet custom editors use global instance of jQuery
- Data validation dropdowns from named ranges are not imported with the Spreadsheet's server import
- Switch
- Ng-model does not update Switch value
- Unable to toggle Switch state on mobile browsers
- ThemeBuilder LESS
- The Widget base variable does not change the base color in Fiori theme
- TimePicker
- TimePicker popup misalignment with Nova theme
- TreeList
- TreeList does not hide footer of parent
- Navigatable TreeList "jumps" in Chrome when a header cell is focused
- Calling editRow() twice on the TreeList breaks the editing UI
- TreeList Excel Export exports only the expanded nodes since 2018 R3 (client paging)
- TreeList focus styles are not removed after delete button click
- TreeView
- The "expanded" node icon is reset to "collapsed" on drag and drop of sibling node
- The internal TreeView isJQueryInstance() method relies on globally available jQuery instance
- TreeView visual glitch in IE with fixed container height
- Validator
- Validation class is not applied to the correct element
↧
February 26, 2019, 4:05 am
Telerik UI for UWPAdds extended type of selection to DataGrid.
Features
- DataGrid
- Added Extended type of selection.
Fixes
- Map
- Exception is thrown when the control is initialized.
- ListView
- Content is not measured accurately when the Header and Footer are too large.
- SideDrawer
- IsOpen is not updated consistently when the animation is interrupted.
- Chart
- The last point from a serie is not visualized because it is considered to be out of the viewport.
↧