November 16, 2017, 8:24 am
New Undo/Redo Sample.FlexGrid now supports touch column and row resizing on touch devices, plus new Undo/Redo sample.
Features
- Added Intellisense support for Wijmo Angular components in VSCode HTML editor.
- Added React support for all Wijmo controls.
- FlexGrid now supports touch column and row resizing on touch devices.
- Major performance enhancement for FlexGrid: Added a quickAutoSize property which can improve auto-sizing performance by a factor of 10 to 100, depending on the scenario/browser.
- Added new AccessilityExtender for FlexGrid sample. It implements a class that provides additional accessibility support to FlexGrid controls.
- Improved (ARIA attributes and keyboard support) for the ListBox, ComboBox, Menu, InputNumber, Gauge, and Calendar controls.
- Added support for Angular version 5.0.0.
- Added 27 new Angular samples (ported from AngularJS).
- Improvements in InputNumber's editing experience.
- Improved popup positioning on mobile devices with pinch-zooming (including Android and IOS).
- Added support of cell text wrapping in FlexGrid.
- Added search capability to LearnWijmo along with many more lessons.
- Added UndoStack sample that demonstrates how to create a class that provides form-level undo/redo services.
- Added new financial chart type 'PointAndFigure'.
↧
November 16, 2017, 8:24 am
Simple Reports in React Sample.Wijmo 5 renames to Wijmo Core, including FlexGrid performance enhancements and React support for all Wijmo controls.
Features
- Added Intellisense support for Wijmo Angular components in VSCode HTML editor.
- Added React support for all Wijmo controls.
- FlexGrid now supports touch column and row resizing on touch devices.
- Major performance enhancement for FlexGrid: Added a quickAutoSize property which can improve auto-sizing performance by a factor of 10 to 100, depending on the scenario/browser.
- Added new AccessilityExtender for FlexGrid sample. It implements a class that provides additional accessibility support to FlexGrid controls.
- Improved (ARIA attributes and keyboard support) for the ListBox, ComboBox, Menu, InputNumber, Gauge, and Calendar controls.
- Added support for Angular version 5.0.0.
- Added 27 new Angular samples (ported from AngularJS).
- Improvements in InputNumber's editing experience.
- Improved popup positioning on mobile devices with pinch-zooming (including Android and IOS).
- Added support of cell text wrapping in FlexGrid.
- Added search capability to LearnWijmo along with many more lessons.
- Added UndoStack sample that demonstrates how to create a class that provides form-level undo/redo services.
- Added new financial chart type 'PointAndFigure'.
↧
↧
November 17, 2017, 2:08 am
Merged column grouping.Adds merged grid column grouping.
Features
- GridView Control
- Merged Column Grouping - With this release, you can now merge the Grid View's grouped columns by dragging appropriate column header(s) to the group panel and arranging them across a line.
- Data Export - You can now export data using built-in functionality and no longer need to use an external export engine. The new 'Export' command item can be added to the built-in toolbar without any code. In addition, it now supports export to DOCX.
- Adaptive Popup Dialogs - With this release, the DevExpress Data Grids ship with adaptive popup dialogs (header filter's dropdown, popup edit form, filter builder).
- Filtering UI Enhancements - You can now display the filter editor within the Header Filter's dropdown. Once you begin entering a search string, the dropdown item list is automatically updated with relevant/matching items.
- Chart Control
- Criteria Based Unified Filtering - With this release, the series DataFilter property has been replaced with the FilterCriteria and FilterString properties. This allows you to use the Filter Control to manage data represented within a chart.
- Totals Labels for Stacked Bars and Pies - With this release, the DevExpress Chart Control is shipped with the ability to calculate total labels for stacked bars and pies automatically. Bar total labels are labels that display series group total values and are outside groups.
- LegendTextPattern for a Series with the Disabled ColorEach Mode - Use the LegendTextPattern property to configure legend text for series using the disabled ColorEach mode. This feature helps you modify legend text without the need to handle CustomDrawSeries events.
- Display a Chart Using the SVG Format - DevExpress Charts for ASP.NET and MVC can now render a client-side chart as an SVG image.
- Export a Chart to an SVG Image - You can now export charts to a vector image file format (SVG).
- Dock and Popups
- Popup Control - Adaptivity - The DevExpress Popup for WebForms and MVC now supports an adaptive display mode. When used, its content is rearranged and adapted to any screen resolution. Fields are positioned one under another and are arranged within one column when the browser window changes its width.
- Editors
- Calendar and DateEdit - Inline Selection Mode - The ASP.NET Calendar and DateEdit controls now offer the inline mode for more efficient date navigation/selection. The control includes settings that allow you to control navigation depth and navigation button visibility.
- Check Box - Toggle Switch - The WebForms and MVC Check Box allows you to transform the default representation of a checkbox and display it as a toggle switch.
- Date Editor - Adaptivity - With this release, the DevExpress DateEdit Control for WebForms and MVC can adapt its content based on browser window size. When used, the time region moves below the calendar region within the control's dropdown.
- List Box - Select All - End-users can now select all ListBox items using the 'Select All' check box located at the top of the control.
- ListBox - Filtering - The DevExpress ASP.NET ListBox can now filter data. End-users can filter list box items by entering text into the filter editor located above the list. When entering a filter string, the item list is automatically updated so that the ListBox only displays relevant items (those that match the filter string).
- Client API Enhancements - The client API has been extended with new methods that allow you to detect changes on a form and notify users of the need to save/cancel changes before leaving the page.
- File Manager & File Upload
- Advanced Filtering - Extended the filtering capabilities of the DevExpress ASP.NET File Manager. You can now allow end-users to filter file manager items within the current folder and all subfolders. In addition, a new server-side API allows you to implement custom filters for the File View (when you need to implement filters to locate files by extension, modification time, etc.).
- Adaptivity - The DevExpress ASP.NET File Manager ships with a new adaptive mode. Once enabled, File Manager elements are automatically rearranged based upon browser size.
- HTML Editor
- Resizable Images and Tables - The DevExpress ASP.NET HTML Editor allows end-users to resize images and tables.
- Responsive Toolbars - In all toolbar modes (menu, ribbon, one-line ribbon), the DevExpress ASP.NET HTML Editor can automatically adapt its toolbar content depending on the viewport width.
- Navigation and Layout
- Menu - Adaptivity - Improved support for adaptive/responsive layouts.
- Pivot Grid Control
- Performance Enhancements - Improved the in-memory data processing capabilities of the DevExpress Pivot Grid Control for WebForms and MVC. Based on usage scenario, the control is up to 3 times faster than previous versions.
- Rich Editor Control
- Document Protection - The ASP.NET Rich Text Editor continues to extend its support for document protection. You can now specify permissions for a protected document in order to limit editing to a collection of users and user groups.
- Context Menu Customization - With this release, you can handle a new client-side event to customize the ASP.NET Rich Editor's context menu (insert new menu items, remove or disable existing items) or prevent the menu from being displayed.
- Improved Support for Scalable Environments (Clouds/WebGardens/WebFarms) - This features is available as a CTP (community technology preview). In previous versions, DevExpress ASP.NET Office-inspired controls (Spreadsheet, Rich Editor) maintained document states in memory. This offered the best performance, but affected scalability. With the new stateless option, you can maintain document state in external storage (Redis and SQL server support has been implemented, base code for other external storage medium is also available).
- New Public Client-Side Events - This release includes numerous new client-side events designed to enhance control over Editor behavior:
- Receive or lose focus.
- Switch the active sub-document.
- Modify content (inserting/removing).
- Change character or paragraph properties.
- Handle mouse and keyboard actions.
- Scheduler Control
- Scheduler - Adaptivity Enhancements - In this release, WebForms and MVC Scheduler provides improved support for a variety of screen resolutions. It also includes redesigned layout for the Appointment dialog in adaptive mode. The Agenda View is now fully adaptive (including the View Selector and View Visible Interval elements).
- Appointment Tooltip Presentation Modes - You can now specify the appointment tooltip mode - whether a tooltip is represented as a button or as a hint.
- New Dialog Customization API - A new server API enables you to work with default dialogs' view models (both declaratively and programmatically) and change dialog element characteristics (values, availability and layout) as needed, without the necessity of copying dialog form templates (UserControls) into your project.
- Reminder Dialog Enhancements - The DevExpress Scheduler's Reminders dialog has been improved. The dialog now provides detailed appointment information along with an 'Open Item' button.
- Touch UI Improvement - The Scheduler allows end-users to easily manipulate appointments on touch devices (dragging an appointment and extending/reducing the selection).
- Client API Enhancements - The DevExpress Scheduler's Client API has been extended with a number of new methods allowing to control the Resource Navigator and toolbar visibility, the control and scrollable area's height, and selection.
- Agenda View Enhancements - Extended the functionality of the DevExpress Scheduler’s AgendaView. You can now:
- Specify whether day headers are displayed vertically or horizontally. In adaptive mode, the Scheduler can automatically specify day header orientation mode based upon browser window width.
- Show or hide the Time section.
- Fix the day header while scrolling a long list of appointments.
- Control icon cell visibility.
- Spreadsheet Control
- Improved Support for Scalable Environments (Clouds/WebGardens/WebFarms) - This features is available as a CTP (community technology preview). In previous versions, DevExpress ASP.NET Office-inspired controls (Spreadsheet, Rich Editor) maintained document states in memory. This offered the best performance, but affected scalability. With the new stateless option, you can maintain document state in external storage (Redis and SQL server support has been implemented, base code for other external storage medium is also available).
- TreeList Control
- Full-Functional Filtering Support - Now equipped the DevExpress ASP.NET Tree List with filtering capabilities. End-users can filter Tree List data using the following UI elements:
- Auto-Filter Row
- Built-in Search Panel
- Column Header Filter Dropdowns
- Data Export - You can now export data using built-in functionality and no longer need to use an external export engine. The new 'Export' command item can be added to the built-in toolbar without any code. In addition, it now supports export to DOCX.
- Miscellaneous Enhancements
- The ability to change a column's display text. This option allows an end-user to sort/filter tree list data either by display text or value.
- Support for unbound columns that are not bound to any field in a data source. Data for this column type is calculated based on an expression or by using a specific event.
- Themes
- New Office 365 Theme - This release includes a new Office 365 theme for both desktop and touch-first devices.
↧
November 17, 2017, 2:52 am
Grid Column Chooser.Display, hide and rearrange grid columns at runtime.
Features
- Grid Control
- Column Chooser - The Windows 10 Grid Column Chooser allows end-users to display, hide and rearrange columns at runtime.
- Attributes-Based Validation - The DevExpress Windows10 Grid Control now supports DataAnnotations attributes.
- Alternating Row Styles
- Miscellaneous
- Master-Detail Pattern - This release includes a Master-Detail Pattern navigation layout. This feature allows you to replicate the look and feel of the Windows 10 Mail app within your application.
- Svg Icon Palettes - You can specify the global palette used to colorize SVG images in your application. In addition, you can apply a custom palette to individual icons and override the colors specified by the global palette.
↧
November 17, 2017, 3:10 am
Seamlessly connect a chart to Grid data at both design and runtime.Seamlessly connect a chart to Grid data at both design and runtime.
Features
- Data Grid Control
- DirectX Hardware Acceleration Support - The DevExpress WinForms Data Grid and WinForms Cell Editors can now use DirectX hardware acceleration, allowing you to deliver outstanding performance on high-DPI devices. To activate DirectX painting, call the static WindowsFormsSettings.ForceDirectXPaint method.
- Drag and Drop Manager for Data Grid and Tree List - v17.2 ships with an automatic drag-and-drop engine for both the WinForms Data Grid and Tree List control. With the new DragAndDropBehavior (part of the Behavior Manager), you can initiate drag-and-drop operations between the Data Grid, Tree List and ListBox controls in various combinations, with a few lines of code.
- Binding a Chart to Bound Controls (via the ControlRowsSource) - You can now seamlessly connect a chart to Grid data at both design and runtime.
- Grid-Based Lookup Edit - Render Lookup Records as Tiles or Modern Style Lists - In addition to standard grid formats, the WinForms Grid-based Lookup control allows you to render lookup records using an embedded TileView. The TileView (part of the WinForms Data Grid control) supports multiple data presentation formats, including: Default Tile Mode, Kanban and List.
- Clipboard Management: Pasting to the Grid and TreeList - This release extends the Data Grid and TreeList control's clipboard capabilities by adding support for paste operations. End-users can now copy data from Microsoft Excel, an external Data Grid or another source and then paste information directly into a target Data Grid/TreeList. Data can be added into existing cells or new rows appended.
- Excel Inspired Filtering Enhancements - The new PrepareTemplate and CustomizeTemplate events allow you to customize column filter dropdowns.
- Chart Control
- Unified Criteria-Based Filtering - With this release, the series DataFilter property has been replaced with the FilterCriteria and FilterString properties. This change allows you to use either the Filter Control or the new Filtering UI to manage data represented within a chart.
- Totals Labels for Stacked Bars and Pies - With this release, the DevExpress Chart Control is shipped with the ability to calculate total labels for stacked bars and pies automatically.
- Data Grid Integration - Added the capability to populate a chart with a Data Grid's data via the ControlRowSource control. ControlRowSource allows to specify which data grid rows should be visualized: selected, currently visible or all. Besides, you can use the Source to provide data to a Chart from a Vertical Grid and Tree List. The other major integration feature is the Grid's ability to display a Chart within its cell because since the last release the ChartControl implements the DevExpress.XtraEditors.CustomEditor.IAnyControlEdit interface.
- Qualitative Data Aggregation - With the 17.2 release, in addition to the numeric and date-time data aggregation, the Chart control obtains the ability to aggregate a series' data rows with the equal qualitative argument.
- Indicator Animation - The chart can animate the appearance of an indicator. Now all elements that depends on data can be animated on data changes.
- LegendTextPattern for a Series with the Disabled ColorEach Mode - With this release, the LegendTextPattern property allows you to configure legend text for a series using the disabled ColorEach mode. This feature helps you modify legend text without the need to handle CustomDrawSeries events.
- Export a Chart to an SVG image - You can now export charts to a vector image file format (SVG).
- Diagram Control
- Mind Map Layout - The new Mind Map automatic layout algorithm is used to create non-linear hierarchical diagrams arranged around a central idea or subject.
- Binding Behavior Enhancements - DevExpress Diagram's binding mechanism has been updated with the following new capabilities:
- Two-way synchronization between the diagram and the data source: You can customize synchronization using events.
- Binding to hierarchical data: Containers are now used to represent multiple levels of hierarchy.
- New Scrolling Mode - DevExpress Diagram ships with a new scrolling mode. When this mode is enabled, scrollbars are displayed only when diagram content is not fully visible (regardless of current page size).
- SVG Enhancements - DevExpress Diagram v17.2 ships with a new SVG rendering engine and features extended support for various SVG elements. In addition, you can now override the default colors used for bichromatic SVG images.
- API Enhancements - New Notification Events - Implemented new events that fire in response to various user actions.
- DPI Awareness
- DirectX Hardware Acceleration Support - The DevExpress WinForms Data Grid and WinForms Cell Editors can now use DirectX hardware acceleration, allowing you to deliver outstanding performance on high-DPI devices. To activate DirectX painting, call the static WindowsFormsSettings.ForceDirectXPaint method.
- DPI-aware Image Collection - Blurred icons are no longer an issue on Hi-DPI screens with the new DPIAwareImageCollection component. This component automatically provides images for linked controls based upon screen DPI settings. A built-in designer allows you to set up the component by adding DPI-specific versions of individual images.
- Editors
- Folder Browser and Open/Save File Dialogs (CTP) - This release introduces skinnable DevExpress counterparts for standard WinForms FolderBrowser and Open/Save File dialogs.
- New Magnifier Dialog - The Magnifier first intruduced in the WinForms Skin Editor is now available as a stand-alone tool. You can pick RGB or HEX colors from anywhere on the screen and save them to the clipboard.
- Updated Color Picker Dialog - This release includes a simplified color pick dialog for the Color Edit and Color Pick Edit editors.
- Simplified HTML in Data Grid, TreeList and Container Cells - With this release, we've made it much easier to display formatted text within Data Grid and Tree List cells. By embedding a new HypertextLabel in a cell, you can format data using simplified HTML syntax. As you might expect, you can change font and color attributes for all or a portion of the text, insert images, hyperlinks or line breaks as needed.
- List Box - Item Templates - Item templates are now available to all ListBox controls (ListBoxControl, ImageListBoxControl and CheckedListBoxControl). This new feature helps you render each listbox item as needs dictate. Each item can display multiple elements arranged in any manner, and painted using different appearance settings. A built-in designer helps you build a template with just a few mouse clicks. You can create any number of item templates and dynamically apply them to list box items when necessary.
- PDF Viewer
- Document Display Enhancements - The scaling factor specified in the operating system's display settings is used when a document is displayed on high DPI devices. The images below demonstrate the impact of this new feature. The zoom level of the PDF Viewer is set to 100%. The desktop scaling factor (greater than 100%) is set to 125% in the operating system's display settings. Note that the DPI-Aware option must be set to true in the application manifest.
- Text Markup Annotations - You can highlight, strikethrough or underline text using the corresponding tool in the WinForms PDF Viewer’s Comment toolbar. You can also select the text markup annotation, change its properties or delete the markup annotation from a document.
- Rendering Very Large Images - Large image rendering (unpacked size is 200+ Mb) is now supported.
- Pivot Grid Control
- Excel-inspired Filtering - Now supports Excel-inspired column filter popups for column and row fields.
- Performance Enhancements - This release includes significant enhancements to the in-memory data processing capabilities of the DevExpress Pivot Grid Control. It is now up to 2-5 times faster when compared to earlier versions.
- Intellisense Editor for Unbound Field Expressions - Now uses an Expression Editor for editing unbound field expressions.
- Support for SVG Icons - The Pivot Grid can now use vector SVG icons instead of bitmap images to help improve rendering on High-DPI displays.
- SVG Support - This release adds support for vector images.
- Skins
- New SVG Skin - v17.2 ships with a new WinForms skin (The Bezier) based entirely on SVG images, which allows the controls to look perfectly on any screen with any DPI settings. You can create new variations of this skin using the updated Skin Editor - without the need to rely upon a third-party graphics editor.
- Color Swatches - The Bezier is the first skin that ships with UI elements that allow users to instantly change the skin palette and re-paint a skin at runtime. You can easily create a custom palette to apply a corporate style to your application.
- SVG Icon Builder - A productivity tool designed to simplify the creation of custom SVG icons by combining graphical elements shipped as part of the Icon Library. Icons generated via the SVG Icon Builder fully support the DevExpress skin colorization feature.
- Snap
- Chart API - With this release, the data-aware RTF Control (Snap) allows you to create and modify charts in code.
- Spreadsheet Control
- Chart Sheets - With this release, DevExpress Spreadsheet for WinForms and WPF gives you the ability to place a chart on a separate worksheet by creating a chart sheet (view, edit or print the chart within its own page).
- TreeList Control
- Drag and Drop Manager for Data Grid and Tree List - v17.2 ships with an automatic drag-and-drop engine for both the WinForms Data Grid and Tree List control. With the new DragAndDropBehavior (part of the Behavior Manager), you can initiate drag-and-drop operations between the Data Grid, Tree List and ListBox controls in various combinations, with a few lines of code.
- Hierarchy Column - In previous versions, the TreeList's hierarchy column (the one that displays expand and collapse buttons) was always the first visible column. With this release, you can explicitly specify the hierarchy column for your TreeList. This allows you to move the column and its associated hierarchy information to any position.
- Miscellaneous Enhancements - This release includes numerous enhancements to the WinForms TreeList including:
- New TreeView Data Presentation Option: You can now emulate the appearance of the standard TreeView control (no column headers, no lines between rows, modified row highlighting style, etc) when displaying a single column of hierarchical data.
- High Performance Best Fit Option: The TreeList now offers a BestFitMode option - allowing you to select between its default (Full) and the new fast mode. The latter significantly improves rendering performance for large record sets.
- Auto-Fill Empty Space: With this release, you can force a column to automatically change width and populate any empty space within the TreeList's container.
- Loading Panel: You can now visually indicate the status of data loading processes.
- Ability to specify a column's maximum width (the 'MaxWidth' property).
- You can now indent/outdent individual TreeList nodes (new Indent and Outdent methods).
- In addition, the TreeList ships with options to custom paint entire nodes, ability to specify which mouse actions activate in-place editing (MouseDown, MouseUp, DoubleClick, etc.), and an improved design-time UX (including changes to the Designer, Nodes Editor and smart tags).
- Vertical Grid Control
- Vertical Grid - Data Filtering - End-users can filter data using filter dropdowns and the advanced Filter Editor. By default, the Excel-inspired filtering UI is active.
- Filtering
- Filtering UI Context Enhancements - Filtering UI Context component has been refined. Now, you can associate a target control (e.g., a Grid View or Chart Control) with a couple of clicks at design time and thereby instantly generate all the filtering UI editors required.
- Unified Criteria-Based Filtering - With this release, the filtering system becomes common across all grid controls (Data Grid, Property Grid, Pivot Grid and Vertical Grid) and uses a criteria-based language to define filters.
- Miscellaneous
- SVG Image Collection - In this release, DevExpress controls gain support for SVG vector icons. To store and provide these icons to controls, use the new SvgImageCollection. Like other image collections, it can be populated from local storage, form resources, DevExpress Image Gallery, or a project assembly.
- DPI-aware Image Collection - Blurred icons are no longer an issue on Hi-DPI screens with the new DPIAwareImageCollection component. This component automatically provides images for linked controls based upon screen DPI settings. A built-in designer allows you to set up the component by adding DPI-specific versions of individual images.
- Data Source Wizard Enhancements - The DevExpress WinForms Data Source Wizard ships with the following enhancements:
- Support for DevExpress Visual Studio Themes.
- Support for .Net Standard 2.0 data sources: EF Core 2.0+.
- Dashboards integration.
- Binding charts to data-aware list-controls.
- Appearance Object Editor - Using this dialog, you can now save appearances applied to one UI element and instantly share it across others.
- LayoutControl Enhancements - DevExpress WinForms Layout Tools (Layout Control and Data Layout Control) ship with a number of performance and usability enhancements:
- Data Layout Control: A new context menu allows you to change or assign a Binding to control at Design Time.
- Enhanced design-time performance during multiple item selection and property change operations.
- Ability to choose item navigation direction when using the TAB key: Across then down (default) or Down then across.
- New API (deleting items and disposing of their controls, moving individual items, updating a table layout, etc.)
- A Property Grid is now available in the Layout Control's Customization window at Design Time.
- Ability to edit the properties of hidden items at design and runtime.
- MVVM Enhancements - This release includes the following MVVM related enhancements for the WinForms product line:
- A new NavigationService that allows you to navigate between Views. Navigation history is stored automatically.
- The ViewModelCreate event includes a static version (available from the static MVVMContextCompositionRoot class). Both events can be handled to retrieve full-fledged ViewModel instances at runtime.
↧
↧
November 17, 2017, 3:24 am
New Hamburger Menu.Adds new Hamburger Menu and Scheduler controls.
Features
- New Hamburger Menu - The new DevExpress WPF Hamburger Menu can be used to emulate the navigation metaphor found in today's most popular web apps.
- New Scheduler Control - The new WPF Scheduler Control is better aligned with the core WPF principles and delivers improved performance.
- New Dialogs (CTP)
- Folder Browser and Open/Save File Dialogs - This release includes DevExpress counterparts to the following standard WPF dialogs: Open File Dialog, Save File Dialog and Folder Browser.
- Data Grid Control
- Performance Enhancements - This release includes significant enhancements to the text rendering. The WPF Grid Control can now render data rows up to 50% faster than its predecessor.
- Drag-and-Drop Enhancements - The DevExpress WPF Grid control ships with native drag-and-drop support and allows you to:
- Reorder records within all view types, including the Card View.
- Reorder records within Master-Detail Views.
- Move records outside the GridControl to external controls.
- Move records to and from external applications.
- Column Chooser Enhancements - The column chooser allows and-users to:
- Hide/display columns using checkboxes instead of dragging column headers.
- Reorder columns within the column chooser via drag and drop.
- Locate columns using built-in search.
- Manage band hierarchies.
- Master Detail Enhancements
- You can now display different detail records for different master rows.
- You can define custom margins for detail rows.
- The Grid allows you to store/restore detail views' layouts.
- Ability to hide Group Panels from detail views when they are not grouped.
- Compact Grid Mode - The WPF Data Grid can now dynamically adapt its content based upon control dimensions. In compact mode, the Grid displays a compact panel inspired by Microsoft Office that allows you to sort, group and filter records.
- New Expression Editor for Unbound Field Expressions - The DevExpress WPF GridControl ships with the Expression Editor with built-in AutoComplete support and syntax highlighting.
- Clipboard Management: Pasting to the Grid and TreeList - This release extends the Data Grid and TreeList control's clipboard capabilities by adding support for paste operations. End-users can now copy data from Microsoft Excel, an external Data Grid or another source and then paste information directly into a target Data Grid/TreeList. Data can be added into a new row or existing cells. New events have been introduced to help you dynamically customize or cancel certain paste operations.
- Miscellaneous Enhancements
- You can specify a column header image using the HeaderGlyph property.
- You can rearrange column header elements.
- A new AddingNewRow event allows you to initialize a newly added record.
- New CanSelectRow/CanUnselectRow and CanSelectCell/CanUnselectCell events to dynamically control row/cell selection.
- Export to DOCX.
- Accordion Control
- Accordion Collapse Mode - v17.2 ships with a customizable compact view.
- Accordion Item Customization - This release adds the following customization options to the WPF Accordion control:
- Item glyph can be displayed at top of text.
- New RootItemDisplayMode property allows you to enable a uniform style for root and subordinate items.
- New item Command property allows you to specify the command to be executed when an end-user clicks an item.
- Chart Control
- Criteria Based Unified Filtering - With this release, the series DataFilter property has been replaced with FilterCriteria and FilterString properties. This change allows you to use either the Filter Control or Data Layout Control to manage data represented within a chart.
- Chart Designer Enhancements - The WPF Chart Designer ships with the following new features:
- A layout/structure that is similar to the Chart Designer for WinForms.
- You can add, remove and hide chart elements via the structure tree.
- A new Options tab allows you to configure major chart element properties.
- A new Data tab helps you populate an individual series with data or populate a chart with series via series templates.
- Totals Labels for Stacked Bars and Pies - With this release, the DevExpress Chart Control allows you to calculate total labels for stacked bars and pies automatically.
- Range Control Integration
- Display or hide an individual series in the Range Control.
- Configure series representation (Line, Bar, Area) within the Range Control.
- Calculates the Range Control's grid automatically (based on the Chart's axis scale parameters).
- Scale Breaks - A chart's axis scale can now include scale breaks.
- Qualitative Data Aggregation - The WPF Chart control can now aggregate data with the equal qualitative argument.
- Bubble Series - Automatic Calculation Min and Max Sizes.
- Legend Enhancements
- Chart legend items can simultaneously display a marker and check box.
- BarSideBySideSeries2D - Display Series Point Labels for Zero Values
- The WPF Chart Control can now display series labels for zero values.
- LegendTextPattern for a Series with the Disabled ColorEach Mode
- Use the LegendTextPattern property to configure legend text for series using the disabled ColorEach mode. This feature helps you modify legend text without the need to handle CustomDrawSeries events.
- Extended MVVM Pattern Support
- The following chart elements can be generated from an item source using the item template:
- Panes
- Annotations
- Legends
- Custom legend items
- Strips
- Constant lines
- Indicators
- Diagram Control
- Mind Map Layout - The new Mind Map automatic layout algorithm is used to create non-linear hierarchical diagrams arranged around a central idea or subject.
- Binding Behavior Enhancements - DevExpress Diagram's binding mechanism has been updated with the following new capabilities:
- Two-way synchronization between the diagram and the data source: You can customize synchronization using events.
- Binding to hierarchical data: Containers are now used to represent multiple levels of hierarchy.
- New Scrolling Mode - DevExpress Diagram ships with a new scrolling mode. When this mode is enabled, scrollbars are displayed only when diagram content is not fully visible (regardless of current page size).
- SVG Enhancements - DevExpress Diagram v17.2 ships with a new SVG rendering engine and features extended support for various SVG elements. In addition, you can now override the default colors used for bichromatic SVG images.
- API Enhancements - New Notification Events - New events that fire in response to various user actions:
- Moving, copying and modifying diagram items.
- Changing shape connetors.
- Using diagram tools.
- Docking
- Miscellaneous Enhancements - The DefaultMenuItemNames class stores fields used to identify context menu items. The BaseLayoutItem.CloseCommand now provides a parameter.
- Map Control
- Theme Support - With this release, you can use the DevExpress WPF Theme Manager to control the WPF Map control's appearance.
- Circular Scrolling - The DevExpress WPF Map Control now supports circular scrolling.
- Legend Appearance Customization - Legend labels can now be customized using the Legend Item Label template.
- PDF Viewer
- Rendering Very Large Images - Large image rendering (unpacked size is 200+ Mb) is now supported.
- Text Markup Annotations - With this release, you can highlight, strikethrough or underline text using the corresponding tool in the viewer's Comment toolbar. You can also select the text markup annotation, change its properties or delete the markup annotation from a document.
- Pivot Grid Control
- Performance Enhancements - This release includes significant enhancements to the in-memory data processing capabilities of the DevExpress Pivot Grid Control. It is now up to 4 times faster than its predecessor.
- Intellisense Editor for Unbound Field Expressions - The DevExpress WPF Pivot Grid ships with an Expression Editor that supports auto completion and syntax highlighting.
- Rich Text Editor
- Context Menu Customization - With this release, the DevExpress WPF Rich Text Editor gives you the ability to customize its context menus. You can add or remove menu items by specifying necessary customization actions in XAML.
- MVVM Related Enhancements - The DevExpress WPF Rich Text Editor ships with the following MVVM related enhancements:
- All basic control properties (ActiveViewType, LayoutUnit, ReadOnly, etc.) are now bindable.
- RichEditSpellChecker behavior configuration is now available in the RichEditControl smart tag.
- UI Enhancements - The WPF Rich Text Editor v17.2 ships with the following new UI elements:
- Language, Table Styles, Bullets and Numbering and Table of Contents dialogs;
- Spell Checker
- Behavior Configuration - A Spell Checker Behavior has been added to the DevExpress WPF Rich Text Editor (RichEditSpellChecker) and to other supported text editors (DXSpellChecker). This feature allows you to configure spell-checking functionality in XAML and the corresponding control's smart tag.
- Spreadsheet Control
- Chart Sheets - With this release, DevExpress Spreadsheet allows to place a chart on a separate worksheet by creating a chart sheet (view, edit or print the chart within its own page).
- Miscellaneous Enhancements - The DevExpress WPF Spreadsheet ships with the following enhancements:
- Section 508 support.
- New Spreadsheet UI elements:
- Cell Styles, Chart Styles, Table Styles, and PivotTable Styles galleries.
- Change Chart Type and Print dialogs.
- Number Format and Border drop-down menus.
- Themes
- New WPF Themes - This release includes the following new themes:
- Office 2016 Black (SE).
- Visual Studio 2017 Dark.
- Visual Studio 2017 Blue.
- Visual Studio 2017 Light.
- WPF Theme Designer - The WPF Theme Designer allows you to easily create personalized themes for DevExpress WPF Controls. This release includes new instruments and improvements that simplify theme editing.
- Filter Colors - displays only the selected element's colors.
- Highlight Colors - highlights elements with the selected color on the preview.
- Color Picker - allows you to select a color from any application on screen.
- Color Wheel - a fast way to edit palette of a theme.
- 40+ new previews.
- TreeList Control
- Indent/Outdent Nodes - You can now indent/outdent individual TreeList nodes.
- Hierarchy Column Custom Position - The TreeListControl can display hierarchy column in any position, not only at the left side.
- Miscellaneous Enhancements
- Native drag-and-drop support.
- The new Column Chooser.
- Ability to automatically adapt content to control dimensions: compact mode.
- An autocomplete expression editor used to edit unbound column expressions.
- DOCX export.
- New events allow you to dynamically control whether an end-user can select or deselect nodes/cells.
- TreeMap Control
- WPF Theme Support - The DevExpress WPF ThemeManager can now control the appearance of the WPF TreeMap control.
- WPF Expression Editor - This release includes an updated WPF Expression Editor with built-in AutoComplete support, syntax highlighting and expression validation support.
- Miscellaneous Enhancements
- AppBar Control - AppBar now supports left and right alignment.
- Typed Styles - Typed styles provide a simplified way to define styles for standard and DevExpress controls.
- SVG Support in EnumItemsSource and EnumItemsSourceBehavior - With this release, you can specify the 'Image' attribute with SVG uri reference to EnumItemSource and EnumItemSourceBehaviour.
↧
November 17, 2017, 3:36 am
DateTime data type support.Search through grid header filter values.
Features
- New Color Schemes
- New Color Schemes for the Generic Theme - You can now change your entire application's color palette by applying one of the newly implemented schemes: Soft Blue, Carmine, Green Mist, Dark Violet, and Dark Moon. These new color schemes are based on the DevExtreme Generic theme.
- React Grid (Beta) - DevExtreme React Grid v17.2 ships with the following new features:
- Material UI Integration
- Column Reordering
- Column Resizing
- Keyboard Navigation
- Column Chooser
- Localization
- Data Formatting and Custom Data Accessors
- Data Grid
- Column Header Filter and Column Chooser Search - You can now search through header filter values. You can activate this feature for all columns or only a specific column using the widget's or column's 'headerFilter.allowSearch' option.
- DateTime Data Type Support - The HTML5 Data Grid fully supports time portions in Date-Time values:
- Proper time formatting is applied to cell display text.
- Cell drop-downs include time editing controls.
- The grid allows you to filter data while taking time values into account.
- Custom Sorting - You can implement your own value comparison function and thus enable custom data sorting algorithms.
- Data Visualization
- Funnel / Pyramid Chart - The new Funnel widget allows you to create funnel and pyramid charts for use within your HTML5-JavaScript applications.
- Chart Axis - Scale Breaks - DevExtreme HTML5-JavaScript Chart can automatically analyze your chart's data and apply scale breaks to improve readability. Manual scale breaks are also supported.
- Chart Axis - Tick Mark Generation - DevExpress HTML5 Chart v17.2 ships with improved tick mark generation logic:
- Date-time ticks are always displayed at the start of standard date-time intervals: first day of week / month / year, start of a day, top of an hour, etc.
- You can force a numeric axis to generate ticks only at whole number positions.
- Numeric and date-time axis can now automatically adjust label formatting, improving readability with a compact display option.
- Date-Time Axis - Exclude Weekends and Holidays - You can now suppress weekends and holidays on the chart's arguments scale and provide an uninterrupted display for a dataset that only includes work days.
- Pivot Grid
- Column Header Filter and Field Chooser Search Panel - With this release, the HTML5-JavaScript Pivot Grid can display a search box within its Field Chooser dialog and Filter Dropdown.
- Scheduler
- Display Multiple Days, Weeks, or Months in a View - The HTML5-JavaScript Scheduler allows you to specify the number of Days, Weeks or Months to display within the Day View, Week View and Month View respectively.
- Compressed Appointment Display Option - You can limit the number of simultaneously displayed appointments in:
- A single cell in the Month View.
- A single all-day panel in the Day View or Week View.
- Current Date-Time Indicator - The HTML5-JavaScript Scheduler can indicate the current time in views that utilize a time scale. In addition, you can enable timetable shading up to the current time mark.
- Tree List
- Recursive Node Selection - The HTML5-JavaScript Tree List now supports recursive node selection:
- When changing a parent node's selected state, all child nodes at all nesting levels are updated accordingly.
- Parent nodes can automatically change their state to selected, unselected or indeterminate, based upon the number of selected child nodes.
- Column Header Filter and Column Chooser Search - You can now search through header filter values. You can activate this feature for all columns or only a specific column using the widget's or column's 'headerFilter.allowSearch' option.
- UI Widgets
- New Filter Builder Widget - The new HTML5-JavaScript FilterBuilder widget allows users to construct complex filter expressions with absolute ease (supports an unlimited number of filter conditions). It can be used on a standalone basis or with the List, Data Grid, and TreeList widgets.
- TagBox - New Item Selection Options - The TagBox can now group multiple tags into a single label when all available tags are selected or when end-users select a predefined set. Users can access individual tags by clicking the joined label (invokes the dropdown selection list).
- DateBox and Calendar - Disable Desired Dates - The HTML5-JavaScript DateBox and Calendar widgets include a new disabledDates option. As the name suggests, this new feature allows you to disable access to certain dates within the calendar - by either supplying a predefined date array, or implementing a function that determines whether a date should be available to end-users.
- TreeView and List - Search Panel - To simplify record selection, the HTML5-JavaScript List and TreeView widgets allows you to display a search box within its container.
- NumberBox - Display Text Formatting and Input Masking - The NumberBox widget now supports flexible display text formatting using Locale Data Markup Language (LDML) patterns. The specified format can also be used as a mask to control end-user input.
- Improved Angular Support - This release includes the following Angular integration improvements:
- Optional jQuery Dependencies
- Disable jQuery dependencies and Increase Angular component performance by up to 30%.
- Improved TypeScript Declarations - All Angular component properties are now declared with a specific type instead of any. This helps avoid type conversion errors.
- Localization Enhancements
- LDML Pattern Support - With this release, you can use Locale Data Markup Language (LDML) patterns to localize dates and numbers regardless of the localization library used. Custom decimal and thousands separators The built-in localization engine now offers 'thousandsSeparator' and 'decimalSeparator' global configuration options.
- TypeScript Declarations
- Improvements - DevExtreme can now utilize the benefits of TypeScript 2.0 or higher and use specific types instead of any wherever possible.
- MVC Controls
- Data Layer - Consume API Controllers from a Different Domain - The 'newRemoteController()' method allows you to consume API controllers located in a different domain by URL.
- New Strongly-Typed HTML Helpers - You can now use lambdas when configuring Data Grid columns and summaries, PivotGrid fields, and Form items. This ensures compile-time type safety, enables IntelliSense, and automatically adds client-side validation based on Data Annotations defined in the model.
- Data Layer - Areas Support - You can now access API controllers in different areas using the 'Area()' method added to the 'Mvc()' data source.
- New NamedTemplate Helper for Creating Complex Views - This release introduces a new 'NamedTemplate()' helper - allowing you to embed controls into one another. By leveraging its capabilities, you can reduce the amount of code needed to generate complex views.
↧
November 17, 2017, 4:12 am
DevExpress DXperienceMajor enhancements for ASP.NET, WinForms, WPF, Reporting & HTML5/JS.
Features
DevExpress has released a major update across their entire product range.
↧
November 17, 2017, 4:19 am
Totals labels for Stacked Bars and Pies.Major enhancements for ASP.NET, WinForms, WPF, Reporting & HTML5/JS.
Features
DevExpress has released a major update across their entire product range.
↧
↧
November 21, 2017, 9:08 am
Codejock Suite ProDPI support added to both Calendar and DatePicker.
Features
Calendar
- DPI support added to both Calendar and DatePicker.
Controls
- TVIS_CUT state support added.
Report
Fixes
CommandBars
- Mouse message filtering removed from mouse hook, Gallery's popup closing logic fixed on mouse up event.
- .XCB loading issue fixed.
- Item tooltips improved in CNavigateButtonActiveFiles popup.
- Missing icon size getters added.
Controls
- CXTPControl::m_pParent pointer checking improved.
DockingPane
- Drawing vertical captions in the TitleBar in Office 2013/2016 and Visual Studio 2012/2015 themes is fixed.
Ribbon
- Hiding/Showing QuickAccess in Backstage view fixed.
Report
- Misleading signature of CXTPReportControl::GetElementRect fixed, annotation improved.
SkinFramework
- Deadlock in SkinFramework fixed for some concurrent scenarios.
- API hooking on module loading/unloading improved and revised for persistent modules.
- Occasional scroll bar freezing in some controls fixed.
- Issues with control backgrounds and border colors fixed.
- Extra white border around some controls fixed in SkinFramework.
- Skinning issue in common dialogs fixed.
SyntaxEdit
- Bookmark navigation fixed.
TabManager
- Navigation button drawing fixed.
- Group splitter colors fixed.
SuitePro
- Registrator tool improved with better status reporting and improved configuration selection.
↧
November 21, 2017, 9:13 am
Codejock Toolkit ProAdds unauthorized cached GDI object tracking.
Features
ToolkitPro
- Dependency support added to CXTPSingleton, CXTPSingletonDependencies added.
- Dependent singletons explicitly linked.
- CXTPObservable::NotifyReversed added.
- XTPInitialize added for explicit framework initialization.
- CXTPApplication::GetModuleState added.
- Unauthorized cached GDI object tracking added.
Calendar
- DPI support added to both Calendar and DatePicker.
Controls
- TVIS_CUT state support added.
Report
Fixes
ToolkitPro
- Version caching in CXTPSystemVersion::GetComCtlVersion fixed.
- Order of uninitialization reversed in XTPShutdown.
- CXTPResourceImages validity checking removed due to conflict with fixed AssertValid overriding.
- Primitives font resources loading fixed in CXTPPrimitiveDrawer::InitFont for some scenarios.
- Singleton initialization isolation improved.
- Acive Script runtime timers cleaning up fixed for multiple runtime core instantiations.
- Samples: configurations made consistent across all samples.
CommandBars
- Mouse message filtering removed from mouse hook, Gallery's popup closing logic fixed on mouse up event.
- .XCB loading issue fixed.
- Item tooltips improved in CNavigateButtonActiveFiles popup.
Controls
- CXTPControl::m_pParent pointer checking improved.
DockingPane
- Drawing vertical captions in the TitleBar in Office 2013/2016 and Visual Studio 2012/2015 themes is fixed.
Ribbon
- Hiding/Showing QuickAccess in Backstage view fixed.
Report
- Misleading signature of CXTPReportControl::GetElementRect fixed, annotation improved.
SkinFramework
- Deadlock in SkinFramework fixed for some concurrent scenarios.
- API hooking on module loading/unloading improved and revised for persistent modules.
- Occasional scroll bar freezing in some controls fixed.
- Issues with control backgrounds and border colors fixed.
- Extra white border around some controls fixed in SkinFramework.
- Skinning issue in common dialogs fixed.
SyntaxEdit
- Bookmark navigation fixed.
TabManager
- Navigation button drawing fixed.
- Group splitter colors fixed.
↧
November 22, 2017, 7:03 am
TeeChart for .NET Standard Business EditionNew Business edition includes standard business chart types and gauges for desktop and web applications.
Features
Steema is pleased to announce the introduction of the TeeChart for NET Standard Business Edition.
The Business Edition includes Chart and Gauges types, for desktop & web, suitable for most standard business applications.
TeeChart for NET is now available in three tiers:
- Business Edition: includes standard chart types, gauges and standard custom chart tools.
- Pro Edition: includes all Business features and adds additional chart types including 3D charts, maps, extended chart tools, financial and statistical functions plus support for Microsoft Silverlight and Windows Phone.
- Enterprise Edition: includes all Pro features and adds TeeChart for Xamarin.iOS, TeeChart for Xamarin.Android, TeeChart for Xamarin.Forms and JavaScript source code.
↧
November 27, 2017, 1:23 am
ComponentOne Ultimate.Cyber Monday Only - get up to 25% off MSRP for new licenses.
Save up to 25% when you purchase new licenses of GrapeCity's ComponentOne product range before Midnight EST November 27, 2017.
Click the links below to take advantage of the Cyber Monday Special Offer
↧
↧
December 1, 2017, 2:19 am
MindFusion.WinForms PackAll graph layout classes now contain method that runs layout calculations in background.
Features
- MindFusion.Charting
- Miscellaneous
- OuterLabelRotation and InnerLabelRotation properties of BarChart and bar series renderer classes let you set custom label rotation angles.
- StackOuterLabels property of BarChart and BarStackRenderer specifies whether outer labels are displayed stacked on top of stacked bars.
- The YLabelAlignment property of BiaxialChart specifies horizontal alignment of Y-axis labels.
- MindFusion.Diagramming
- Export to Excel - Export diagrams to Excel Open XML Format (XLSX) files. Diagrams are exported as Excel AutoShapes drawings. The Export overload that takes a DiagramDocument parameter creates a sheet for each DiagramPage in the document.
- Visio2013Exporter improvements
- Visio2013Exporter processes links' arrowheads.
- Visio2013Exporter preserves the diagram Z order.
- Visio2013Exporter exports links' Text and Labels.
- Visio2013Exporter exports Image of ShapeNode objects.
- Non-blocking layout methods - All graph layout classes now contain a method that runs layout calculations the background.
- Miscellaneous
- ShapeNode, TableNode and Cell ImagePadding property lets you set the padding space between an element's border and the image.
- LinkPadding property added to LayeredLayout specifies how much space to leave between links when LinkType is set to Cascading.
- ContainerNodes now apply the TextPadding value.
- Merge indicators for cascading links are now supported as counter-parts of branch indicators.
- Custom element added to BranchIndicator enumeration.
- Export overloads that write to Stream objects have been added to PdfExporter, VisioExporter and Visio2013Exporter.
- PageAdding validation event added to the TabbedDiagramView control.
- Vertical scrollbar is now displayed on the left side of DiagramView when RightToLeft is enabled.
- MindFusion.Reporting
- Improved font support - It is now easier to change the font size or style of a label without replacing the entire label font.
↧
December 1, 2017, 6:13 am
FusionCharts Suite XTGet 25% off new licenses purchased before December 31 2017.
FusionCharts Suite XT is an industry leading JavaScript charting library that offers a unified experience across all devices and browsers. It can render over 90 charts and gauges in JavaScript (HTML5), along with data-driven maps. Its interactive features like tool-tips, clickable legend keys, drill-downs, scrolling and zooming enable a rich user experience for your data-driven applications.
Get 25% Off new licenses purchased before December 31 2017
Click the link below to take advantage of the FusionCharts Holiday Offer.
FusionCharts Suite XT - HOLIDAYOFFER25
About FusionCharts
FusionCharts is an industry leading provider of enterprise-grade data visualization solutions. 22,000 customers and 500,000 users in 120 countries trust and use FusionCharts products to add delight to their web and enterprise applications. Their customers include most Fortune 500 companies, the top business intelligence organizations, and some of the web's most popular websites.
↧
December 5, 2017, 2:46 am
New File Explorer control.Adds new pivot client, combo box, and date-range picker.
Features
- File Explorer - New control - The file explorer component is an interface for managing the file system through any web application. It allows the user to perform the most common file operations, including browse, open, create, rename, copy, paste or move, delete, and file searching.
- Windows Explorer-like functionalities and appearances.
- Handy file operations (copy, paste, move, and delete).
- File download and upload.
- File type restriction.
- Easy UI customization.
- Different layouts (grid and tile views).
- Context menu support.
- Built-in image viewer support.
- Keyboard navigation.
- Right-to-left alignment (RTL) support.
- Localization support.
- Combo Box - New control - The combo box component allows the user to type a value or choose an option from a list of predefined options. When the arrow icon that accompanies this component is clicked, the drop-down displays a list of values from which the user can select one.
- Data binding: Allows binding and accessing the list of items from local or server-side data sources.
- Grouping: Supports grouping of logically related items under a single or specific category.
- Sorting: Supports sorting list items in alphabetical order, either ascending or descending.
- Filtering: Allows filtering list items based on a character typed in the component.
- Templates: Allows customizing the list items, selected value, header, footer, category group header, and no records content.
- Accessibility: Built-in accessibility support helps provide access to all the component’s features through the keyboard, screen readers, or other assistive technology devices.
- Date-Range Picker - New control - The date-range picker is a new ASP.NET Core wrapper component that allows selecting a date range from a set of predefined or custom date-time ranges in an application.
- Dates can be selected from a pop-up window.
- Predefined custom ranges can be set for easier selection.
- Localization can be implemented.
- The control is mobile friendly.
- Pager - New control - The pager control is a new ASP.NET Core wrapper component that allows navigation between large amounts of data sectioned as pages. It includes an easily customizable UI.
- Users can navigate to a specific page.
- Users can navigate to previous, next, first, or last pages.
- Localization can be implemented.
- The control is mobile friendly.
- Pivot Client - New control - The pivot client control allows the visualization of both OLAP and relational data in pivot grids and pivot charts embedded within it. It also provides a UI option to drag fields, filter them, re-arrange them, and create pivot views at run time.
- Bind the control with relational data sources along with Microsoft Analysis Services databases and XML/A data sources.
- Build OLAP/pivot reports by placing elements in different axes of the pivot client. Reports can be prepared on the fly.
- Use the toolbar’s various options for exporting and manipulating the OLAP/pivot report such as add report, new report, remove report, etc.
- Save reports for later use.
- Apply localization.
- Spell Checker - New control - The new spell checker control finds and highlights misspelled words, typically by comparing them to a stored list of dictionary words.
- Highlights misspelled words based on user-customized style.
- Ignores alphanumeric, mixed case, and uppercase words as well as URL links.
- Ignores specific collections of words using a user-customized dictionary.
- Displays all possible suggestions based on the user-specified count.
- Renders with optimal user interface on phone, tablet, and desktop.
- Evaluates one or more HTML elements such as div, span, textarea, and input elements.
- Autocomplete
- Search indices for multicolumn pop-up - Display format and search fields in the multicolumn autocomplete control can now be differentiated, allowing users to search any number of fields in the suggestion list without modifying the selected text format.
- Chart
- Axis label breaks - Provided support for displaying axis labels on multiple lines.
- Show outside data labels - Partially visible data labels can now be displayed inside the chart area.
- Automatic label format for date-time and date-time category axis - The label format for the date-time and date-time category axis can be updated automatically based on the interval type.
- Data Manager
- Anti-forgery - The anti-forgery token can be used to help protect the application against cross-site request forgery. It generates a hidden form field (anti-forgery token) that is validated when the form is submitted.
- Additional data operations - IN and NotIN filter operations have been provided for specifying multiple values in a WHERE filter.
- Diagram
- User handle alignment - Support has been added to customize the user handle position with a desired location.
- Port enhancement - Ports can now be dragged to reposition them.
- Symmetric layout - Symmetric layout is an automatic layout used to arrange the diagram in a circular and symmetrical fashion.
- Label interaction - Interaction support has been provided for labels. They can be selected, dragged, resized, and rotated.
- Essential DocIO
- Clone and merge enhancements - An option has been added to restart or continue list numbering when merging Word documents.
- Drop-Down List
- Server filtering - This feature filters a data source when text is typed in the search box. Filtering is done based on the collection that contains matchings item from the entire data source.
- Gantt
- Resource allocation view - The Gantt control now provides support for a resource allocation view. Using this view, the user can interpret tasks occurring on same dates and the over-allocation of resources in a project.
- Sequencing tasks - It is now possible to display tasks with serial or sequence number based on the row order.
- Multiple row selection - It is now possible to select multiple rows and perform indent and negative indent actions.
- Column filtering - It is now possible to filter specific fields or columns in the Gantt control.
- Expand/collapse records at levels - The Gantt control now provides support for expanding and collapsing records at specific levels.
- Grid
- Hierarchy export - Support has been added to export multiple hierarchy levels in the grid control for PDF, Excel, and Word file formats.
- Add current selection to filter option in Excel filter menu - The add current selection to filter check box is now displayed while searching, allowing users to add the currently selected or cleared check box list data along with already-filtered data in the grid.
- Between operator option in menu filter - The between operator option has been added in the menu filter for filtering grid records based on the specified range.
- Export template column - Export the grid with template columns in Excel, PDF, and Word file formats.
- Export details template - Export the grid with the details template in Excel, PDF, and Word file formats.
- Kanban
- External drag and drop - The Kanban control now supports drag-and-drop operations between the Kanban board and other controls.
- Kanban column without data source - Kanban columns can be rendered without binding a data source and an option has been included to add new cards dynamically.
- Essential PDF
- Security - Security support allows users to create or load a password-protected PDF document.
- PNG support - Support has been added to draw PNG images in PDF documents.
- Schedule
- Excel exporting of appointments - Supports exporting the appointment collection in Excel format, along with field customization to export only the specified columns of the appointment data.
- Auto-scroll viewable area while dragging appointments to the edges - Auto-scroll support is added now, so that while dragging an appointment to the top or bottom edges of the viewable area, the schedule will scroll accordingly.
- Persisting scroll position on refresh - The scroller position on the schedule can be persisted now, even after refreshing the entire layout.
- Printing appointments with background color - Appointments can be now printed with proper background color.
- Displaying specific date collection - Additional support to display only the user-specific date collection is included, which can be of a periodic date range collection or a different date collection.
- Slider
- Button support - A button that can be hidden has been added to allow increments and decrements to the slider value.
- Tree Grid
- Stacked header - The tree grid control now provides support for stacked column headers.
- Header context menu - The tree grid control now provides support for context menus for column headers.
- Excel filtering - The tree grid control now provides support for an Excel-like menu for filtering column values.
- Toolbar Filtering - It is now possible to filter tree grid contents using toolbar filtering.
- Essential XlsIO
- Security - XlsIO allows the user to secure their Excel documents with the following abilities:
- Encrypt and decrypt Excel documents with a password.
- Protect Excel documents from unwanted changes to their structure.
- Protect worksheets and the contents of locked cells.
↧
December 5, 2017, 2:50 am
New Combo Box.Adds new combo box control, server filtering for drop-down lists and stacked headers for tree grid control.
Features
- Combo Box - New control - The combo box component allows the user to type a value or choose an option from a list of predefined options. When the arrow icon that accompanies this component is clicked, the drop-down displays a list of values from which the user can select one.
- Data binding: Allows binding and accessing the list of items from local or server-side data sources.
- Grouping: Supports grouping of logically related items under a single or specific category.
- Sorting: Supports sorting list items in alphabetical order, either ascending or descending.
- Filtering: Allows filtering list items based on a character typed in the component.
- Templates: Allows customizing the list items, selected value, header, footer, category group header, and no records content.
- Accessibility: Built-in accessibility support helps provide access to all the component’s features through the keyboard, screen readers, or other assistive technology devices.
- Autocomplete
- Search indices for multicolumn pop-up - Display format and search fields in the multicolumn autocomplete control can now be differentiated, allowing users to search any number of fields in the suggestion list without modifying the selected text format.
- Chart
- Axis label breaks - Provided support for displaying axis labels on multiple lines.
- Show outside data labels - Partially visible data labels can now be displayed inside the chart area.
- Automatic label format for date-time and date-time category axis - The label format for the date-time and date-time category axis can be updated automatically based on the interval type.
- Data Manager
- Anti-forgery - The anti-forgery token can be used to help protect the application against cross-site request forgery. It generates a hidden form field (anti-forgery token) that is validated when the form is submitted.
- Additional data operations - IN and NotIN filter operations have been provided for specifying multiple values in a WHERE filter.
- Diagram
- User handle alignment - Support has been added to customize the user handle position with a desired location.
- Port enhancement - Ports can now be dragged to reposition them.
- Symmetric layout - Symmetric layout is an automatic layout used to arrange the diagram in a circular and symmetrical fashion.
- Label interaction - Interaction support has been provided for labels. They can be selected, dragged, resized, and rotated.
- Essential DocIO
- Word-to-PDF enhancements - Essential DocIO now allows Word documents with line numbers to be converted to PDFs with their original formatting.
- Clone and merge enhancements - An option has been added to restart or continue list numbering when merging Word documents.
- Drop-Down List
- Server filtering - This feature filters a data source when text is typed in the search box. Filtering is done based on the collection that contains matchings item from the entire data source.
- File Explorer
- Mouse selection support - Provided support for managing files/folders selection using a mouse in the file explorer control.
- Gantt
- Resource allocation view - The Gantt control now provides support for a resource allocation view. Using this view, the user can interpret tasks occurring on same dates and the over-allocation of resources in a project.
- Sequencing tasks - It is now possible to display tasks with serial or sequence number based on the row order.
- Multiple row selection - It is now possible to select multiple rows and perform indent and negative indent actions.
- Column filtering - It is now possible to filter specific fields or columns in the Gantt control.
- Expand/collapse records at levels - The Gantt control now provides support for expanding and collapsing records at specific levels.
- Grid
- Hierarchy export - Support has been added to export multiple hierarchy levels in the grid control for PDF, Excel, and Word file formats.
- Add current selection to filter option in Excel filter menu - The add current selection to filter check box is now displayed while searching, allowing users to add the currently selected or cleared check box list data along with already-filtered data in the grid.
- Between operator option in menu filter - The between operator option has been added in the menu filter for filtering grid records based on the specified range.
- Export template column - Export the grid with template columns in Excel, PDF, and Word file formats.
- Export details template - Export the grid with the details template in Excel, PDF, and Word file formats.
- Kanban
- External drag and drop - The Kanban control now supports drag-and-drop operations between the Kanban board and other controls.
- Kanban column without data source - Kanban columns can be rendered without binding a data source and an option has been included to add new cards dynamically.
- Pivot Chart, Client and Grid
- Paging support for Mondrian Server (Client Mode) - Paging splits large records into separate segments so you can view data easily. It also improves the performance of the pivot controls connected to Mondrian Server.
- Schedule
- Excel exporting of appointments - Supports exporting the appointment collection in Excel format, along with field customization to export only the specified columns of the appointment data.
- Auto-scroll viewable area while dragging appointments to the edges - Auto-scroll support is now available, so that while dragging an appointment to the top or bottom edges of the viewable area, the schedule will scroll accordingly.
- Persisting scroll position on refresh - The scroller position on the schedule can be persisted now, even after refreshing the entire layout.
- Printing appointments with background color - Appointments can be now printed with proper background color.
- Displaying specific date collection - Additional support to display only the user specific date collection is included, which can be of a periodic date range collection or a different date collection.
- Slider
- Button support - A button that can be hidden has been added to allow increments and decrements to the slider value.
- Tree Grid
- Stacked header - The tree grid control now provides support for stacked column headers.
- Header context menu - The tree grid control now provides support for context menus for column headers.
- Excel filtering - The tree grid control now provides support for an Excel-like menu for filtering column values.
- Toolbar Filtering - It is now possible to filter the tree grid using toolbar filtering.
- Essential XlsIO
- Chart to image enhancement - The manual layout positions of chart elements like the legend, titles, plot area, and display units are now properly converted into images.
↧
↧
December 5, 2017, 2:53 am
New Spell Checker control.Adds new combo box control, server filtering for drop-down lists and stacked headers for tree grid control.
Features
- Combo Box - New control - The combo box component allows the user to type a value or choose an option from a list of predefined options. When the arrow icon that accompanies this component is clicked, the drop-down displays a list of values from which the user can select one.
- Data binding: Allows binding and accessing the list of items from local or server-side data sources.
- Grouping: Supports grouping of logically related items under a single or specific category.
- Sorting: Supports sorting list items in alphabetical order, either ascending or descending.
- Filtering: Allows filtering list items based on a character typed in the component.
- Templates: Allows customizing the list items, selected value, header, footer, category group header, and no records content.
- Accessibility: Built-in accessibility support helps provide access to all the component’s features through the keyboard, screen readers, or other assistive technology devices.
- Spell Checker - New control - The new spell checker control finds and highlights misspelled words, typically by comparing them to a stored list of dictionary words.
- Highlights misspelled words based on user-customized style.
- Ignores alphanumeric, mixed case, and uppercase words as well as URL links.
- Ignores specific collections of words using a user-customized dictionary.
- Displays all possible suggestions based on user-specified count.
- Renders with optimal user interfaces on phone, tablet, and desktop.
- Evaluates one or more HTML elements such as div, span, textarea, and input elements.
- Autocomplete
- Search indices for multicolumn pop-up - Display format and search fields in the multicolumn autocomplete control can now be differentiated, allowing users to search any number of fields in the suggestion list without modifying the selected text format.
- Chart
- Axis label breaks - Provided support for displaying axis labels in multiple lines.
- Show outside data labels - Partially visible data labels can now be displayed inside the chart area.
- Automatic label format for date-time and date-time category axis - The label format for the date-time and date-time category axis can be updated automatically based on the interval type.
- Data Manager
- Anti-forgery - The anti-forgery token can be used to help protect the application against cross-site request forgery. It generates a hidden form field (anti-forgery token) that is validated when the form is submitted.
- Additional data operations - IN and NotIN filter operations have been provided for specifying multiple values in a WHERE filter.
- Diagram
- User handle alignment - Support has been added to customize the user handle position with a desired location.
- Port enhancement - Ports can now be dragged to reposition them.
- Symmetric layout - Symmetric layout is an automatic layout used to arrange the diagram in a circular and symmetrical fashion.
- Label interaction - Interaction support has been provided for labels. They can be selected, dragged, resized, and rotated.
- Essential DocIO
- Word-to-PDF enhancements - Essential DocIO now allows Word documents with line numbers to be converted to PDFs with their original formatting.
- Clone and merge enhancements - An option has been added to restart or continue list numbering when merging Word documents.
- Drop-Down List
- Server filtering - This feature filters a data source when text is typed in the search box. Filtering is done based on the collection that contains matchings item from the entire data source.
- File Explorer
- Mouse selection support - Provided support for managing files/folders selection using mouse in the file explorer control.
- Gantt
- Resource allocation view - The Gantt control now provides support for a resource allocation view. Using this view, the user can interpret tasks occurring on same dates and the over-allocation of resources in a project.
- Sequencing tasks - It is now possible to display tasks with serial or sequence number based on the row order.
- Multiple row selection - It is now possible to select multiple rows and perform indent and negative indent actions.
- Column filtering - It is now possible to filter specific fields or columns in the Gantt control.
- Expand/collapse records at levels - The Gantt control now provides support for expanding and collapsing records at specific levels.
- Grid
- Add current selection to filter option in Excel filter menu - The add current selection to filter check box is now displayed while searching, allowing users to add the currently selected or cleared check box list data along with already-filtered data in the grid.
- Between operator option in menu filter - The between operator option has been added in the menu filter for filtering grid records based on the specified range.
- Export template column - Export the grid with template columns in Excel, PDF, and Word file formats.
- Export details template - Export the grid with the details template in Excel, PDF, and Word file formats.
- Kanban
- External drag and drop - The Kanban control now supports drag-and-drop operations between the Kanban board and other controls.
- Kanban column without data source - Kanban columns can be rendered without binding a data source and an option has been included to add new cards dynamically.
- Pivot Chart,Client and Grid
- Paging support for Mondrian Server (Client Mode) - Paging splits large records into separate segments so you can view data easily. It also improves the performance of the pivot controls connected to Mondrian Server.
- Ribbon
- Designer support - Improved designer support for the ribbon component in ASP.NET Web Forms.
- Schedule
- Excel exporting of appointments - Supports exporting the appointment collection in an Excel format, along with the field customization to export only the specified columns of appointment data.
- Auto-scroll viewable area while dragging appointments to the edges - Auto-scroll support is added now, so that while dragging an appointment to the top or bottom edges of the viewable area the schedule will scroll accordingly.
- Persisting scroll position on refresh - The scroller position on the schedule can be persisted now, even after refreshing the entire layout.
- Printing appointments with background color - Appointments can be now printed with proper background color.
- Displaying specific date collection - Additional support to display only the user-specific date collection is included, which can be of a periodic date range collection or a different date collection.
- Slider
- Button support - A button that can be hidden has been added to allow increments and decrements to the slider value.
- Tree Grid
- Stacked header - The tree grid control now provides support for stacked column headers.
- Header context menu - The tree grid control now provides support for context menus for column headers.
- Excel filtering - The tree grid control now provides support for an Excel-like menu for filtering column values.
- Toolbar filtering - It is now possible to filter tree grid contents using toolbar filtering.
- Essential XlsIO
- Chart to image enhancement - The manual layout position of chart elements like the legend, titles, plot area, and display units are now properly converted into images.
↧
December 5, 2017, 2:55 am
A modern JavaScript UI toolkit.Adds new Essential JS 2 toolkit, framework support for Ember, and new combo box.
Features
- Essential JS 2: Enterprise-Grade JavaScript UI Toolkit - Essential JS 2 is a modern JavaScript UI toolkit that has been built from the ground up to be lightweight, responsive, modular, and touch friendly. It is written in TypeScript and has no external dependencies. It also includes complete support for Angular and React frameworks. The following components are currently available:
- Grid
- Chart
- Drop-Down List
- Tree View
- Date Picker
- Dialog
- Numeric Text Box
- Tab
- Toolbar
- Circular Gauge
- Linear Gauge
- Form Validator
- Combo Box
- Autocomplete
- Multiselect Drop-Down
- Calendar
- Date Range Picker
- Button
- Radio Button
- Check Box
- Text Box
- Time Picker
- Masked Text Box
- List View
- Tooltip
- Context Menu
- Accordion
- Ember Support for jQuery-based JavaScript Controls - Ember support has been implemented for most of the important Syncfusion JavaScript controls. Syncfusion provides this support as an add-on, so you can seamlessly use this add-on with your Ember CLI application.
- Angular 5 Support - Essential JavaScript for Angular components have been upgraded to seamlessly support Angular 5.
- ComboBox - New control - The combo box component allows the user to type a value or choose an option from a list of predefined options. When the arrow icon that accompanies this component is clicked, the drop-down displays a list of values from which the user can select one.
- Data binding: Allows binding and accessing the list of items from local or server-side data sources.
- Grouping: Supports grouping of logically related items under a single or specific category.
- Sorting: Supports sorting list items in alphabetical order, either ascending or descending.
- Filtering: Allows filtering list items based on a character typed in the component.
- Templates: Allows customizing the list items, selected value, header, footer, category group header, and no records content.
- Accessibility: Built-in accessibility support helps provide access to all the component’s features through the keyboard, screen readers, or other assistive technology devices.
- Media Player - New control - The media player for JavaScript provides a simple yet powerful video and audio player with built-in control options. It supports HTML5 standard audio and video formats such as MP4, MP3, WebM, and Ogg.
- Supports HTML5 standard video.
- Supports YouTube videos.
- Built-in control bar for desktop and mobile devices with all basic operations, including play/pause, next, previous, volume control, and full screen.
- Timeline slider for easy navigation.
- Title bar.
- Chart
- Axis label breaks - Provided support for displaying axis labels on multiple lines.
- Show outside data labels - Partially visible data labels can now be displayed inside the chart area.
- Automatic label format for date-time and date-time category axis - The label format for the date-time and date-time category axis can be updated automatically based on the interval type.
- Data Manager
- Anti-forgery - The anti-forgery token can be used to help protect the application against cross-site request forgery. It generates a hidden form field (anti-forgery token) that is validated when the form is submitted.
- Additional data operations - IN and NotIN filter operations have been provided for specifying multiple values in a WHERE filter.
- Date-Range Picker
- Backward Selection - Backward selection support has been added to the date-range picker control to select start and end dates in any direction or order.
- Responsive Date-Range Picker - The responsiveness of the date-range picker rendered with preset ranges has improved. To ensure user-friendly selection, it renders as a single calendar on mobile devices.
- Diagram
- User handle alignment - Support has been added to customize the user handle position with a desired location.
- Port enhancement - Ports can now be dragged to reposition them.
- Symmetric layout - Symmetric layout is an automatic layout used to arrange the diagram in a circular and symmetrical fashion.
- Label interaction - Interaction support has been provided for labels. They can be selected, dragged, resized, and rotated.
- Autocomplete
- Search indices for multicolumn pop-up - Display format and search fields in the multicolumn autocomplete control can now be differentiated, allowing users to search any number of fields in the suggestion list without modifying the selected text format.
- Bar Code
- EAN - The bar code control now supports EAN-8 and EAN-13 bar codes.
- Calculate
- 27 New Excel Formulas - Support has been provided for the following Excel formulas: ASINH, ATANH, AVERAGEIF, AVERAGEIFS, BASE, BESSELI, BESSELJ, BESSELK, BESSELY, COUNTIF, MMULT, MOD, NORMSDIST, NORMDIST, ODD, POWER, PV, RADIANS, RAND, ROUND, ROUNDUP, ROUNDDOWN, SECH, SUMPRODUCT, TEXT, VLOOKUP, and STDEV.
- Drop-Down List
- Server filtering - This feature filters a data source when text is typed in the search box. Filtering is done based on the collection that contains matchings item from the entire data source.
- File Explorer
- Mouse selection support - Provided support for managing files/folders selection using a mouse in the file explorer control.
- Kanban
- External drag and drop - The Kanban control now supports drag-and-drop operations between the Kanban board and other controls.
- Kanban column without data source - Kanban columns can be rendered without binding a data source and an option has been included to add new cards dynamically.
- Schedule
- Excel exporting of appointments - Supports exporting the appointment collection in Excel format, along with field customization to export only the specified columns of the appointment data.
- Auto-scroll viewable area while dragging appointments to the edges - Auto-scroll support is now available, so that while dragging an appointment to the top or bottom edges of the viewable area, the schedule will scroll accordingly.
- Persisting scroll position on refresh - The scroller position on the schedule can be persisted now, even after refreshing the entire layout.
- Printing appointments with background color - Appointments can now be printed with proper background color.
- Displaying specific date collection - Additional support to display only the user specific date collection is included, which can be of a periodic date range collection or a different date collection.
- Slider
- Button Support - A button that can be hidden has been added to allow increments and decrements to the slider value.
- Gantt
- Resource allocation view - The Gantt control now provides support for a resource allocation view. Using this view, the user can interpret tasks occurring on same dates and the over-allocation of resources in a project.
- Sequencing tasks - It is now possible to display tasks with serial or sequence number based on the row order.
- Multiple row selection - It is now possible to select multiple rows and perform indent and negative indent actions.
- Column filtering - It is now possible to filter specific fields or columns in the Gantt control.
- Expand/collapse records at levels - The Gantt control now provides support for expanding and collapsing records at specific levels.
- Grid
- Hierarchy export support - Support has been added to export multiple hierarchy levels in the grid control for PDF, Excel, and Word file formats.
- Add current selection to filter option in Excel filter menu - The add current selection to filter check box is now displayed while searching, allowing users to add the currently selected or cleared check box list data along with already-filtered data in the grid.
- Between operator option in menu filter - The between operator option has been added in the menu filter for filtering grid records based on the specified range.
- Export template column - Export the grid with template columns in Excel, PDF, and Word file formats.
- Export details template - Export the grid with the details template in Excel, PDF, and Word file formats.
- Pager
- Template - Template support has been provided to the pager component to customize the UI based on application needs.
- Pivot Chart, Client and Grid
- Paging support for Mondrian Server (Client Mode) - Paging splits large records into separate segments so you can view data easily. It also improves the performance of the pivot controls connected to Mondrian Server.
- Tree Grid
- Stacked header - The tree grid control now provides support for stacked column headers.
- Header context menu - The tree grid control now provides support for context menus for column headers.
- Excel filtering - The tree grid control now provides support for an Excel-like menu for filtering column values.
- Toolbar filtering - It is now possible to filter tree grid contents using toolbar filtering.
↧
December 5, 2017, 2:57 am
Image Editor control.Adds new image editor, a new Smith chart, and right-to left support for rich text box.
Features
- Image Editor - New control - The image editor control lets users annotate images with freehand drawing, text, and shapes. It is also possible to perform simple image manipulation operations like cropping, flipping, and rotation.
- Image cropping.
- Image annotation with text, arrows, and shapes.
- Image rotation and flipping.
- Image zooming and panning.
- An interactive toolbar for customization.
- Smith Chart - New control - Smith chart is one of the most useful data visualization tools for high frequency circuit applications.
- Visualization of the impedance and admittance of a transmission line.
- Representation of data with line series and various types of markers.
- Data label support for better readability.
- Interactive tooltip support.
- Interactive legend.
- Customizable colors.
- Calculate
- Array formula calculation - Support has been provided for array formula calculation as in Microsoft Excel. An array formula is a formula that can perform multiple calculations with an array or series of data values and return one or more results. It helps to simplify the formula expression. For example, “=MAX (B1-C1, B2-C2, B3-C3, B4-C4, B5-C5)” can be replaced by the array formula, “{=MAX (B1:B5-C1:C5)}”.
- Chart
- Multi-level axis labels - Multi-level axis label support has been provided for the chart control.
- Data Grid
- Built-in row drag and drop - Support has been added for dragging and dropping rows in a data grid or between two data grids. This feature also allows rows to be dragged and dropped to and from any other control.
- Grid column enhancements
- Provided support to automatically generate columns for the details view grid when items source changed at runtime.
- Provided read-only support for the data grid where users can enter edit mode but can’t input text.
- Provided support to load different ItemsSource for combo box based on underlying data object.
- Diagram
- Quick Commands - Support has been provided for customizing the appearance and position of quick commands.
- Dock Port - A dock port is a place holder that allows you to create connections at any point on it.
- Auto-align - Support has been provided to align nodes or annotations automatically if they overlap.
- Essential DocIO
- Clone and merge enhancements - An option has been added to restart or continue list numbering when merging Word documents.
- Numeric Up-Down
- Customization - Numeric up-down now supports custom view, images, and a font icon with increment and decrement buttons.
- Pivot Client
- Layout for mobile view - The pivot client control appearance is now customized in such a way that it can be comfortably viewed and operated in mobile devices.
- Pivot Grid
- Excel-like filtering (Relational DB) - The pivot grid control supports sorting along with filtering values by label and value. This is available only for relational data sources.
- Top summary layout (Relational DB) - The pivot grid control can now display summary data in rows or columns at the beginning of the value cells.
- Dynamically change the properties of a calculation item (Relational DB) - The pivot computation information dialog allows you to change or edit value formats, summary types, calculation types, and field headers of a calculation item at run time.
- Calendar
- Vertical Swiping - Calendar provides vertical swiping support to navigate through a calendar’s months.
- Agenda View - Calendar supports an agenda view, in which appointments will appear on the bottom of the calendar month view.
- Gantt
- Toolbar - The toolbar contains options for editing, expanding, collapsing, indenting, outdenting, and deleting selected tasks. It also contains options for adding new tasks.
- Strip lines - Important days or events in a project can be highlighted using strip lines.
- Exclude weekends - Support has been added to exclude weekends from task duration.
- Rich Text Box
- Right-to-left support - The rich text box control allows the user to view and edit right-to-left content such as text, paragraphs, lists, and tables.
- Drag-and-drop support - The rich text box control allows the user to drag and drop content within the control.
- Spreadsheet
- Array formula calculation - Support has been provided for array formula calculation as in Excel. An array formula is a formula that can perform multiple calculations with an array or series of data values and return one or more results. It helps to simplify the formula expression. For example, “=MAX (B1-C1, B2-C2, B3-C3, B4-C4, B5-C5)” can now be replaced by the array formula, “{=MAX (B1:B5-C1:C5)}”.
- Tree Grid
- Footer column - Support has been added for freeze columns (non-scrolling columns) on the right, like in Excel.
- Stacked header - Support has been added for stacked header rows, which are unbound header rows that can span multiple rows and columns to group one or more header cells.
↧