BCGSuite for MFCAdds new chart color themes, plus improvements to Gauges, Dialogs and Forms.
Features
- Dialogs and Forms
- BCGPControlInfoTipStyle: added new info tip styles - BCGPINFOTIP_Warning, BCGPINFOTIP_InfoBlue, BCGPINFOTIP_Question and BCGPINFOTIP_Bulb.
- CBCGPPropertySheet: improved page redrawing performance upon changing active page and window resizing.
- Chart Control
- Implemented new color themes.
- Implemented hit-testing and data-point tooltip for the 3D Surface charts.
- Gauge Controls
- Added a new class CBCGPNumericIndicatorCtrl: implements a Windows control with underlined numeric indicator (CBCGPNumericIndicatorImpl).
- Implemented smoothly transitioning numbers in CBCGPNumericIndicatorImpl: uiAnimationTime and animationType parameters were added to CBCGPNumericIndicatorImpl::SetValue method.
- New method "CBCGPNumericIndicatorImpl::SetTextFormatAutoSize" specifies whether a control text size should be changed upon control resizing.
- Grid and Report Controls
- New virtual method CBCGPGridItem::GetDataColorScale allows to customize a data color scale.
- Filter bar keyboard support has been improved: added support for the standard keyboard shortcuts such as Ctrl+X, Ctrl+C, Ctrl+V and Ctrl+A.
- Controls
- Added standard Windows keyboard accelerators (such as "Ctrl+C") processing to all edit controls.
- CBCGPListBox: improved hit testing performance for control with a large number of items.
- CBCGPTreeCtrl: added support for themed (visual manager-style) check boxes.
- CBCGPListCtrl: added support for themed (visual manager-style) check boxes.
- Graphics Manager
- Implemented D2D validation in CBCGPGraphicsManagerD2D: CBCGPGraphicsManagerD2D::InitD2D: if D2D is not properly installed on the machine, all future renderings will be performed by CBCGPGraphicsManagerGDIPlus or CBCGPGraphicsManagerGDI.
- CBCGPGraphicsManagerD2D::CreateImage and CBCGPGraphicsManagerGdiPlus::CreateImage: implemented loading of external SVG files.
- Examples and Samples
- BCGPChartExample: added new chart color themes and interactive 3D surface chart demonstration.
- BCGPGaugesDemo: added demonstration of numeric indicator animation.
- ResizableForm: demonstrates page transition effect in the resizable property sheet.
Fixes
- CBCGPCalendar: addresses an issue with control layout when max. date is specified.
- CBCGPLightBoxDialog: addresses an issue with caption button mouse highlighting.
- Control info tips: addresses an issue with control appearance in preview mode.
- CBCGPMessageBox: addresses an issue with message box displayed from the popup menu.
- CBCGPScrollBar: addresses an issue with control appearance in RTL mode.
- CBCGPScrollBar: addresses an issue with incorrect hit-testing on control edges.
- CBCGPPageTransitionManager: addresses an issue with incorrect fade animation.
- CBCGPPropertySheet: addresses an issue with page transitions in the resizable property sheet.
- CBCGPStatic: addresses an issue with drawing separator in the preview mode.
- CBCGPSliderCtrl: addresses an issue with incorrect redrawing of zoom buttons in some cases.
- CBCGPPropertySheet: addresses an issue with Windows task bar icon flickering during page transition when the property sheet is a main application window.
- CBCGPPropertySheet: a navigation pane (located at the left side) has a correct tab order now.
↧
MindFusion.WPF PackAll graph layout classes now contain a method that runs layout calculations in the background.
Features
MindFusion.Diagramming for WPF
- Non-blocking layout methods - All graph layout classes now contain an ArrangeAsync method that runs layout calculations in the background.
- Layout improvements
- The KeepLinkShapes property lets you preserve the initial Shape value of links when LinkType is set to Cascading.
- Set the ConsiderNodeShapes property to align link end points to non-rectangular node borders.
- PathFinder improvements
- Imprvoed the speed of FindAllCycles and EnumAllCycles methods.
- FindAllCycles and EnumAllCycles no longer report mirrored versions of cycles in undirected mode.
- Export Excel files - The ExcelExporter class exports diagrams to Excel Open XML Format (XLSX) files. Diagrams are exported as Excel AutoShape drawings.
- Export improvements
- Visio2013Exporter processes link arrowheads.
- Visio2013Exporter preserves the diagram Z order.
- Visio2013Exporter exports link Text and Labels.
- Visio2013Exporter exports Image of ShapeNode objects.
- VirtualizingDiagram improvements - VirtualizingDiagram can now contain nodes of different types.
- Overview improvements
- The boolean FitAll has been replaced by a ScaleMode enumeration property. It implements a third scaling mode where overview's scale stays fixed and ignores a diagram's zoom level.
- If AllowZoom is enabled, users can zoom the diagram by resizing the overview's viewport tracking rectangle.
- Miscellaneous
- The LinkTextEdited event is now raised when a LinkLabel has been edited.
- LinkPadding property added to LayeredLayout specifies how much space to leave between links when LinkType is set to Cascading.
- GridAlignPoint property specifies which point of a node should snap to a point of the alignment grid.
- Z order of ContainerNode's children is now local to the container.
- The Compact method moves nodes as far possible to the top or left sides of diagram without changing their initial relative positions.
- The ExtendSelection element lets users select items with lasso rectangle without deselecting old ones.
- Set KeepInsideDiagram property to prevent users from dragging multiple selection outside of diagram boundaries.
- ImagePadding property of ShapeNode, TableNode and Cell lets you set padding space between element's borders and the contained Image.
- Visio2013Exporter now applies the TextVerticalAlignment property of nodes.
- Improved GridRouter routes when connected nodes are close to each other.
- ContainerNode Add overload enables resizing child nodes proportionally to their container.
- The LinkLabel Visibility property lets you hide labels temporarily.
MindFusion.Spreadsheet for WPF
- Autofiltering - Worksheets now support autofiltering.
- Localization - The standard forms form the MindFusion.Spreadsheet.Wpf.StandardForms.dll assembly can now be localized for German, Spanish, French, Korean, Portuguese, Russian, and Chinese.
- Grouping and Outlining - Rows and columns can now be grouped.
- New Events - Several new events have been added to the WorkbookView class: ColumnGroupCollapsed, ColumnGroupExpanded, ColumnOutlineLevelToggled, RowGroupCollapsed, RowGroupExpanded, and RowOutlineLevelToggled.
- Miscellaneous
- The ExcelImporter class now exposes a ReadConditionalFormats property, which can be used to prevent importing of conditional formats.
MindFusion.Keyboard for WPF
- Key improvements
- The UnicodeKey class can send any Unicode symbol as input to target text controls.
- The IsPressed property is set to true while a key is pressed down by the user, allowing for data triggers in Xaml templates to change appearance of pressed keys.
- Values of Content property of RegularKey can now be sent to external processes.
- Keyboard improvements
- A new Windows10 color scheme added to MindFusion.UI.Wpf.ColorSchemes.
- The SetKeyLabels method lets you override labels of keys for a given language.
- Active window tracking
- The control updates its layout immediately when a window with a different current language activates.
- Pressing a key no longer activates last target window, which was necessary when keyboard is used as a popup inside application but led to activation flickering. Set the new PreventActivation property instead to disable the keyboard's popup window from activating altogether.
- Miscellaneous
- Move multiple selected keys in keyboard creator.
- Various keyboard creator fixes.
↧
↧
DevExpress VCL SubscriptionImproves the data grid, editor, map and scheduler controls, plus enhances the printing system.
Fixes
Express Install
- Disable DevExpress-dependent packages to avoid package version conflicts in the IDE.
ExpressEditors Library
- cxMRUEdit - The glyph provided by the Properties.ButtonGlyph property is painted on the dropdown button instead of the ellipsis button.
- TcxDBSpinEdit bound to an FMTBcd field incorrectly displays its value if the FormatSettings.DecimalSeparator setting differs from the system's decimal separator.
- TdxUIAdornerManager - It is impossible to assign content to a guide adorner's callout popup via the AControl parameter of the TdxGuideGetCalloutPopupControl procedural type in C++Builder.
- The focused editor doesn't have a blue border in Windows 10.
ExpressExport Library
- Table and Banded Table Views - The ExportGridTo~ procedures add an empty column to the left of the exported content if check boxes are positioned in the column header or row indicator in web-style row selection mode.
ExpressLayout Control
- DevExpress data-aware editors flicker in response to refreshing their bound dataset.
ExpressMap Control
- The actual zoom factor value can be less than 1 in certain cases if the OptionsBehavior.Animation property is set to True.
ExpressPivotGrid Suite
- An AV occurs on calling the pivot grid's RestoreFrom~ methods to restore the layout of grouped fields.
- The "Control has no parent window" exception occurs when undocking a dock panel that displays the Customization Form.
- The EVariantTypeCastError exception occurs when the TcxPivotGridDrillDownDataset component creates a dataset for a linked pivot grid whose grouped field's Properties property is set to TextEdit.
ExpressPrinting System
- Export to PDF - Fonts are scaled twice if the system DPI setting does not match 96.
- FlowChart Report Link - The report contains only the objects that the control currently displays.
- Large images are not printed.
- PDF Viewer Report Link - The Print dialog's "Current Page" option prints the currently previewed page instead of the currently active page in a document.
- SpreadSheet Report Link - A long text string in a row's last data cell doesn't continue on another page.
- TeeChart Report Link - Chart content is cropped if the control's parent form is displayed on a monitor whose DPI exceeds 96.
- Text reports are generated very slowly with high DPI settings (more than 96).
- The Print Preview dialog is incorrectly scaled at high DPI settings (more than 96).
- The report's page header and footer are scaled incorrectly in the Print Preview dialog if the system DPI differs from 96.
ExpressQuantumGrid Suite
- Content scrolling produces painting artifacts in Hybrid scrollbar mode.
- Server Mode - FireDAC connection - Storing an image into a BLOB field in a MS Access database results in the field's data corruption.
- Table and Banded Table Views - A fully collapsed root level group is displayed twice if there are no other groups at the root level in the View and its OptionsBehavior.FixedGroups property is True.
- Table and Banded Table Views - The group row collapse routine attempts to raise the OnGroupRowCollapsed event for a different row or group row instead of the collapsed group row if it merges with another group row as a result.
- The ApplyBestFit method incorrectly sizes column headers if a skin whose Common.Header skin element includes ContentOffsets values that are greater than 2 is applied.
ExpressQuantumTreeList Suite
- Compiling the cxTLExportLink unit for an application's release version displays the H2443 hint about the TdxFastObjectList.GetItem function.
- Export - Elements are incorrectly arranged if the Find Panel is displayed.
- Selecting a node using the keyboard scrolls the focused node into view if the tree list's OptionsSelection.CellSelect property is set to False and the Options.Focusing property of columns is set to True.
- TcxDBTreeList - Inserting a node whose index field value is not unique causes the "Duplicates not allowed" exception but doesn't keep the node in edit mode.
- TcxDBTreeList - Posting changes to a node in edit mode doesn't update the icon displayed by the node indicator's cell.
ExpressRichEdit Control
- Inserting a symbol using the "Symbol" dialog causes the "Invalid class typecast" error in an application built with runtime packages.
- Saving a document to a TXT file doesn't convert non-breaking spaces to spaces.
- The control does not load external images in a document loaded from an HTML file if there are parameters in image source URLs.
- The control replaces "en dash" with "en space" characters in a document loaded from an RTF file.
ExpressScheduler Suite
- Day View - Modern Style - Two successive events are displayed as concurrent in certain cases.
- The control repeatedly invokes an event's Reminder window if it was closed by clicking the Close button or pressing the Esc key.
- TimeGrid View - Modern Style - The caption and location strings of an event are invisible if the event's description text is omitted and the View's EventDetailInfo property is True.
ExpressSkins Library
- A Ribbon form's border thickness is calculated incorrectly when certain skins are in effect.
ExpressSpellChecker
- Clicking a cxMemo control on an MDI child form causes an AV if the spell checker's CheckAsYouTypeOptions.Active property is set to True in Hybrid scrollbar mode.
ExpressSpreadSheet
- Certain cells are not pasted from Excel using the clipboard.
ExpressVerticalGrid Suite
- Releasing a cxVerticalGrid control whose Customization Form is displayed can result in a memory leak.
↧
FusionWidgets XTA common theme can now be applied to all charts in a page.
Features
- A common theme can now be applied to all charts in a page.
- Custom fonts from client-side export can now be exported using `useSVGDeCanvo` option.
- The hyphen ( - ) character is now supported in the parameter of the JavaScript function of `link` attribute.
- The `defaultPrevented` property in the `eventObject` is used instead of the 'prevented' property.
- `getSVGString` now accepts an object as the second parameter with a property named `keepImages`. It can now export the logo or any images (background images, etc.) present in the chart.
- `fusioncharts.vml.js` file has been added to the package for Internet Explorer which contains all the VML related codes.
- `render()` function will also be fired when updating the chart type.
Fixes
- In Real-time charts, request for updated data was being sent to data source immediately after the chart was rendered, bypassing the specified update interval.
- Links were not working in funnel & pyramid charts when `enableSlicing` attribute was disabled.
- In Gantt charts, data table and process label column was getting displaced when their widths were adjusted by dragging.
- Combinations of some special characters were not getting encoded in the tooltips of real-time charts when fed from the server.
- `feedData()` was not working, when data was fed with dial/pointer id in Angular Gauges and Horizontal Linear Gauges.
- In touch devices, tooltip was not hiding on touch outside the chart.
- Category labels were not drawn correctly, even if padding was applied to the `<div>` tag.
- A blank XLS file was getting exported when `setChartAttribute()` method was used.
- If there were multiple charts in a page, the plot values of all charts wouldn't appear unless the rendering animation was completed for all charts.
- FusionCharts was adding itself to the global window scope even if it was required using an AMD loader.
- Experimental API `enableFirebugLite` has been removed from the Suite, as most of the browsers now have their own debugger.
- The deprecated methods `getXML()` & `setDataXML()` have been removed.
↧
September 4, 2018, 4:49 am
New Border and CheckBox controls added to Telerik UI for Xamarin.Adds new Border and CheckBox controls, plus improvements to DataGrid.
Features
- UI for Xamarin
- Border - customizable control that wraps around any Xamarin view.
- CheckBox - control which enables users to make a choice between two mutually exclusive options. The user’s selection is indicated by a check mark, and when a user clicks the checkbox its appearance and state change.
- DataGrid
- [UWP] Implemented ViewportBufferHeight property that controls the size which the virtual viewport is expanded with.
- [Android] [UWP] Improved memory consumption by implementing horizontal virtualization of the render surface.
Fixes
- Common
- SkiaSharp based controls render stroke thickness in device pixels instead of device independent pixels.
- Calendar
- [iOS] Not able to swipe to the month with the MaxDate.
- [iOS] DayView not selecting the correct day in specific time zones.
- [iOS] Not able to navigate to the month that contains the MaxDate.
- [UWP] Calendar crashes with NullReferenceException when used inside MasterDetailPage.
- Chart
- [iOS] The strip lines are visible by default for Line series.
- Adding behaviors through XAML results in System.ArrayTypeMismatchException in Xamarin.Forms 3.0 project.
- [iOS] Zooming when updating the ItemsSource of the series results in NSRangeException.
- [Android] Trying to invoke Trackball Behavior on Chart that has no series results in NullReferenceException.
- Changed - Obsoleted RadChartBase.Behaviors property, please use RadChartBase.ChartBehaviors property instead.
- Chat
- Avatar image not aligned at the top of the message.
- CheckBox
- When the SuppressDefaultCommand property is set to True, it breaks the UserCommand.
- DataForm
- [iOS]Changing the source at runtime leads to NSInvalidArgumentException.
- DataGrid
- An exception is thrown when changing the value of a property used for grouping.
- [iOS] NullReferenceException is thrown when items are added to the DataGrid in a specific scenario with TabbedPage.
- [iOS] Buttons inside a CellContentTemplate cannot be clicked.
- The control is not rendered when its items and columns are generated asynchronously.
- [iOS] CellDecorations are rendered incorrectly while scrolling horizontally.
- [iOS][Android] Edit mode is not exited when "Return" of the soft keyboard is pressed.
- [UWP] The grid is not shown after navigating away and returning back.
- DataForm
- [iOS] Exception is thrown when the editor Position property is greater than the editors count in the group.
- [Android] If "positive message" is not provided "error message" is shown when the editor is in valid state.
- Entry
- [UWP] An exception is thrown when RadEntry placed inside TabView is focused and the user switches to another tab.
- ListView
- Two SelectionChange events are raised when selecting item.
- [iOS] Exception is thrown when using custom ViewCell and ItemTemplateSelector.
- [iOS] Exception when rebining ItemsSource after navigation.
- [Android] Exception is thrown when loading items via LoadOnDemand in Grid layout.
- [iOS] Pull to refresh never stops after calling EndRefresh.
- MaskedInput
- [Android] Exception when pasting into a mask.
- NumericInput
- [Android] Improve behavior when decimal separator and minus sign are entered from the same key.
- SDK Browser
- [Android] Crash when run in Debug (Linker = None).
- SegmentedControl
- Not able to clear the selection.
- [Android] The background color of the Selected segment is not updated when the segments are disabled.
- [Android] Changing the selected index when segments are disabled leaves the previously selected item with incorrect color.
- SlideView
- KeyNotFoundException when sliding fast in different directions.
- [iOS] Zoomed Item oversteps to other views.
- ItemTemplateSelector not working correctly.
- TabView
- TabViewHeaderItem does not respect WidthRequest and HeightRequest.
- TreeView
- Deleting all child items leaves the node's expand/collapse indicator visiblle.
- Expand Icon is shown on a leaf if its parent is collapsed and expanded again.
- [Android] NullReferenceException is thrown when expanding and collapsing items fast.
- Adding root level item throws NRE.
- Adding child item in a copy of ItemsSource leads to exception.
- Exception when collapsing and expanding second level items.
- Cannot change item property programmatically.
- Custom ItemStyles are not respected.
- Expand/Collapse indicators are missing.
↧
↧
September 4, 2018, 4:50 am
↧
September 4, 2018, 4:50 am
Kendo UI + Telerik UI for ASP.NET (MVC & Core)Adds new features to ButtonGroup, Grid, MultiSelect, PDF Export and Radial Gauge.
Features
- All components
- Kendo.Mvc.dll requires System.Web.Mvc.dll version 5.2.6
- Remove legacy css from dataviz styles
- Add support for ASP.NET Core 2.1.0.
- ButtonGroup
- Grid
- Add formatting functionality to the Tabular PDF export columns
- MultiSelect
- Virtualized widget resets scroll position on deselect
- PDF Export
- Add formatting functionality to the Tabular PDF export columns
- Radial Gauge
- Add pointer.length option
- Wrappers (ASP.NET MVC): ButtonGroup
- Add Encoded property of the ButtonGroup items
- ButtonGroup BindTo option
Fixes
- All components
- suite parameter of the widgetInstance method is mandatory in ts definitions
- k-ng-model does not update $dirty and $pristine when ng-form directive is used
- Inconsistency between custom formatting and standard formatting.
- AngularJS
- ComboBox clear value button simply resets the combo value to the initial k-ng-model value, when filter is configured
- Not working AngularJS two way databinding of RangeSlider
- AutoComplete
- Clear button is displayed when no item is selected
- Chat
- Erroneous calculation in card layout
- Messages displayed for wrong Chat user
- ComboBox
- Input text is not visible in Combobox in Flat theme
- Value clearing is not working in scenario with filter and virtualization
- Clear button is displayed when no item is selected
- ComboBox clear value button simply resets the combo value to the initial k-ng-model value, when filter is configured
- Cascading dropdowns tab focus fails
- ContextMenu
- ContextMenu close event fires multiple times
- DataSource
- DataSource throws an error when having nested property with null parent object
- DatePicker
- Setting "dateInput" option programmatically doesn't work
- Dialog
- Dialog action callback function is called twice when triggered with Enter key
- Draggable
- Setting autoScroll does not work if the container is the body Chrome and Edge
- Draggable is not auto-scrolled on MS Edge if all of the area is not visible initially and there is a vertical scrollbar on the page.
- Drawing
- When exporting image to PDF with Drawing API an error occur if the mime type is not set correctly.
- DropDownTree
- DropDownTree items are available for removal with the X button when the widget is disabled
- Unexpected multiple selected nodes in single selection DropDownTree with filtering
- DropDownTree value on change event is not empty, when the event is triggered by clear button or Esc key
- Editor
- Incorrect return type void in typescript definitions for Editor's encodedValue method
- Table cells in Editor are not resizable as of R2 2018
- Scroll bar is not displayed on entering a new line in br tag mode (Chrome)
- JavaScript error is thrown on paste in Internet Explorer
- F10 hides the toolbar with inline mode
- Underline and BackColor Editor tools remove tags, although custom classes set to tags should prevent removal
- Empty tags remain after deleting the Editor's content
- Pasting in inline elements trims br tags
- Editor messages configuration does not alter the dropdown tools tooltip
- Selected content in contentEditable=false elements is cleared on Ctrl+V
- Editor Insert Hyperlink dialog allows injecting script
- Gantt
- Undesired view navigation on editing a task in the Gantt's treelist when navigatable is set to true
- Grid
- Tabular PDF export not sizing date and number columns
- When Virtual scrolling is enabled, PopUp edit window closes on error even after DataBinding event is prevented
- The width of a Multiheader column is changed after reordering if the first column in the group is hidden.
- Not preserved columns width during column reordering if there is a hidden column.
- The Clear filter button fires the filter event multiple times in some scenarios
- Grid setDataSource method throws "e.fetch is not a function" error
- Aria-describedby attributes of Grid's cells are not assocciated with the correspoding column header.
- MVVM
- Radio button 'checked' binding do not work if you set value to null.
- Menu
- Having input in a sub menu item closes the popup on input focus in IE 11 on touch devices
- MultiSelect
- Clear button is displayed when no item is selected
- Typing Polish accented "ą" character in the MultiSelect causes all items to get selected
- MultiSelect clear button is not rendered when items are selected programmatically
- Clearing the MultiSelect's input does not clear the filter
- JAWS reader does not announce the label when a MultiSelect is wrapped by a label element
- MultiSelect: screen readers announce only one of the selected items
- NumericTextBox
- The NumericTextBox is making an AngularJS form dirty on keydown even if the value is not changed.
- PDF Export
- Tabular PDF export not sizing date and number columns
- Scheduler
- Scheduler does not parse properly the start and end dates in the eventTemplate when Date grouping is used in Month view
- Scheduler editor closes automatically on creating an event through the keyboard
- Resized event incorrectly displayed in Scheduler's timelineWeek view (showWorkHours: true)
- Slider
- Browser's dragging of the drag handles is not prevented
- Not working AngularJS two way databinding of RangeSlider
- Sortable
- autoScroll does not work if the container is the body Chrome and Edge
- Splitter
- Splitter remove method removes panes from other widget instances
- Spreadsheet
- Data is lost after Undo command
- Export button causes form submit
- TimePicker
- TimePicker doesn't show value when re selecting after deleting.
- ToolBar
- An anchor in custom ToolBar item does not navigate on pressing Enter key
- TreeView
- Item does not expand when the item is filtered in loadOnDemand="true" scenario
- Vertically not centered TreeView checkboxes
- Unexpected page scrolling on pressing Space, when a disabled TreeView node with checkboxes is focused
- Upload
- Async Upload Vue wrapper loses its reference in the this.$refs object after the first successful upload
- Wrappers (ASP.NET Core): ButtonGroup
- ButtonGroup BindTo option
- Wrappers (ASP.NET MVC): ButtonGroup
- Selected and Enabled properties are not available
- Wrappers (ASP.NET MVC): Chart
- Chart MVC wrapper is missing Line configuration for Waterfall series
- Scatter chart not working with Date object and server binding
- Wrappers (ASP.NET Core): ComboBox
- Using the ComboBox, DropDownList or MultiSelect Tag Helpers in a ViewComponent throws an error
- Wrappers (ASP.NET MVC): ComboBox
- ItemHeight does not enable virtualization
- Wrappers (ASP.NET Core): DropDownList
- Using the ComboBox, DropDownList or MultiSelect Tag Helpers in a ViewComponent throws an error
- Wrappers (ASP.NET MVC): DropDownList
- ItemHeight does not enable virtualization
- Wrappers (ASP.NET Core): Grid
- Grid TagHelper does not serialize column.sortable and column.filterable configuration
- Wrappers (ASP.NET MVC): Grid
- Server bound Grid with selection is throwing errors in the console
- Server bound MVC Grid displays same values in all columns if using column format
- Wrappers (ASP.NET MVC): MultiSelect
- ItemHeight does not enable virtualization
↧
September 4, 2018, 4:50 am
Kendo UI + Telerik UI for ASP.NET (MVC & Core), PHP, JSPAdds new features to ButtonGroup, Grid, MultiSelect, PDF Export and Radial Gauge.
Features
- All components
- Kendo.Mvc.dll requires System.Web.Mvc.dll version 5.2.6
- Remove legacy css from dataviz styles
- Add support for ASP.NET Core 2.1.0.
- ButtonGroup
- Grid
- Add formatting functionality to the Tabular PDF export columns
- MultiSelect
- Virtualized widget resets scroll position on deselect
- PDF Export
- Add formatting functionality to the Tabular PDF export columns
- Radial Gauge
- Add pointer.length option
- Wrappers (ASP.NET MVC): ButtonGroup
- Add Encoded property of the ButtonGroup items
- ButtonGroup BindTo option
Fixes
- All components
- suite parameter of the widgetInstance method is mandatory in ts definitions
- k-ng-model does not update $dirty and $pristine when ng-form directive is used
- Inconsistency between custom formatting and standard formatting.
- AngularJS
- ComboBox clear value button simply resets the combo value to the initial k-ng-model value, when filter is configured
- Not working AngularJS two way databinding of RangeSlider
- AutoComplete
- Clear button is displayed when no item is selected
- Chat
- Erroneous calculation in card layout
- Messages displayed for wrong Chat user
- ComboBox
- Input text is not visible in Combobox in Flat theme
- Value clearing is not working in scenario with filter and virtualization
- Clear button is displayed when no item is selected
- ComboBox clear value button simply resets the combo value to the initial k-ng-model value, when filter is configured
- Cascading dropdowns tab focus fails
- ContextMenu
- ContextMenu close event fires multiple times
- DataSource
- DataSource throws an error when having nested property with null parent object
- DatePicker
- Setting "dateInput" option programmatically doesn't work
- Dialog
- Dialog action callback function is called twice when triggered with Enter key
- Draggable
- Setting autoScroll does not work if the container is the body Chrome and Edge
- Draggable is not auto-scrolled on MS Edge if all of the area is not visible initially and there is a vertical scrollbar on the page.
- Drawing
- When exporting image to PDF with Drawing API an error occur if the mime type is not set correctly.
- DropDownTree
- DropDownTree items are available for removal with the X button when the widget is disabled
- Unexpected multiple selected nodes in single selection DropDownTree with filtering
- DropDownTree value on change event is not empty, when the event is triggered by clear button or Esc key
- Editor
- Incorrect return type void in typescript definitions for Editor's encodedValue method
- Table cells in Editor are not resizable as of R2 2018
- Scroll bar is not displayed on entering a new line in br tag mode (Chrome)
- JavaScript error is thrown on paste in Internet Explorer
- F10 hides the toolbar with inline mode
- Underline and BackColor Editor tools remove tags, although custom classes set to tags should prevent removal
- Empty tags remain after deleting the Editor's content
- Pasting in inline elements trims br tags
- Editor messages configuration does not alter the dropdown tools tooltip
- Selected content in contentEditable=false elements is cleared on Ctrl+V
- Editor Insert Hyperlink dialog allows injecting script
- Gantt
- Undesired view navigation on editing a task in the Gantt's treelist when navigatable is set to true
- Grid
- Tabular PDF export not sizing date and number columns
- When Virtual scrolling is enabled, PopUp edit window closes on error even after DataBinding event is prevented
- The width of a Multiheader column is changed after reordering if the first column in the group is hidden.
- Not preserved columns width during column reordering if there is a hidden column.
- The Clear filter button fires the filter event multiple times in some scenarios
- Grid setDataSource method throws "e.fetch is not a function" error
- Aria-describedby attributes of Grid's cells are not assocciated with the correspoding column header.
- MVVM
- Radio button 'checked' binding do not work if you set value to null.
- Menu
- Having input in a sub menu item closes the popup on input focus in IE 11 on touch devices
- MultiSelect
- Clear button is displayed when no item is selected
- Typing Polish accented "ą" character in the MultiSelect causes all items to get selected
- MultiSelect clear button is not rendered when items are selected programmatically
- Clearing the MultiSelect's input does not clear the filter
- JAWS reader does not announce the label when a MultiSelect is wrapped by a label element
- MultiSelect: screen readers announce only one of the selected items
- NumericTextBox
- The NumericTextBox is making an AngularJS form dirty on keydown even if the value is not changed.
- PDF Export
- Tabular PDF export not sizing date and number columns
- Scheduler
- Scheduler does not parse properly the start and end dates in the eventTemplate when Date grouping is used in Month view
- Scheduler editor closes automatically on creating an event through the keyboard
- Resized event incorrectly displayed in Scheduler's timelineWeek view (showWorkHours: true)
- Slider
- Browser's dragging of the drag handles is not prevented
- Not working AngularJS two way databinding of RangeSlider
- Sortable
- autoScroll does not work if the container is the body Chrome and Edge
- Splitter
- Splitter remove method removes panes from other widget instances
- Spreadsheet
- Data is lost after Undo command
- Export button causes form submit
- TimePicker
- TimePicker doesn't show value when re selecting after deleting.
- ToolBar
- An anchor in custom ToolBar item does not navigate on pressing Enter key
- TreeView
- Item does not expand when the item is filtered in loadOnDemand="true" scenario
- Vertically not centered TreeView checkboxes
- Unexpected page scrolling on pressing Space, when a disabled TreeView node with checkboxes is focused
- Upload
- Async Upload Vue wrapper loses its reference in the this.$refs object after the first successful upload
- Wrappers (ASP.NET Core): ButtonGroup
- ButtonGroup BindTo option
- Wrappers (ASP.NET MVC): ButtonGroup
- Selected and Enabled properties are not available
- Wrappers (ASP.NET MVC): Chart
- Chart MVC wrapper is missing Line configuration for Waterfall series
- Scatter chart not working with Date object and server binding
- Wrappers (ASP.NET Core): ComboBox
- Using the ComboBox, DropDownList or MultiSelect Tag Helpers in a ViewComponent throws an error
- Wrappers (ASP.NET MVC): ComboBox
- ItemHeight does not enable virtualization
- Wrappers (ASP.NET Core): DropDownList
- Using the ComboBox, DropDownList or MultiSelect Tag Helpers in a ViewComponent throws an error
- Wrappers (ASP.NET MVC): DropDownList
- ItemHeight does not enable virtualization
- Wrappers (ASP.NET Core): Grid
- Grid TagHelper does not serialize column.sortable and column.filterable configuration
- Wrappers (ASP.NET MVC): Grid
- Server bound Grid with selection is throwing errors in the console
- Server bound MVC Grid displays same values in all columns if using column format
- Wrappers (ASP.NET MVC): MultiSelect
- ItemHeight does not enable virtualization
↧
September 4, 2018, 4:51 am
↧
↧
September 4, 2018, 4:51 am
↧
September 4, 2018, 4:55 am
Telerik UI for WPFIncludes improvements to PDF Viewer, PdfProcessing, TreeList and VirtualGrid.
Features
- PDF Viewer
- Implemented logic to handle invalid PDF documents which content streams contain concatenated "q" and "Q" graphic state operators.
- PdfProcessing
- Implemented logic to handle invalid PDF documents which content streams contain concatenated "q" and "Q" graphic state operators.
- TreeList
- Added the AutoExpandItemsAfterFilter property which controls whether the hierarchy items should be expanded after filtering.
- VirtualGrid
- Introduced the CloseFilteringControl method which closes the filtering UI.
- Introduced the GetRowIndexAtMousePosition and GetColumnIndexAtMousePosition methods which returns the index of a row/column for a given mouse position.
Fixes
- ChartView
- The Stroke of the AreaSeries and PolarSeries is not animated during series animation.
- ChartView3D
- Null values on the Z axis are wrongly rendered in some cases when using SurfaceSeries3D.
- Chat
- Added missing checked state for the RadToggleButton that triggers ToolBar's visibility.
- DateTimePicker
- Setting the DateSelectionMode is respected only when set for the first time.
- Diagrams
- ArgumentException is thrown when shape with custom connectors is dropped from toolbox to diagram.
- Docking
- NullReference exception is thrown when dragging RadPane with HtmlDataProvider in its content.
- Adding multiple unpinned RadPanes simultaneously to a RadPaneGroup with a pinned RadPane results in a blank pane.
- Expander
- Setting ContentTemplateSelector property of the RadExpander does not work.
- FileDialogs
- ExplorerControl's CurrentDirectoryPath does not work as getter property.
- A NullReferenceException is thrown when RadOpenFolderDialog is shown and CLR exceptions are enabled.
- A NullReferenceException is thrown when clicking in ExplorerControl hosted in a Popup.
- GridView
- InvalidOperationException is thrown when numeric aggregate functions are defined is design-time.
- Setting background to the cells hides horizontal grid lines in ExpressionDark, Windows8, Windows8Touch, Office2013 and VisualStudio2013 themes.
- When the CanUserResizeRows property is True the last row is not resizable.
- The expanded state of the hierarchical item is not preserved when searching thought search panel for something that is not found.
- When using a DataView source pasting in a sorted column is incorrect.
- Setting BorderThickness of CommonColumnHeader through a data trigger is not respected, if RelativeSource or ElementName binding source is used.
- A NullReferenceException is thrown in the FlatLayoutStrategy.ScrollRowIndexIntoView method.
- A memory leak occurs when adding and removing columns repeatedly.
- BorderThickness set through CellStyle is not applied correctly.
- Replacing an item in the source collection changes its index when the control is sorted.
- GridViewCheckBox does not have the correct foreground in Expression_Dark theme.
- The static DragDropController.SourceDataControl property still holds a reference to the GridView after the grid is unloaded which causes a memory leak.
- XAML parser uses Columns[string] instead of Columns[int] when binding to a numeric index, which causes an exception.
- ListBox
- ScrollIntoView method does not work when CanContentScroll attached property is set to false.
- Incorrect scrolling upon selecting an item when VirtualizingPanel.ScrollUnit is Pixel (.Net 4.5).
- Vertical offset is not calculated correctly when selection is changed when VirtualizingPanel.ScrollUnit="Pixel" (.Net 4.5).
- MaskedInput
- Improved the performance when typing in all masked inputs on tablet devices. For even better results the creation of the AutomationPeers may be stopped by setting AutomationManager.AutomationMode = Disabled.
- MS Controls
- When both horizontal and vertical ScrollBars are visible in Fluent theme, the "BottomHandle" RepeatButton cannot be pressed as it is overlapped by the horizontal ScrollBar on MouseOver.
- NumericUpDown
- Selected Value is not properly updated on LostFocus when CustomUnit property is set.
- PanelBar
- DataContext is not inherited properly to PaneBarItems when UIElements are added directly as children in XAML and the theme is Material or Fluent.
- PDF Viewer
- Missing Widget appearances because they are not recalculated when NeedAppearances PDF flag is true.
- Glyphs are displayed with wrong widths when there is a collision between corresponding values from the font file and the widths (W) PDF property.
- IndexOutOfRangeException is thrown when importing cross reference entries which are not on consequent rows.
- PdfProcessing
- Transparency is lost on import when the graphic state does not specify the alpha source.
- Corrupted document after export because of missing FunctionType PDF property.
- InvalidCastException when importing DeviceN color with integer components.
- PropertyGrid
- When instantiating a nested property at runtime its fields are not generated.
- RibbonView
- An exception is thrown when RibbonButton is disabled runtime while its KeyTip is open and press.
- RichTextBox
- NullReferenceException is thrown after dragging table after page break and then Undo/Redo the drag operation.
- Formatting is not applied when selection is applied quick after format painter is clicked.
- FormatPainter does not copy formatting when the source text has a character style.
- The LeftTab and the RightTab of RulerThumb have the same symbol in Green, Office2016 and Office2016Touch themes.
- Paragraph elements (p) containing empty run, defined with self-closing tag (), are not imported from DOCX.
- ScheduleView
- The last day of all day appointments in MonthViewDefinition is not rendered when that last day is the first day of the next week.
- SpreadProcessing
- Pasted value has incorrect formatting when the source has formatting on the entire column.
- Spreadsheet
- Pasted value has incorrect formatting when the source has formatting on the entire column.
- ToolTip
- Memory leak when setting the ToolTipContentTemplate and the element is removed from the visual tree.
- TreeList
- A memory leak occurs when updating the FilterDescriptors collection repeatedly.
- VirtualGrid
- Filtering funnel's background is not updated after clearing the filters.
- Setting the CurrentCell does not reflect in the UI.
- A NullReferenceExeption is thrown when using the BeginInsert method and there is no CurrentCell set.
- Window
- EventToCommandBehavior's EventBinding throws InvalidOperationException in design-time for events of Window class.
↧
September 4, 2018, 4:58 am
New Border and CheckBox controls added to Telerik UI for Xamarin.Multiple improvements for Kendo UI, Telerik UI, plus new Border and ComboBox controls for Xamarin.
Features
Telerik DevCraft UI R2 2018 SP1 release includes the following updates:
- Kendo UI + Telerik UI for ASP.NET (MVC & Core), PHP, JSP R2 2018 SP1 - Adds new features to ButtonGroup, Grid, MultiSelect, PDF Export and Radial Gauge.
- Telerik UI for ASP.NET AJAX R2 2018 SP1 - Includes improvements to the data grid and PdfProcessing, plus other minor fixes.
- Telerik UI for Silverlight R2 2018 SP1 - Includes improvements to DomainDataSource, PDF Viewer and PdfProcessing.
- Telerik UI for WinForms R2 2018 SP1 - Improves RadScheduler, RadChartView, RadMap, RadMaskedEditBox, RadTreeView and PdfProcessing.
- Telerik UI for WPF R2 2018 SP1 - Includes improvements to PDF Viewer, PdfProcessing, TreeList and VirtualGrid.
- Telerik UI for Xamarin R2 2018 (2018.2.821.250) - Adds new Border and CheckBox controls, plus improvements to DataGrid.
↧
September 4, 2018, 4:58 am
New Border and CheckBox controls added to Telerik UI for Xamarin.Adds improvements for Kendo UI, Telerik UI and Reporting, plus new Border and ComboBox controls for Xamarin.
Features
Telerik DevCraft Complete R2 2018 SP1 release includes the following updates:
- Kendo UI + Telerik UI for ASP.NET (MVC & Core), PHP, JSP R2 2018 SP1 - Adds new features to ButtonGroup, Grid, MultiSelect, PDF Export and Radial Gauge.
- Telerik UI for ASP.NET AJAX R2 2018 SP1 - Includes improvements to the data grid and PdfProcessing, plus other minor fixes.
- Telerik UI for Silverlight R2 2018 SP1 - Includes improvements to DomainDataSource, PDF Viewer and PdfProcessing.
- Telerik UI for WinForms R2 2018 SP1 - Improves RadScheduler, RadChartView, RadMap, RadMaskedEditBox, RadTreeView and PdfProcessing.
- Telerik UI for WPF R2 2018 SP1 - Includes improvements to PDF Viewer, PdfProcessing, TreeList and VirtualGrid.
- Telerik UI for Xamarin R2 2018 (2018.2.821.250) - Adds new Border and CheckBox controls, plus improvements to DataGrid.
- Telerik Reporting R2 2018 SP1 - Adds localization for the HTML5 report viewer template plus other improvements and bug fixes.
↧
↧
September 4, 2018, 4:59 am
New Border and CheckBox controls added to Telerik UI for Xamarin.New controls added to Telerik UI for Xamarin, plus updates to Kendo UI, Telerik Report Server and more.
Features
Telerik DevCraft Ultimate R2 2018 SP1 release includes the following updates:
- Kendo UI + Telerik UI for ASP.NET (MVC & Core), PHP, JSP R2 2018 SP1 - Adds new features to ButtonGroup, Grid, MultiSelect, PDF Export and Radial Gauge.
- Telerik UI for ASP.NET AJAX R2 2018 SP1 - Includes improvements to the data grid and PdfProcessing, plus other minor fixes.
- Telerik UI for Silverlight R2 2018 SP1 - Includes improvements to DomainDataSource, PDF Viewer and PdfProcessing.
- Telerik UI for WinForms R2 2018 SP1 - Improves RadScheduler, RadChartView, RadMap, RadMaskedEditBox, RadTreeView and PdfProcessing.
- Telerik UI for WPF R2 2018 SP1 - Includes improvements to PDF Viewer, PdfProcessing, TreeList and VirtualGrid.
- Telerik UI for Xamarin R2 2018 (2018.2.821.250) - Adds new Border and CheckBox controls, plus improvements to DataGrid.
- Telerik Reporting R2 2018 SP1 - Adds localization for the HTML5 report viewer template plus other improvements and bug fixes.
- Telerik Report Server R2 2018 SP1 - Adds new localization support for the Report Server Web Manager.
↧
September 5, 2018, 8:24 am
↧
September 5, 2018, 8:32 am
↧
September 5, 2018, 8:53 am
DevExtremeImproves Pivot Grid, Scheduler and Data Grid controls.
Fixes
DevExtreme (HTML JS)
- Data Grid
- A nested group is not aligned properly on being expanded and collapsed if the autoExpandAll option is disabled.
- A Tabbed item that resides in the Popup Editing Form is not hidden at runtime in an Angular app.
- Column headers are not aligned with data cells if columns don't occupy the whole widget width and columnAutoWidth is enabled.
- Content is rendered partially when rowRenderingMode is set to virtual and scrolling mode is set to infinite.
- Editor that resides in a cell template does not allow typing text when it is selected using a double-click in IE 11.
- Filter Panel displays the "Is Any Of 'undefined'" string if the "Any Of" operator is applied for a lookup column.
- Filter Row - The caret automatically goes to the start after typing in IE.
- Grouped rows are rendered incorrectly when the rowAlternationEnabled option is enabled.
- It is impossible to get groupIndex in the calculateCustomSummary callback function.
- Records are rendered incorrectly when using knockout components within cell templates.
- Scroll bar position is reset after scrolling if there is a DevExtreme widget on a page.
- The Between filter does not work if a column uses calculateCellValue and the dataField property is not defined.
- The column reordering is slow in IE/Edge.
- The filter operations list in the Filter Row is not adjusted if the column's data type is changed at runtime.
- The filter popup scrolls the page.
- The filter row editor loses its focus when a filter is applied and the filter panel is visible.
- The first cell is not highlighted if the Tab key is pressed first.
- The onRowUpdating event is raised twice for a Boolean column if eventArgs.cancel is true.
- The rowUpdating event is not raised for all updated rows the first time.
- Virtual scrolling works in Chrome only.
- DataGrid displays an unnecessary horizontal scrollbar if columnAutoWidth and columnHidingEnabled are set.
- DataGrid displays lookup filter row data confusingly when FilterBuilder uses the not-equals filter.
- DataGrid has an incorrect layout after resizing columns with multi-row headers.
- DataGrid sometimes scrolls to the top when a user moves a scroll bar to the bottom.
- DataGrid, TreeList - Initial width of a column with the specified minWidth value can be less than this value when the width value is specified in percents.
- A rendering issue occurs on grouping the grid if it uses the virtual scrolling feature.
- Error row is not shown if the showColumnHeaders option is false.
- Filter "Is Not Blank" doesn't work when Filter Builder is enabled.
- TabPanel items are not rendered after upgrading to 18.1.4 in a master-detail layout.
- The horizontal scroll bar is not responding correctly when the DataGrid container is resized in Chrome.
- Data Visualization
- Chart - Export to PDF produces a low quality document that cannot be opened in Adobe Acrobat Document.
- Chart - An Axis label's opacity option cannot be set to 0.
- VectorMap - It's impossible to import the parse method in a modular application.
- VectorMap - Order of layers after resetting the layers array option is modified.
- DevExtreme Core
- A material theme doesn't work properly with SPA-framework.
- Popup - The multi-slot transclusion causes the $compile:noslot error.
- The "Expected 3-4 arguments, but got 1 error" message is received when using the events.off method.
- DevExtreme Demos
- Documentation - The ActionSheet target option refers to the missing 'position' option.
- Pivot Grid
- Visualization problem on Microsoft Edge.
- PivotGrid shows metadata fields in FieldChooser.
- PivotGrid sorts numeric columns incorrectly.
- Scheduler
- Documentation - Add a note that the dx ready event should be used to apply bindings.
- The onContentReady function is not called if the dataSource option is not initialized.
- Actual width controlled by dx-scheduler-cell-sizes-horizontal cannot be set to less than 48px and depends on the crossScrollingEnabled option.
- Excess gap at the bottom.
- Group cells have incorrect height in the timeline day view in IE11.
- Header cells are missaligned in the timelineWeek view if cellDuration is large.
- How to avoid multiple reloading when several properties are changed.
- The "Cannot set property 'top' of undefined" error occurs when navigating between months if UTC +9:30 ACST Australian Central Standard Time is set.
- Scheduler incorrectly calculates the startDate option for a recurring appointment.
- Scheduler renders appointments incorrectly when the cellDuration option has certain values.
- Tree List
- Performance in IE/Edge is slow on expanding or selecting nodes when a data source contains several thousands of records.
- UI Widgets
- ColorBox - The "RangeError: Maximum call stack size exceeded" error occurs if editAlphaChannel is true and the value option doesn't have an alpha channel.
- DataGrid - A filter row works incorrectly for numeric columns under certain circumstances.
- DateBox - A validation message does not disappear after clicking a selected valid date.
- DateBox - Case sensitive date must be inputted if the display format is set.
- Documentation - Describe the showDropdownButton option for the Tagbox widget.
- dxNumberBox - A selected number is not replaced with a new one.
- dxNumberBox - It is impossible to enter the "-" sign in Firefox.
- dxSelectBox does not scroll to the selected item after the search.
- List - Searched text is lost if typed between requests to the server when searchTimeout is set.
- NumberBox - Placeholder does not disappear when using mouse wheel or arrows.
- SelectBox - The Clear button is not hidden when being clicked and the drop-down list is opened.
- SelectBox hides its drop-down window automatically when the focusStateEnabled option is set to false and the searchEnabled option is set to true.
- Slider - a value is jumping.
- TabPanel - Page scrolls to top when a header filter is clicked.
- Tabs - Provide the “noDataText” configuration property.
- TreeView - The root node's intermediate state is not shown during filtering.
- TreeView throws the "The 'company_1' key value is not unique within the data array." Error.
- UI WIdgets - The e.event option returns undefined in the onValueChanged event handler if the Clear button is clicked.
DevExtreme (ASP.NET MVC)
- Data Grid
- DataGrid that resides in a detail template of another grid does not apply validation rules based on Data Annotations attributes.
- The grid does not save changes on pressing Enter in IE 11 and MS Edge in cell editing mode.
- IDE Integration
- "Add DevExtreme to project/Upgrade Devextreme resources" is missing in Visual Studio 2017 ( version 15.8.1 ) for MVC Core projects.
- Errors on adding DevExtreme to an existing ASP DevExpress MVC project.
- MVC - .NET framework version selector appears when a .NET core project template is selected.
- Pivot Grid
- Column headers are shifted after scrolling in IE11 and Edge if scrolling.useNative is "true".
↧
↧
September 5, 2018, 8:55 am
DevExpress DXperienceComprehensive software development toolset for .NET and JavaScript. Latest maintenance release.
Fixes
DevExpress has released a maintenance update across their entire product range.
↧
September 5, 2018, 8:57 am
DevExpress UniversalComprehensive software development toolset for .NET and JavaScript. Latest maintenance release.
Fixes
DevExpress has released a maintenance update across their entire product range.
↧
September 11, 2018, 4:26 am
New Rich text editorIncludes 16 new components including Avatar, Diagram, Document editor, Pivot grid, Rich text editor and more.
Features
- Starting with version 2018 Vol 2, you need to include a valid license key (either paid or trial key) within your applications.
- New components
- Avatar - Avatars are icons or figures that represent a particular person. They are developed as pure CSS components and support popular media formats like images, SVG, font-icons, and letters.
- Badge - The badge is a notification component developed in pure CSS that can be used to alert users about new or unread messages, notifications, and additional information about content.
- Button group - The button group is a pure CSS component that groups a series of buttons together vertically or horizontally. It supports single and multiple selection behaviors.
- Color picker - The color picker lets users pick a color either by selecting color values or by adjusting them. It supports RGB (red, green, and blue), HSV (hue, saturation, and value), and hex color codes.
- Diagram - Used to build visual representations of information. It can also be used to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams either through code or a visual interface.
- Document editor - The document editor component is used to create, edit, view, and print Word documents in web applications.
- Heat map - The heat map control is used to visualize two-dimensional data in which the values are represented in a color gradient or as fixed colors.
- Pivot grid - The pivot grid is a multidimensional data visualization component built on top of relational data sources.
- Range navigator - The range navigator provides an intuitive interface for selecting a smaller range from a larger collection.
- Rich text editor - The rich text editor component is a WYSIWYG editor that provides the best user experience for creating and updating rich text content.
- Smith chart - A Smith chart is a data visualization tool used for high frequency circuit applications. It contains two sets of circles to plot the parameters of transmission lines.
- Sparkline - A sparkline is a very small chart, typically drawn without axes or coordinates, that conveys information to the user in a small space.
- Switch - The switch component lets users toggle between checked and unchecked states.
- Toast - A toast is a small container in which users can show single or multiple informative lines with actions.
- Tree map - The tree map is used to visualize hierarchical data in the form of nested rectangles. The area of each item is calculated based on its corresponding numeric value.
- Theme studio - Theme studio is a new web-based tool that can be used to customize component themes. It supports importing and exporting customized themes, and filtering to select which components to change.
- Chart
- Scrollbar - Scrollbar support has been provided to zoom and pan the chart.
- Histogram - Chart provides options for histogram series type.
- Pie grouping - Now, pie slice in the accumulation chart can be grouped based on data count.
- Essential DocIO
- Word-to-PDF enhancements - Essential DocIO now allows the following features in Word-to-PDF conversion:
- Preservation of the embedded fonts from a Word DOCX document in the resultant PDF document.
- Editable form fields such as text boxes, check boxes, and drop-downs in the Word document are now converted to their equivalent AcroForm fields in the resultant PDF document.
- Headings in the Word document are now converted to PDF bookmarks in the resultant PDF document.
- Word documents are now converted into 508 compliant accessible PDF (Tagged PDF) documents.
- Customization of font substitution with an option to set the alternate font stream.
- Strict Open XML documents - Essential DocIO now allows you to open and save Strict Open XML format (*.docx) documents.
- Grid
- Multidelete - Now multiple records can be deleted from grid at a time. Enable multiselection to select multiple records and use the toolbar delete button or the Delete key to remove multiple records.
- Server-side Data Operation - DataOperations class has been added, which helps you perform server-side actions such as paging, sorting, searching, and filtering.
- List view
- UI virtualization - Loading only visible list items in a view port. This helps improve list view performance when loading a large number of items. The list items are updated dynamically while users scroll the list.
- Maps
- Animation on zooming - Provided smooth transition support for zooming of layers.
- Title trim - Provided support to trim the map title when it exceeds the available width.
- Print and Export - Provided support for printing and exporting maps.
- Essential PDF
- RTL text - Add RTL text to PDF documents.
- Custom metadata - Add custom metadata to PDF documents.
- Document time stamps - Add time stamps to PDF documents without using certificates.
- Digital signature flattening - Flatten the digital signature fields in existing PDF documents.
- Auto resize the text of text box fields - Automatically resize the text of text box fields.
- Add annotations to the PDF layers.
- Essential Presentation
- Animation support - Support to create and edit animations in PowerPoint presentation.
- PowerPoint to PDF conversion in Azure platform - Support to convert PowerPoint presentations to PDF in Azure platform.
- Schedule
- Multiple resources - Multiple resources and grouping support has been added to view and manage events of multiple users on the same page.
- Grouping
- Timescale - An enhanced option provided to allow users to change or hide the time interval duration on schedule as per their application requirement.
- Slider
- Slider limits - Set min and max values to limit which values can be selected within the range.
- Drag interval - Enables users to interact with a range slider by dragging the range bar.
- Uploader
- Chunk upload - This feature breaks a large file into small chunks, and uploads them to the server in a sequential order using asynchronous mode.
- Essential XlsIO
- DataTable support in .NET Core 2.0 - Essential XlsIO now supports importing and exporting data from DataTables in ASP.NET Core 2.0.
- Group shape support - Essential XlsIO now allows multiple shapes to be grouped into a single shape, which allows shape settings to be applied to all the shapes in a group at once.
- Pivot table layout enhancement - Essential XlsIO now supports additional layout options to repeat data of specific fields or all the fields.
- Excel chart styles - Essential XlsIO now supports quickly changing the chart style by setting the style ID between 1 and 48. The default style ID is 2.
- Copy and paste enhancement - Essential XlsIO now allows blank cells to be skipped when copying data from a source range to a destination range.
↧