September 4, 2018, 4:56 am
Telerik UI for WinFormsImproves RadScheduler, RadChartView, RadMap, RadMaskedEditBox, RadTreeView and PdfProcessing.
Features
- RadScheduler
- Option to specify how the appointments are sorted in month view.
- RadChartView
- Implement LassoSelection controller.
- RadMap
- Add ViaWaypoints support.
- Add option to create custom tile elements in the MapVisualElementFactory.
- LocalMapProvider should allow specifying the TileSize.
- RadMaskedEditBox
- Add a property that indicates whether all required inputs have been entered into the input mask (MaskCompleted ).
- RadTreeView
- Add the option to add a root node via the context menu.
- RadBreadCrumb - expose a new mode which will perform a selection in the associated tree view upon clicking on the action part of the split button.
- PdfProcessing
- Implemented logic to handle invalid PDF documents which content streams contain concatenated "q" and "Q" graphic state operators.
Fixes
- RadForm
- Size is increased when reopening the designer and a Material theme is applied.
- RadCalendar
- The row headers border is still visible if the ShowOtherMonthsDays property is set to false in the VisualStudio2012LightTheme.
- RadChartView
- Incorrect points are selected with the LassoSelectionController.
- RadCheckedDropDownList
- ArgumentOutOfRangeException when you dock the control inside TableLayoutPanel.
- RadCommandBar
- Exception when removing an item and loading the layout.
- RadDateTimePicker
- The PM/AM part is changed when pressing non-numeric key in the hour part.
- Time part is not selected any more with the mouse once the AM/PM part has been selected.
- RadDiagram
- Add an option to change the default RadDiagramShapes with custom ones.
- RadDropDownList
- SelectedIndexChanging event is fired multiple times when you use MouseWheel and cancel the event.
- Incorrect selection of items with duplicated text but different values when opening and closing the popup with the keyboard.
- The selected index is not cleared when the SelectedValue does not exists in the data source.
- RadGanttView
- Exception when TimelineRange is DayHalfHours and the range is smaller than one day.
- RadGridView
- ViewChanged event is not fired when single group is expanded.
- NullReferenceException when GridViewCheckBoxColumn.EnableHeaderCheckBox is true for the child template and the master level is self-reference.
- The AlternatingRowColor is wrong when some rows are styled.
- Having groups, filters, sort descriptors and search query in the GridViewSearchRowInfo may leave the grid in an invalid state.
- Visible rows are not checked in the filter popup of the Excel-like filtering.
- Wrong parts of the text are highlighted by the search functionality if you type extremely fast.
- The GridViewSpreadStreamExport class and its RunExportAsync method may result in incorrect exported cells of a decimal column with a custom ExcelExportType.
- The column chooser is not scaled with application that support HDPI.
- Property Builder is closed automatically when you change to ColumnsGroupViewDefinition for the child template.
- Indicate errors example shows incorrect red border around a valid value.
- RadGroupBox
- Set shape to the header is not applied properly.
- RadLayoutControl
- Define a back color set on the RootElement in the Windows8 theme.
- RadMultiColumnComboBox
- When added to a TableLayoutPanel and the Dock property is set to Fill, the control is shrunk.
- RadPdfViewer
- Loading new document while loading operation is still pending should stop the current operation and start the new one.
- The Highlighted path is painted over the text and the text is not visible.
- RadPopupEditor
- The popup is incorrectly sized when the DropDownSizingMode is set to none.
- RadPropertyGrid
- Title in the help element is hidden when you set the HelpElement.MinSize property.
- Unhandled exception in the control if you try to create a Font object with a negative size.
- RadRange attribute is not respected.
- RadRibbonBar
- Tabs cannot be switched with a single click at design time.
- RadRichTextEditor
- Missing localization strings for some parts of the UI.
- The text is unreadable with the FluentDark theme.
- Fluent theme is not properly applied to the RichTextEditorRibbonBar.
- InsertCaptionDialog shows "radRichTextEditor1" text in the textbox.
- Inserting a large image exceeding the bounds of the viewport in the DocumentLayoutMode.Flow should display the horizontal scrollbar.
- NullReferenceException is thrown when calling PrintPreview after an watermark is inserted in web layout mode.
- PrintPreview dialog is automatically closed if you added a watermark in web layout mode.
- Exception in an Office Add-in environment while importing an HTML document with images loaded from URLs.
- RadSpellChecker
- The standard ContextMenuStrip is not shown after performing a spellcheck with the control.
- RadSpinEditor
- The CausesValidation property set on the control should propagate to the internally hosted text box.
- RadTextBox
- The text box is not resized according to the font when it is placed inside TableLayoutPanel at design time.
- RadTextBoxControl
- NullText should be shown even if the control is focused and the text is empty.
- RadTreeView
- The HideSelection property doesn't work.
- Auto-scroll is not working while dragging a node.
- RadTreeNode.TreeView is null for the nested nodes.
- The filter predicate should be called on all nodes in the tree when custom filtering is used.
- Trackbar
- RadTrackBar - the TrackBarRangeElement should be painted black in the TelerikMetro theme in the MouseOver element state when the control is oriented vertically.
- UI for Winforms
- RadChat and RadImageEditor - links to the documentation in the smart tag`s action list and in the QSF examples are not redirecting correctly.
- VSB
- Visual Style Builder should be made DPI-aware.
- SpreadProcessing
- Pasted value has incorrect formatting when the source has formatting on the entire column.
- 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.
↧
September 4, 2018, 4:57 am
Telerik UI for ASP.NET AJAXIncludes improvements to the data grid and PdfProcessing, plus other minor fixes.
Features
- Common
- The embedded jQuery is replaced with 1.12.4 due to incompatibilities between the previous 3.3.1 and the MS AJAX framework and its __doPostBack() method
- Grid
- Unified printing experience across browsers - a new dialog is always opened whose print command is executed
- PdfProcessing
- Implemented logic to handle invalid PDF documents which content streams contain concatenated "q" and "Q" graphic state operators.
Fixes
- Common
- Getting WebResource.axd not found error (404) when searching for Outlook, Telerik, Vista or Windows7.sprite.grid.png
- Ajax
- jQuery button click in RadAjaxPanel under FireFox in R2 2018 causes TypeError: access to strict mode caller function is censored
- AutoCompleteBox
- Dropdown extends to the left and screen boundary detection to the left does not work in R2 2018
- DropDownList
- Cannot postback under Firefox in R2 2018, TypeError: access to strict mode caller function is censored is thrown
- FileExplorer
- Cannot rename files under Firefox in R2 2018, TypeError: access to strict mode caller function is censored is thrown
- Cannot upload files in R2 2018 under Firefox, TypeError: access to strict mode caller function is censored is thrown
- Grid
- Grid Client printed file does not load in Chrome 60+
- ListBox
- Server events are not raised under Firefox in R2 2018 (selection, reorder, transfer, drag-and-drop, etc.), TypeError: access to strict mode caller function is censored is thrown
- 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.
SearchBox
- Cannot fire OnSearch under Firefox in R2 2018, TypeError: access to strict mode caller function is censored is thrown
- SpreadProcessing
- Pasted value has incorrect formatting when the source has formatting on the entire column.
- Window
- Window's size is decreased on every opening
- Wizard
- Cannot change step with a postback under Firefox in R2 2018, TypeError: access to strict mode caller function is censored is thrown
↧
↧
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, 7:45 am
Xafari FrameworkAdds compatibility with DevExpress XAF 18.1.5
Features
- This version of Xafari works with DevExpress XAF 18.1.5.
↧
September 5, 2018, 8:24 am
↧
September 5, 2018, 8:25 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.
↧
↧
September 11, 2018, 4:28 am
New Pivot grid controlAdds new multidimensional data visualization component built on top of relational data sources.
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
- PDF to PDFA-1b - Convert existing PDF documents to PDFA-1b 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
- 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.
- AutoShape support in Excel-to-PDF conversion - Excel documents with AutoShapes can now be converted to PDF.
- 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.
↧
September 11, 2018, 4:31 am
Right-to-left (RTL) support for Chart legends and tooltipsAdds right-to-left (RTL) support to Chart legends and tooltips, plus Word to PDF conversion enhancements.
Features
- Starting with version 2018 Vol 2, you need to include a valid license key (either paid or trial key) within your applications.
- Chart
- RTL support - Right-To-Left (RTL) support has been provided for legend, tooltip, and zooming toolkit in chart.
- Label rotation based on text-anchor - Chart provides support for rotating axis label with the text-anchor as start.
- Diagram
- Automatic LineRouting - Support has been added to automatically reroute the line around the nodes obstructing the line.
- 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 Word documents 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.
- Maps
- Toggle Legend - Provided support to toggle visibility of shapes/bubbles on legend item click.
- Essential PDF
- PDF to PDF/A-1b - Support has been provided to convert existing PDF document to PDF/A-1b document.
- Custom metadata - Support has been provided to add custom metadata to the PDF document.
- Document timestamp - Support has been provided to add timestamp to the PDF document without using certificate.
- Digital signature flatten - Support has been provided to flatten the digital signature fields in the existing PDF document.
- Auto resize the text of text box field - Support has been provided to automatically resize the text of the text box field.
- Adding annotation to the PDF layer - Support has been provided to add annotation to the PDF layer.
- Pivot Chart
- Multiple Axes - You can split the pivot chart and its area into multiple panes to draw multiple series with multiple axes.
- Pivot Client
- Calculated Members - Users can now frame a dynamic dimension or measure using the existing ones along with a simple calculation at runtime.
- 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.
- Tree Map
- Change initial rendering level - Provided support to render the tree map from any level instead of the first level.
- Essential XlsIO
- Group shape support - XlsIO now allows grouping multiple shapes into a single grouped shape. This is used to apply shape settings to all the shapes in a group at the same time. All grouped shapes can be ungrouped at once or a specific shape can be ungrouped.
- AutoShapes support in Excel to PDF conversion - Excel documents with AutoShapes can now be converted to PDF.
- Pivot Table layout enhancement - Supports additional layout option to repeat data of specific fields or all fields.
- Excel chart styles - By setting the style ID between 1 and 48, the chart style can now be changed easily. The default style ID is 2.
- Copy and paste enhancement - Skips blank cells while copying data from source range to destination range.
↧
September 11, 2018, 4:36 am
Custom viewsImage Editor adds Custom views, DocIO now supports Strict Open XML format, plus new RTL support in PDFs.
Features
- Starting with version 2018 Vol 2, you need to include a valid license key (either paid or trial key) within your applications.
- Essential XlsIO
- Group shape support - XlsIO now allows grouping multiple shapes into a single grouped shape. This is used to apply shape settings to all the shapes in a group at the same time.
- Pivot Table layout enhancement - Supports additional layout option to repeat data of specific fields or all fields.
- Excel chart styles - By setting the style ID between 1 and 48, the chart style can now be changed easily. The default style ID is 2.
- Copy and paste enhancement - Skips blank cells while copying data from source range to destination range.
- Essential DocIO
- Strict Open XML documents - Essential DocIO now allows you to open and save Strict Open XML format (*.docx) documents.
- Image Editor
- Custom view - Custom views can be added as annotations over an image. They can be resized and positioned anywhere on an image.
- Toolbar height customization - Toolbar item height, icon height, and text height can be customized.
- Font family - Text annotations can be customized to use any desired font family.
- Stroke thickness and opacity customization - The image editor control supports customizing the stroke thickness and opacity of circle, rectangle, arrow, and path annotations.
- Essential PDF
- RTL text - Add Right-To-Left (RTL) text to PDF documents.
- Custom metadata - Add custom metadata to PDF documents.
- Document timestamp - Add timestamp 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.
- PDF Viewer
- Form filling - This feature allows the users to edit, save, and print the existing form fields present in a PDF document.
- Essential Presentation
- Animation support - Support to create and edit animations in PowerPoint presentation.
- Carousel
- Load more - Instead of loading all items on initial load, the collection is split by a specified count value and only the first set is added in the carousel view.
- UI virtualization - Maintains only the items in the view port in the carousel view.
- Gantt
- Holidays support - Highlight holidays in the Gantt chart.
- Automatic validation - Adjust the task’s start and finish dates automatically based on the dependencies and holidays in Gantt.
- Lead and lag support - Provide lead and lag values for dependent tasks.
- Task relationship editing - Edit and delete relationships from the Gantt chart.
- Masked Edit - Support has been provided for optional, negative lookahead, and positive lookahead regular expressions.
↧
September 11, 2018, 4:38 am
New diagram controlNew diagram control helps users build visual representations of information, plus RDL Report Designer.
Features
- Report Designer - The report designer component supports creating and editing RDL reports. Using the report designer, users can transform data into meaningful information and visualize it.
- Provides a wide range of data sources.
- Supports rich selection of report elements.
- Provides parameters to filter out data.
- Supports customization of report elements and management of images.
- Built-in expression editor and query designer for customizing data and queries.
- Chart
- RTL support - Right-To-Left (RTL) support has been provided for legend, tooltip, and zooming toolkit in chart.
- Label rotation based on text-anchor - Chart provides support for rotating axis label with the text-anchor as start.
- Diagram
- Automatic LineRouting - Support has been added to automatically reroute the line around the nodes obstructing the line.
- Calculate
- Excel-like array formula calculation - Calculate supports array formula calculation like Excel. An array formula is a formula that performs multiple calculations on one or more items in an array. Sample formula: {=A1:A5*B1:B5}
- Excel-like table-structured references - Calculate supports table-structured formulas for formula calculation like Excel. A range of cells in a spreadsheet table can be referenced as a table reference.
- New COUNTIFS formula - Calculate supports new COUNTIFS Excel formula. The CountIfs formula returns a number of cells that satisfy a set of given criteria.
- Maps
- Toggle Legend - Provided support to toggle visibility of shapes/bubbles on legend item click.
- Pivot Chart
- Multiple Axes - You can split the pivot chart and its area into multiple panes to draw multiple series with multiple axes.
- Pivot Client
- Calculated Members - Users can now frame a dynamic dimension or measure using the existing ones along with a simple calculation at runtime.
- Tree Map
- Change initial rendering level - Provided support to render the tree map from any level instead of the first level.
Essential JS 2
- 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.
- Diagram - The Essential JS 2 diagram component is used to build visual representations of information.
- 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 the Essential JS 2 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.
- 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.
- List View
- UI virtualization - List items by 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.
- Schedule
- Multiple resources - Multiple resources and grouping support has been added to view and manage events of multiple users on the same page.
- 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. The chunk upload comes with pause, resume, retry, and cancel options.
↧
↧
September 11, 2018, 4:41 am
New Segmented controlAdds macOS support for the chart, data grid and list view controls, plus 5 new controls and many enhancements.
Features
Xamarin.Forms
- Starting with version 2018 Vol 2, you need to include a valid license key (either paid or trial key) within your applications.
- From this release onwards, the localization procedure for the controls has been simplified to use .resx files to provide localized text in .NET Standard projects. Localized text is no longer required in platform-specific projects. However, if you are already following a platform-specific approach, it will continue to work.
- Provided macOS support for the chart, data grid, and list view controls.
- Syncfusion project templates have been integrated with Visual Studio to quickly create Xamarin.Forms applications with the required Syncfusion components.
- Toolbox support has been provided to easily initialize and configure Syncfusion components in XAML.
- New Segmented Control - The segmented control lets users choose from a linear set of two or more segments, each functioning as a button.
- New Combo Box - The combo box is a text box component that allows users to type a value or choose an option from a list of predefined options.
- New Check Box - The check box is a selection control that allows users to select one or more options from a set. It has three states: checked, unchecked, and indeterminate.
- New Radio Button - The radio button is a selection control that allows users to select one option from a set. It has two states: checked and unchecked.
- New Tab View - The tab view control provides a simple and intuitive interface for tab navigation in your mobile application that allows users to explore and switch among different views.
- Carousel
- Load more - Instead of loading all items on initial load, the collection is split by a specified count value and only the first set is added in the carousel view.
- UI virtualization - Maintains only the items in the view port in the carousel view.
- Chart
- macOS support in Xamarin.Forms (Preview) - The chart now supports the macOS platform in Xamarin.Forms.
- Date-time category axis support - The new date-time category axis allows users to plot date-time values without a visual gap between two data points.
- Different shapes in scatter series - Added support for different shapes in scatter series. The available shapes are cross, diamond, ellipse, hexagon, inverted triangle, pentagon, plus, rectangle, and triangle.
- Group small data points into “others” category in pie and doughnut series - Pie and doughnut charts with too many small slices look cluttered. To overcome this, an option has been provided to merge small slices into a single slice based on a threshold value.
- Add text to the center of doughnut chart - Text can be added to the center of a doughnut chart to show information about the data.
- Data Form
- Password editor - Password editor support enables user verification.
- Data Grid
- macOS support in Xamarin.Forms (Preview) - The data grid control for Xamarin.Forms is now available for the Mac OS platform with all the existing features.
- Key navigation support for Xamarin.Forms.UWP - Navigate through grid rows with all built-in selection modes in the UWP platform for a better, native experience.
- Other enhancements - Autogenerate numeric columns, picker columns, and date-time columns.
- Diagram
- Bezier curve - Bezier curve can be modified using the two control points provided on the connector’s selector.
- Orthogonal segment modifier - Now, orthogonal line segments can be modified by the handler provided on the connector’s selector.
- Grid lines and Snap to grid - Nodes can be aligned easily using grid lines and snap to grid support.
- Dynamic drawing tool support - Provided support to draw text nodes as well as connectors on the diagram area, dynamically.
- Mind map style - Now, it is easier to apply styles to shapes and connectors branch wise or level wise in mind map. Shape types and connector types can also be modified.
- 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.
- HTML import - Essential DocIO now allows you to import HTML files.
- Image editor
- Custom view - Custom views can be added as annotations over an image. They can be resized and positioned anywhere on an image.
- Toolbar height customization - Toolbar item height, icon height, and text height can be customized.
- Font family - Text annotations can be customized to use any desired font family.
- Stroke thickness and opacity customization - The image editor control supports customizing the stroke thickness and opacity of circle, rectangle, arrow, and path annotations.
- List View
- Support for macOS (Preview) - Provides support for macOS with existing features along with key navigation.
- Key navigation in UWP - Process list view item selection using the keyboard.
- Load more at top - Load more items in at the top of the list view manually.
- Scroll to particular position - Programmatically scroll through list view items to a specific location like the start, center, and end.
- Localization - Localize the Load More text from PCL/.NET Standard.
- Maps
- Online tile map providers support - Feature that allows tile map providers such as OpenStreetMap and Bing maps to visualize satellite, aerial, street map, or other kinds of imagery tiles without using any shapes files.
- Navigation Drawer
- Multiple drawers - The navigation drawer now supports two drawers that can be placed in any of the four sides and can have different content based on requirement.
- Essential PDF
- RTL text - Add RTL text to PDF documents.
- Custom metadata - Add custom metadata to PDF documents.
- Document timestamp - Add timestamp 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.
- PDF Viewer
- Free-text annotation - Support for free-text annotation allows the user to add text annotations in a PDF document. The annotation’s color, font size and text content are customizable.
- Shape annotation - Support for shape annotation allows the user to add Rectangle, Ellipse and Line annotations in a PDF document. The annotation’s color, thickness, and opacity are customizable.
- Pop-up Layout
- Slide-on-right and slide-on-bottom animation - Animate the pop-up view to slide on right and slide on bottom when opening or closing the pop-up.
- Other enhancements
- Display the pop-up without parent in any existing application on the fly.
- Display the pop-up at an absolute position from the target view when showing it relative to another view.
- Essential Presentation
- Animation Support - Support to create and edit animations in PowerPoint presentation.
- Schedule
- Appointment drag and drop - Reschedule appointments using drag and drop operations.
- Time zones - Display appointments created in various time zones in the specified time zone.
- Agenda view - Display selected date appointments below the month view.
- Month cell templates - Customize the month cell view using month cell templates and a template selector.
- Partial hours - Set partial working hours, start hour, and end hour according to your requirements.
- Localization- Localize custom text from PCL/.NET Standard.
- Sunburst Chart
- Drill-down support - Feature that provides a drill-down option with animations for visualizing large sets of data in a minimal data view.
- Selection support - Highlight or select sunburst segments.
- Animation support - Animate the chart when it is first shown.
- Tooltip support - Display segment information as a tooltip while tapping the segment.
- Essential XlsIO
- Group shape support - XlsIO now allows grouping multiple shapes into a single grouped shape. This is used to apply shape settings to all the shapes in a group at the same time.
- Pivot Table layout enhancement - Supports additional layout option to repeat data of specific fields or all fields.
- Excel chart styles - By setting the style ID between 1 and 48, the chart style can now be changed easily. The default style ID is 2.
- Copy and paste enhancement - Skips blank cells while copying data from source range to destination range.
Xamarin.Android
- New Segmented Control - The segmented control lets users choose from a linear set of two or more segments, each functioning as a button.
- New Combo Box - The combo box is a text box component that allows users to type a value or choose an option from a list of predefined options.
- New Check Box - The check box is a selection control that allows users to select one or more options from a set. It has three states: checked, unchecked, and indeterminate.
- New Radio Button - The radio button is a selection control that allows users to select one option from a set. It has two states: checked and unchecked.
- Carousel
- Load more - Instead of loading all items on initial load, the collection is split by a specified count value and only the first set is added in the carousel view.
- UI virtualization - Maintains only the items in the view port in the carousel view.
- Chart
- Attribute support for designing in AXML files - The chart component can be added to an AXML file, but series and data sources for a chart should be configured from C# code. To fill the gap between the design experience of other views and the chart, attributes will be exposed for customizing some essential elements from an AXML file.
- Date-time category axis support - The new date-time category axis allows users to plot date-time values without a visual gap between two data points.
- Different shapes in scatter series - Added support for different shapes in scatter series. The available shapes are cross, diamond, ellipse, hexagon, inverted triangle, pentagon, plus, rectangle, and triangle.
- Group small data points into “others” category in pie and doughnut series - Pie and doughnut charts with too many small slices look cluttered. To overcome this, an option has been provided to merge small slices into a single slice based on a threshold value.
- Add text to the center of doughnut chart - Text can be added to the center of a doughnut chart to show information about the data.
- Data Form
- Password editor - Password editor support enables user verification.
- Data Grid
- Multicolumn grouping - Group by one or more columns programmatically to organize data in a hierarchical tree structure based on identical values a column.
- Group summaries - Display the summary information of each group for the entire group summary row or for individual cells at the bottom of each group. The data grid also allows you to add multiple group summary rows.
- Other enhancements - Autogenerate numeric columns, picker columns, and date-time columns.
- Diagram
- Bezier curve - Bezier curve can be modified using the two control points provided on the connector’s selector.
- Orthogonal segment modifier - Now, orthogonal line segments can be modified by the handler provided on the connector’s selector.
- Grid lines and Snap to grid - Nodes can be aligned easily using grid lines and snap to grid support.
- Dynamic drawing tool support - Provided support to draw text nodes as well as connectors on the diagram area, dynamically.
- Mind map style - Now, it is easier to apply styles to shapes and connectors branch wise or level wise in mind map. Shape types and connector types can also be modified.
- 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.
- HTML import - Essential DocIO now allows you to import HTML files.
- Image editor
- Custom view - Custom views can be added as annotations over an image. They can be resized and positioned anywhere on an image.
- Toolbar height customization - Toolbar item height, icon height, and text height can be customized.
- Font family - Text annotations can be customized to use any desired font family.
- Stroke thickness and opacity customization - The image editor control supports customizing the stroke thickness and opacity of circle, rectangle, arrow, and path annotations.
- Maps
- Online tile map providers support - Feature that allows tile map providers such as OpenStreetMap and Bing maps to visualize satellite, aerial, street map, or other kinds of imagery tiles without using any shapes files.
- Navigation Drawer
- Multiple drawers - The navigation drawer now supports two drawers that can be placed in any of the four sides and can have different content based on requirement.
- Essential PDF
- RTL text - Add RTL text to PDF documents.
- Custom metadata - Add custom metadata to PDF documents.
- Document timestamp - Add timestamp 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.
- PDF Viewer
- Free-text annotation - Support for free-text annotation allows the user to add text annotations in a PDF document. The annotation’s color, font size and text content are customizable.
- Shape annotation - Support for shape annotation allows the user to add Rectangle, Ellipse and Line annotations in a PDF document. The annotation’s color, thickness, and opacity are customizable.
- Pop-up Layout
- Slide-on-right and slide-on-bottom animation - Animate the pop-up view to slide on right and slide on bottom when opening or closing the pop-up.
- Other enhancements
- Display the pop-up without parent in any existing application on the fly.
- Display the pop-up at an absolute position from the target view when showing it relative to another view.
- Essential Presentation
- Animation Support - Support to create and edit animations in PowerPoint presentation.
- Schedule
- Appointment drag and drop - Reschedule appointments using drag and drop operations.
- Time zones - Display appointments created in various time zones in the specified time zone.
- Agenda view - Display selected date appointments below the month view.
- Custom appointments - Bind a business object to an appointment by mapping its fields, such as start time, end time, subject, notes, and recurrence.
- Partial hours - Set partial working hours, start hour, and end hour according to your requirements.
- Sunburst Chart
- Drill-down support - Feature that provides a drill-down option with animations for visualizing large sets of data in a minimal data view.
- Selection support - Highlight or select sunburst segments.
- Animation support - Animate the chart when it is first shown.
- Tooltip support - Display segment information as a tooltip while tapping the segment.
- Essential XlsIO
- Group shape support - XlsIO now allows grouping multiple shapes into a single grouped shape. This is used to apply shape settings to all the shapes in a group at the same time.
- Pivot Table layout enhancement - Supports additional layout option to repeat data of specific fields or all fields.
- Excel chart styles - By setting the style ID between 1 and 48, the chart style can now be changed easily. The default style ID is 2.
- Copy and paste enhancement - Skips blank cells while copying data from source range to destination range.
Xamarin.iOS
- New Segmented Control - The segmented control lets users choose from a linear set of two or more segments, each functioning as a button.
- New Combo Box - The combo box is a text box component that allows users to type a value or choose an option from a list of predefined options.
- New Check Box - The check box is a selection control that allows users to select one or more options from a set. It has three states: checked, unchecked, and indeterminate.
- New Radio Button - The radio button is a selection control that allows users to select one option from a set. It has two states: checked and unchecked.
- Carousel
- Load more - Instead of loading all items on initial load, the collection is split by a specified count value and only the first set is added in the carousel view.
- UI virtualization - Maintains only the items in the view port in the carousel view.
- Chart
- Date-time category axis support - The new date-time category axis allows users to plot date-time values without a visual gap between two data points.
- Different shapes in scatter series - Added support for different shapes in scatter series. The available shapes are cross, diamond, ellipse, hexagon, inverted triangle, pentagon, plus, rectangle, and triangle.
- Group small data points into “others” category in pie and doughnut series - Pie and doughnut charts with too many small slices look cluttered. To overcome this, an option has been provided to merge small slices into a single slice based on a threshold value.
- Add text to the center of doughnut chart - Text can be added to the center of a doughnut chart to show information about the data.
- Data Form
- Password editor - Password editor support enables user verification.
- Data Grid
- Multicolumn grouping - Group by one or more columns programmatically to organize data in a hierarchical tree structure based on identical values a column.
- Group summaries - Display the summary information of each group for the entire group summary row or for individual cells at the bottom of each group. The data grid also allows you to add multiple group summary rows.
- Other enhancements - Autogenerate numeric columns, picker columns, and date-time columns.
- Diagram
- Bezier curve - Bezier curve can be modified using the two control points provided on the connector’s selector.
- Orthogonal segment modifier - Now, orthogonal line segments can be modified by the handler provided on the connector’s selector.
- Grid lines and Snap to grid - Nodes can be aligned easily using grid lines and snap to grid support.
- Dynamic drawing tool support - Provided support to draw text nodes as well as connectors on the diagram area, dynamically.
- Mind map style - Now, it is easier to apply styles to shapes and connectors branch wise or level wise in mind map. Shape types and connector types can also be modified.
- 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.
- HTML import - Essential DocIO now allows you to import HTML files.
- Image editor
- Custom view - Custom views can be added as annotations over an image. They can be resized and positioned anywhere on an image.
- Toolbar height customization - Toolbar item height, icon height, and text height can be customized.
- Font family - Text annotations can be customized to use any desired font family.
- Stroke thickness and opacity customization - The image editor control supports customizing the stroke thickness and opacity of circle, rectangle, arrow, and path annotations.
- Maps
- Online tile map providers support - Feature that allows tile map providers such as OpenStreetMap and Bing maps to visualize satellite, aerial, street map, or other kinds of imagery tiles without using any shapes files.
- Navigation Drawer
- Multiple drawers - The navigation drawer now supports two drawers that can be placed in any of the four sides and can have different content based on requirement.
- Essential PDF
- RTL text - Add RTL text to PDF documents.
- Custom metadata - Add custom metadata to PDF documents.
- Document timestamp - Add timestamp 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.
- PDF Viewer
- Free-text annotation - Support for free-text annotation allows the user to add text annotations in a PDF document. The annotation’s color, font size and text content are customizable.
- Shape annotation - Support for shape annotation allows the user to add Rectangle, Ellipse and Line annotations in a PDF document. The annotation’s color, thickness, and opacity are customizable.
- Pop-up Layout
- Slide-on-right and slide-on-bottom animation - Animate the pop-up view to slide on right and slide on bottom when opening or closing the pop-up.
- Other enhancements
- Display the pop-up without parent in any existing application on the fly.
- Display the pop-up at an absolute position from the target view when showing it relative to another view.
- Essential Presentation
- Animation Support - Support to create and edit animations in PowerPoint presentation.
- Schedule
- Appointment drag and drop - Reschedule appointments using drag and drop operations.
- Time zones - Display appointments created in various time zones in the specified time zone.
- Agenda view - Display selected date appointments below the month view.
- Custom appointments - Bind a business object to an appointment by mapping its fields, such as start time, end time, subject, notes, and recurrence.
- Partial hours - Set partial working hours, start hour, and end hour according to your requirements.
- Sunburst Chart
- Drill-down support - Feature that provides a drill-down option with animations for visualizing large sets of data in a minimal data view.
- Selection support - Highlight or select sunburst segments.
- Animation support - Animate the chart when it is first shown.
- Tooltip support - Display segment information as a tooltip while tapping the segment.
- Essential XlsIO
- Group shape support - XlsIO now allows grouping multiple shapes into a single grouped shape. This is used to apply shape settings to all the shapes in a group at the same time.
- Pivot Table layout enhancement - Supports additional layout option to repeat data of specific fields or all fields.
- Excel chart styles - By setting the style ID between 1 and 48, the chart style can now be changed easily. The default style ID is 2.
- Copy and paste enhancement - Skips blank cells while copying data from source range to destination range.
↧
September 11, 2018, 4:42 am
Layer support in the PDF viewerPDF viewer adds layer support, Tree Grid adds built-in row drag and drop support.
Features
- Starting with version 2018 Vol 2, you need to include a valid license key (either paid or trial key) within your applications.
- Tree Grid
- Built-in row drag and drop - Support has been added for dragging and dropping rows within a tree grid or between two tree grids. This feature also allows the dragging of rows from and to any other control.
- PDF Viewer
- Layer support - The layer support in PDF viewer allows the user to toggle the visibility of individual and groups of layers in the PDF document to view, print, save, and export as images.
- Diagram
- Separator support for context menu.
- Undo and redo support for connector, annotation, and port editing.
- Undo and redo can be performed for custom actions.
- Selection-based zooming support.
- Printing enhancements
- Quality improvement.
- New dialog to control page size, margins, and orientation.
- Headers and footers.
- Essential XlsIO
- Group shape support - XlsIO now allows grouping multiple shapes into a single grouped shape. This is used to apply shape settings to all the shapes in a group at the same time.
- AutoShapes support in Excel to PDF conversion - Excel documents with AutoShapes can now be converted to PDF.
- Pivot Table layout enhancement - Supports additional layout option to repeat data of specific fields or all fields.
- Excel chart styles - By setting the style ID between 1 and 48, the chart style can now be changed easily. The default style ID is 2.
- Copy and paste enhancement - Skips blank cells while copying data from source range to destination range.
- Essential PDF
- PDF to PDF/A-1b - Convert existing PDF documents to PDF/A-1b documents.
- Custom metadata - Add custom metadata to PDF documents.
- Document timestamp - Add timestamp 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.
- Adding annotation to the PDF layers.
- 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.
- Syntax Editor
- Print and preview - Print the documents loaded in the syntax editor. Display a print preview to review the documents and customize the page settings before printing.
- Masked Edit - Support has been provided for optional, negative lookahead, and positive lookahead regular expressions.
- Pivot Grid
- Excel-like Layout - Users can now visualize the pivot grid’s appearance to be similar to the grid in Microsoft Excel.
- Keyboard Accelerator Support - Allows users to interact with the built-in dialog windows and context menus by using access keys.
- Gantt
- Seconds support - Provides support to visualize tasks in terms of seconds in the chart.
- Essential Presentation
- Animation support - Support to create and edit animations in PowerPoint presentation.
- Report Designer
- Localization enhancements - Improvements have been made to the report designer resources for localizing all static content, including: report item wizards, data creation dialogs, property dialogs, context tab, property grid, report data pane, and expression editor.
- Accordion
- Appearance enhancements - Built-in themes such as Office 2016-inspired themes, Metro, and Blend have been included to change the appearance of the control.
↧
September 11, 2018, 4:43 am
Cell mergingNew data grid with master-detail view and cell merging, plus new List View and Combo Box controls.
Features
- Starting with version 2018 Vol 2, you need to include a valid license key (either paid or trial key) within your applications.
- New Combo Box - The combo box is an enhanced control that displays a list of items in a drop-down, allowing users to select one or more items.
- New List View - The list view control displays a collection of items with a check box next to each one. The items can be sorted, grouped, and filtered easily.
- Data Grid
- Master-details view - Bind any data source with the master-details relationship. It displays related records in a nested hierarchical grid under the parent records. Users can define the relation for hierarchical view by using the GridViewDefinition.
- Cell merging - Merge the cells programmatically by using the QueryCoveredRange in data grid. It merges the cells in either a horizontal or vertical direction with similar or dissimilar data.
- Busy indicator - This feature allows you to display the busy indicator for data operations such as data loading, sorting, grouping, and filtering.
- Font orientation - This feature allows you to rotate the text in the cells to any degree.
- Combo box column type - New combo box column type support has been provided to change the cell values based on the data source bound in the combo box.
- Multiselect combo box filter row editor - Filter more than one value which are equal to the selected items of multi select combo box filter row editor.
- Combo box filter row editor - Filter a value which is equal to the selected item of combo box filter row editor.
- Essential XlsIO
- Group shape support - XlsIO now allows grouping multiple shapes into a single grouped shape. This is used to apply shape settings to all the shapes in a group at the same time.
- AutoShapes support in Excel to PDF conversion - Excel documents with AutoShapes can now be converted to PDF.
- Pivot Table layout enhancement - Supports additional layout option to repeat data of specific fields or all fields.
- Excel chart styles - By setting the style ID between 1 and 48, the chart style can now be changed easily. The default style ID is 2.
- Copy and paste enhancement - Skips blank cells while copying data from source range to destination range.
- Essential PDF
- PDF to PDF/A-1b - Convert existing PDF documents to PDF/A-1b documents.
- Custom metadata - Add custom metadata to PDF documents.
- Document timestamp - Add timestamp 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 field - Automatically resize the text of text box fields.
- Adding annotations to the PDF layers
- 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 Grouping Control
- Event to customize the data bar cells - The grid grouping control supports customizing the minimum and maximum values for specific data bar cells based on the record values by using an event.
- ICustomTypeDescriptor binding support - The grid grouping control allows the adding or removing of visible columns in grid view at runtime by using the ICustomTypeDescriptor interface.
- DockingManager
- Tab customization - The DockingManager now allows you to customize the tab header appearance by changing the background and foreground for active and inactive tabs.
- Ribbon - Ribbon customization and Quick Access Toolbar windows combine into a single dialog like in Office Ribbon. We have also provided an option to hide application icons as well as tab scrolling support when more ribbon tabs are present in ribbon.
- Syntax Editor
- IntelliSense enhancements - IntelliSense popup appearance and size based on filtered items have been improved similar to Visual Studio.
- Localization - Now, all static texts used in built-in dialogs of EditControl can be localized.
- Pivot Grid
- Save and Load - Users can easily save and load the pivot grid control’s report and settings anytime in either XML or stream format.
- Essential Presentation
- Animation support - Support to create and edit animations in PowerPoint presentation.
↧