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

GdPicture.NET v14.1.15

$
0
0
GdPicture.NET SDK 1D Barcode Reader

Increases accuracy of MRC engine and 1D Barcode reader, plus improves PDF and DOCX rasterizer engines.

Features

  • Improved Mixed Raster Content (MRC) engine accuracy.
  • Improved 1D barcode reader accuracy and speed.
  • Improved PDF rasterizer.
  • GdPicturePDF: new method GetPageUserUnit().
  • GdPicturePDF: new method SetPageUserUnit().
  • GdPictureDocumentConverter: new property RasterizationDPI.
  • DocuVieware: improved annotations manipulation support.
  • Introduced support for tables in header/footer in DOCX rasterizer engine.
  • Improved header/footer rendition in DOCX rasterizer engine.

jQWidgets 7.2.0

$
0
0
jQWidgets

Improves jqxGrid resizing performance and rendering in responsive layouts.

Features

  • Improved jqxGrid resizing performance and rendering in responsive layouts.

ComponentOne Studio Enterprise - Includes Wijmo 2019 v1

$
0
0
Wijmo samples explorer.

Wijmo adds new features and improvements to FlexGrid, FlexChart, PivotGrid, TreeView, GroupPanel and more.

Wijmo’s first major release of 2019 includes brand new developer resources, customer-requested features, improved components using a new browser API, and more.

Explore Controls & Features in Every Framework.
GrapeCity have consolidated all 500 samples into one place. Each sample is available in the following frameworks:

  • Pure JavaScript, using ES6 modules (no framework)
  • Angular (v2+)
  • Vue (v2+)
  • React

This makes it easy to find any feature you need, try it in the browser, view the source code for your favorite framework, and even make live edits to the code.

New Documentation Guides
GrapeCity have written over 200 new documentation guides that will help walk you through using the controls and implementing features.

New API Reference
GrapeCity have rebuilt their API Reference. They designed it to be consistent with their other new developer resources.

FlexGrid Tooltips
GrapeCity have added a FlexGrid.errorTip property that allows you to specify a Tooltip to use when showing validation errors. You can use this property to customize the tooltip, or set it to null to restore the original behavior.

FlexGrid Excel-like Selection
GrapeCity added an option to FlexGrid called anchorCursor, which changes the range selection to look more like Excel.

Simpler CSS Styling in FlexGrid
GrapeCity refactored and simplified the grid CSS rules so customizing cell backgrounds is now simpler and easier.

FlexGrid Performance
GrapeCity improved the FlexGrid scrolling performance even further by extending the cell reordering logic to work when scrolling horizontally and on grids with frozen cells.

OLAP Outline Mode
GrapeCity added a new PivotGrid.outlineMode property in OLAP. In outline mode, the PivotGrid renders row fields in an outline format that is more compact and reduces the amount of white space shown on the screen.

FlexChart Custom Series
GrapeCity added two new features that make it easier to customize specific series. FlexChart has a new Series.tooltipContent property that allows you to customize tooltips for specific series.

FlexChart Range Area Chart
GrapeCity have added support for range area charts to FlexChart.

Multiple Pie Charts with FlexPie
You can now use FlexPie to visualize more of your data in a single chart by creating multiple pie chart "series" using the same data source.

Better Components with ResizeObserver
In this release, GrapeCity utilize a new browser API called ResizedObserver to improve layout rendering in all of their controls. This API allows them to know when the control element is resized or changes visibility. These events can be used to make sure the control layouts adapt to their container and optimize their layout. Previously, this wasn't possible for GrapeCity to build into the controls, but thanks to this new API, GrapeCity can add this bit of polish.

Wijmo NPM Package Changes
Wijmo npm packages have been moved to the @grapecity scope. This brings benefits like multiple module formats available straight out of public npm, and drastically simplifies Wijmo usage for companies that use to host Wijmo on their private npm servers.

Before now, all Wijmo npm modules have been stored in the single ‘wijmo’ npm package. Now every module is represented as a separate package in the @grapecity scope, like @grapecity/wijmo.input or @grapecity/wijmo.grid.

For the purpose of a smooth transition of your existing applications to the new Wijmo packages, GrapeCity will continue to maintain the non-scoped ‘wijmo’ package for a limited amount of time. This means that the latest Wijmo release versions will be shipped as both scoped and non-scoped packages. But you should schedule an update of your application to use new scoped packages for the nearest time.

Wijmo 2019 v1 Change Log:

  • FlexGrid
    • Added a FlexGrid.errorTip property that allows you to specify a Tooltip to use when showing validation errors. Use this property to customize the tooltip, or set it to null to restore the original behavior (use the cell's "title" attribute to show validation errors)
    • Added an extra parameter to the FlexGrid.getClipString method so it can export row headers (in addition to column headers). This new feature is important for exporting the content of PivotGrid controls for example.
    • Added a FlexGrid.alternatingRowStep property that allows you to specify the number of regular rows that should appear between alternating rows (the default is one; set this property to zero to disable alternating rows or set it to a value greater than one to show multiple regular rows between alternate rows). Note: The alternatingRowStep property replaces/extends the showAlternatingRows property which has been deprecated.
    • Improved the FlexGrid mouse handling logic to prevent sorting columns when clicking column headers that are merged horizontally (because in this case the header refers to multiple columns).
    • Changed the FlexGrid's CSS to use weaker rules for cell styles so they are easier to override.
    • Improved FlexGrid rendering performance by reordering cells when scrolling horizontally.
    • Improved the FlexGridFilter's date/time condition filtering logic.
    • Improved the FlexGridFilter's condition editor by disabling the value editors when no condition is set.
  • GroupPanel
    • Added a GroupPanel.showDragGlyphs property that causes the control to show drag handle glyphs in the group marker elements.
  • PivotGrid
    • Added a PivotGrid.outlineMode property that causes the PivotGrid to show row groups in outline format, allowing for more compact displays.
    • Improved keyboard support in the PivotGrid to allow expanding and collapsing row groups with the keyboard (use alt-Left to collapse, alt-Right to expand).
    • Changed the olap.PivotGrid to honor the allowMerging property. Also changed the default setting of the property to 'AllHeaders'.
    • Added a PivotGrid.showValueFieldHeaders property that causes the grid to show headers for value fields even in views that have a single value field.
  • MultiRow
    • Added support for the MultiRow.newRowAtTop property (in previous versions the new row template was always displayed at the bottom of the MultiRow.
    • Added support for explicitly setting the rowspan in MultiRow cells.
  • FlexChart
    • Added a Series.tooltipContent property that allows you to add tooltips for specific series.
    • Added a Series.itemFormatter property that allows to specify an item formatter function for specific series.
    • Added support for ranged Area charts: this is similar to the support for ranged Bar and Column charts: specify the name of the properties that contain the min and max values in the series binding, e.g. myAreaSeries.binding = "ymin,ymax".
  • TreeView
    • Added a TreeView.expandOnLoad property that determines whether the TreeView should automatically expand the first node when it loads (default behavior) or if all nodes should be initially collapsed.
    • Added a TreeView.checkOnClick property that allows users to check nodes by clicking anywhere on the node header (as opposed to clicking on the checkbox itself).
    • Added a TreeView.checkedMemberPath property that allows you to bind the checkboxes in the TreeView to data members.
  • Menu
    • Added a Menu.closeOnLeave property to work with Menu.openOnHover and provide more control over when menus open and close.
  • PrintDocument
    • Added a PrintDocument.afterPrint event that occurs when the PrintDocument's temporary window raises its afterprint event.

ComponentOne Ultimate - Includes Wijmo 2019 v1

$
0
0
Wijmo samples explorer.

Wijmo adds new features and improvements to FlexGrid, FlexChart, PivotGrid, TreeView, GroupPanel and more.

Wijmo’s first major release of 2019 includes brand new developer resources, customer-requested features, improved components using a new browser API, and more.

Explore Controls & Features in Every Framework.
GrapeCity have consolidated all 500 samples into one place. Each sample is available in the following frameworks:

  • Pure JavaScript, using ES6 modules (no framework)
  • Angular (v2+)
  • Vue (v2+)
  • React

This makes it easy to find any feature you need, try it in the browser, view the source code for your favorite framework, and even make live edits to the code.

New Documentation Guides
GrapeCity have written over 200 new documentation guides that will help walk you through using the controls and implementing features.

New API Reference
GrapeCity have rebuilt their API Reference. They designed it to be consistent with their other new developer resources.

FlexGrid Tooltips
GrapeCity have added a FlexGrid.errorTip property that allows you to specify a Tooltip to use when showing validation errors. You can use this property to customize the tooltip, or set it to null to restore the original behavior.

FlexGrid Excel-like Selection
GrapeCity added an option to FlexGrid called anchorCursor, which changes the range selection to look more like Excel.

Simpler CSS Styling in FlexGrid
GrapeCity refactored and simplified the grid CSS rules so customizing cell backgrounds is now simpler and easier.

FlexGrid Performance
GrapeCity improved the FlexGrid scrolling performance even further by extending the cell reordering logic to work when scrolling horizontally and on grids with frozen cells.

OLAP Outline Mode
GrapeCity added a new PivotGrid.outlineMode property in OLAP. In outline mode, the PivotGrid renders row fields in an outline format that is more compact and reduces the amount of white space shown on the screen.

FlexChart Custom Series
GrapeCity added two new features that make it easier to customize specific series. FlexChart has a new Series.tooltipContent property that allows you to customize tooltips for specific series.

FlexChart Range Area Chart
GrapeCity have added support for range area charts to FlexChart.

Multiple Pie Charts with FlexPie
You can now use FlexPie to visualize more of your data in a single chart by creating multiple pie chart "series" using the same data source.

Better Components with ResizeObserver
In this release, GrapeCity utilize a new browser API called ResizedObserver to improve layout rendering in all of their controls. This API allows them to know when the control element is resized or changes visibility. These events can be used to make sure the control layouts adapt to their container and optimize their layout. Previously, this wasn't possible for GrapeCity to build into the controls, but thanks to this new API, GrapeCity can add this bit of polish.

Wijmo NPM Package Changes
Wijmo npm packages have been moved to the @grapecity scope. This brings benefits like multiple module formats available straight out of public npm, and drastically simplifies Wijmo usage for companies that use to host Wijmo on their private npm servers.

Before now, all Wijmo npm modules have been stored in the single ‘wijmo’ npm package. Now every module is represented as a separate package in the @grapecity scope, like @grapecity/wijmo.input or @grapecity/wijmo.grid.

For the purpose of a smooth transition of your existing applications to the new Wijmo packages, GrapeCity will continue to maintain the non-scoped ‘wijmo’ package for a limited amount of time. This means that the latest Wijmo release versions will be shipped as both scoped and non-scoped packages. But you should schedule an update of your application to use new scoped packages for the nearest time.

Wijmo 2019 v1 Change Log:

  • FlexGrid
    • Added a FlexGrid.errorTip property that allows you to specify a Tooltip to use when showing validation errors. Use this property to customize the tooltip, or set it to null to restore the original behavior (use the cell's "title" attribute to show validation errors)
    • Added an extra parameter to the FlexGrid.getClipString method so it can export row headers (in addition to column headers). This new feature is important for exporting the content of PivotGrid controls for example.
    • Added a FlexGrid.alternatingRowStep property that allows you to specify the number of regular rows that should appear between alternating rows (the default is one; set this property to zero to disable alternating rows or set it to a value greater than one to show multiple regular rows between alternate rows). Note: The alternatingRowStep property replaces/extends the showAlternatingRows property which has been deprecated.
    • Improved the FlexGrid mouse handling logic to prevent sorting columns when clicking column headers that are merged horizontally (because in this case the header refers to multiple columns).
    • Changed the FlexGrid's CSS to use weaker rules for cell styles so they are easier to override.
    • Improved FlexGrid rendering performance by reordering cells when scrolling horizontally.
    • Improved the FlexGridFilter's date/time condition filtering logic.
    • Improved the FlexGridFilter's condition editor by disabling the value editors when no condition is set.
  • GroupPanel
    • Added a GroupPanel.showDragGlyphs property that causes the control to show drag handle glyphs in the group marker elements.
  • PivotGrid
    • Added a PivotGrid.outlineMode property that causes the PivotGrid to show row groups in outline format, allowing for more compact displays.
    • Improved keyboard support in the PivotGrid to allow expanding and collapsing row groups with the keyboard (use alt-Left to collapse, alt-Right to expand).
    • Changed the olap.PivotGrid to honor the allowMerging property. Also changed the default setting of the property to 'AllHeaders'.
    • Added a PivotGrid.showValueFieldHeaders property that causes the grid to show headers for value fields even in views that have a single value field.
  • MultiRow
    • Added support for the MultiRow.newRowAtTop property (in previous versions the new row template was always displayed at the bottom of the MultiRow.
    • Added support for explicitly setting the rowspan in MultiRow cells.
  • FlexChart
    • Added a Series.tooltipContent property that allows you to add tooltips for specific series.
    • Added a Series.itemFormatter property that allows to specify an item formatter function for specific series.
    • Added support for ranged Area charts: this is similar to the support for ranged Bar and Column charts: specify the name of the properties that contain the min and max values in the series binding, e.g. myAreaSeries.binding = "ymin,ymax".
  • TreeView
    • Added a TreeView.expandOnLoad property that determines whether the TreeView should automatically expand the first node when it loads (default behavior) or if all nodes should be initially collapsed.
    • Added a TreeView.checkOnClick property that allows users to check nodes by clicking anywhere on the node header (as opposed to clicking on the checkbox itself).
    • Added a TreeView.checkedMemberPath property that allows you to bind the checkboxes in the TreeView to data members.
  • Menu
    • Added a Menu.closeOnLeave property to work with Menu.openOnHover and provide more control over when menus open and close.
  • PrintDocument
    • Added a PrintDocument.afterPrint event that occurs when the PrintDocument's temporary window raises its afterprint event.

Wijmo Enterprise 2019 v1

$
0
0
Wijmo samples explorer.

Adds new features and improvements to FlexGrid, FlexChart, PivotGrid, TreeView, GroupPanel and more.

Wijmo’s first major release of 2019 includes brand new developer resources, customer-requested features, improved components using a new browser API, and more.

Explore Controls & Features in Every Framework.
GrapeCity have consolidated all 500 samples into one place. Each sample is available in the following frameworks:

  • Pure JavaScript, using ES6 modules (no framework)
  • Angular (v2+)
  • Vue (v2+)
  • React

This makes it easy to find any feature you need, try it in the browser, view the source code for your favorite framework, and even make live edits to the code.

New Documentation Guides
GrapeCity have written over 200 new documentation guides that will help walk you through using the controls and implementing features.

New API Reference
GrapeCity have rebuilt their API Reference. They designed it to be consistent with their other new developer resources.

FlexGrid Tooltips
GrapeCity have added a FlexGrid.errorTip property that allows you to specify a Tooltip to use when showing validation errors. You can use this property to customize the tooltip, or set it to null to restore the original behavior.

FlexGrid Excel-like Selection
GrapeCity added an option to FlexGrid called anchorCursor, which changes the range selection to look more like Excel.

Simpler CSS Styling in FlexGrid
GrapeCity refactored and simplified the grid CSS rules so customizing cell backgrounds is now simpler and easier.

FlexGrid Performance
GrapeCity improved the FlexGrid scrolling performance even further by extending the cell reordering logic to work when scrolling horizontally and on grids with frozen cells.

OLAP Outline Mode
GrapeCity added a new PivotGrid.outlineMode property in OLAP. In outline mode, the PivotGrid renders row fields in an outline format that is more compact and reduces the amount of white space shown on the screen.

FlexChart Custom Series
GrapeCity added two new features that make it easier to customize specific series. FlexChart has a new Series.tooltipContent property that allows you to customize tooltips for specific series.

FlexChart Range Area Chart
GrapeCity have added support for range area charts to FlexChart.

Multiple Pie Charts with FlexPie
You can now use FlexPie to visualize more of your data in a single chart by creating multiple pie chart "series" using the same data source.

Better Components with ResizeObserver
In this release, GrapeCity utilize a new browser API called ResizedObserver to improve layout rendering in all of their controls. This API allows them to know when the control element is resized or changes visibility. These events can be used to make sure the control layouts adapt to their container and optimize their layout. Previously, this wasn't possible for GrapeCity to build into the controls, but thanks to this new API, GrapeCity can add this bit of polish.

Wijmo NPM Package Changes
Wijmo npm packages have been moved to the @grapecity scope. This brings benefits like multiple module formats available straight out of public npm, and drastically simplifies Wijmo usage for companies that use to host Wijmo on their private npm servers.

Before now, all Wijmo npm modules have been stored in the single ‘wijmo’ npm package. Now every module is represented as a separate package in the @grapecity scope, like @grapecity/wijmo.input or @grapecity/wijmo.grid.

For the purpose of a smooth transition of your existing applications to the new Wijmo packages, GrapeCity will continue to maintain the non-scoped ‘wijmo’ package for a limited amount of time. This means that the latest Wijmo release versions will be shipped as both scoped and non-scoped packages. But you should schedule an update of your application to use new scoped packages for the nearest time.

Wijmo 2019 v1 Change Log:

  • FlexGrid
    • Added a FlexGrid.errorTip property that allows you to specify a Tooltip to use when showing validation errors. Use this property to customize the tooltip, or set it to null to restore the original behavior (use the cell's "title" attribute to show validation errors)
    • Added an extra parameter to the FlexGrid.getClipString method so it can export row headers (in addition to column headers). This new feature is important for exporting the content of PivotGrid controls for example.
    • Added a FlexGrid.alternatingRowStep property that allows you to specify the number of regular rows that should appear between alternating rows (the default is one; set this property to zero to disable alternating rows or set it to a value greater than one to show multiple regular rows between alternate rows). Note: The alternatingRowStep property replaces/extends the showAlternatingRows property which has been deprecated.
    • Improved the FlexGrid mouse handling logic to prevent sorting columns when clicking column headers that are merged horizontally (because in this case the header refers to multiple columns).
    • Changed the FlexGrid's CSS to use weaker rules for cell styles so they are easier to override.
    • Improved FlexGrid rendering performance by reordering cells when scrolling horizontally.
    • Improved the FlexGridFilter's date/time condition filtering logic.
    • Improved the FlexGridFilter's condition editor by disabling the value editors when no condition is set.
  • GroupPanel
    • Added a GroupPanel.showDragGlyphs property that causes the control to show drag handle glyphs in the group marker elements.
  • PivotGrid
    • Added a PivotGrid.outlineMode property that causes the PivotGrid to show row groups in outline format, allowing for more compact displays.
    • Improved keyboard support in the PivotGrid to allow expanding and collapsing row groups with the keyboard (use alt-Left to collapse, alt-Right to expand).
    • Changed the olap.PivotGrid to honor the allowMerging property. Also changed the default setting of the property to 'AllHeaders'.
    • Added a PivotGrid.showValueFieldHeaders property that causes the grid to show headers for value fields even in views that have a single value field.
  • MultiRow
    • Added support for the MultiRow.newRowAtTop property (in previous versions the new row template was always displayed at the bottom of the MultiRow.
    • Added support for explicitly setting the rowspan in MultiRow cells.
  • FlexChart
    • Added a Series.tooltipContent property that allows you to add tooltips for specific series.
    • Added a Series.itemFormatter property that allows to specify an item formatter function for specific series.
    • Added support for ranged Area charts: this is similar to the support for ranged Bar and Column charts: specify the name of the properties that contain the min and max values in the series binding, e.g. myAreaSeries.binding = "ymin,ymax".
  • TreeView
    • Added a TreeView.expandOnLoad property that determines whether the TreeView should automatically expand the first node when it loads (default behavior) or if all nodes should be initially collapsed.
    • Added a TreeView.checkOnClick property that allows users to check nodes by clicking anywhere on the node header (as opposed to clicking on the checkbox itself).
    • Added a TreeView.checkedMemberPath property that allows you to bind the checkboxes in the TreeView to data members.
  • Menu
    • Added a Menu.closeOnLeave property to work with Menu.openOnHover and provide more control over when menus open and close.
  • PrintDocument
    • Added a PrintDocument.afterPrint event that occurs when the PrintDocument's temporary window raises its afterprint event.

Wijmo Core 2019 v1

$
0
0
Wijmo samples explorer.

Adds new features and improvements to FlexGrid, FlexChart, PivotGrid, TreeView, GroupPanel and more.

Wijmo’s first major release of 2019 includes brand new developer resources, customer-requested features, improved components using a new browser API, and more.

Explore Controls & Features in Every Framework.
GrapeCity have consolidated all 500 samples into one place. Each sample is available in the following frameworks:

  • Pure JavaScript, using ES6 modules (no framework)
  • Angular (v2+)
  • Vue (v2+)
  • React

This makes it easy to find any feature you need, try it in the browser, view the source code for your favorite framework, and even make live edits to the code.

New Documentation Guides
GrapeCity have written over 200 new documentation guides that will help walk you through using the controls and implementing features.

New API Reference
GrapeCity have rebuilt their API Reference. They designed it to be consistent with their other new developer resources.

FlexGrid Tooltips
GrapeCity have added a FlexGrid.errorTip property that allows you to specify a Tooltip to use when showing validation errors. You can use this property to customize the tooltip, or set it to null to restore the original behavior.

FlexGrid Excel-like Selection
GrapeCity added an option to FlexGrid called anchorCursor, which changes the range selection to look more like Excel.

Simpler CSS Styling in FlexGrid
GrapeCity refactored and simplified the grid CSS rules so customizing cell backgrounds is now simpler and easier.

FlexGrid Performance
GrapeCity improved the FlexGrid scrolling performance even further by extending the cell reordering logic to work when scrolling horizontally and on grids with frozen cells.

OLAP Outline Mode
GrapeCity added a new PivotGrid.outlineMode property in OLAP. In outline mode, the PivotGrid renders row fields in an outline format that is more compact and reduces the amount of white space shown on the screen.

FlexChart Custom Series
GrapeCity added two new features that make it easier to customize specific series. FlexChart has a new Series.tooltipContent property that allows you to customize tooltips for specific series.

FlexChart Range Area Chart
GrapeCity have added support for range area charts to FlexChart.

Multiple Pie Charts with FlexPie
You can now use FlexPie to visualize more of your data in a single chart by creating multiple pie chart "series" using the same data source.

Better Components with ResizeObserver
In this release, GrapeCity utilize a new browser API called ResizedObserver to improve layout rendering in all of their controls. This API allows them to know when the control element is resized or changes visibility. These events can be used to make sure the control layouts adapt to their container and optimize their layout. Previously, this wasn't possible for GrapeCity to build into the controls, but thanks to this new API, GrapeCity can add this bit of polish.

Wijmo NPM Package Changes
Wijmo npm packages have been moved to the @grapecity scope. This brings benefits like multiple module formats available straight out of public npm, and drastically simplifies Wijmo usage for companies that use to host Wijmo on their private npm servers.

Before now, all Wijmo npm modules have been stored in the single ‘wijmo’ npm package. Now every module is represented as a separate package in the @grapecity scope, like @grapecity/wijmo.input or @grapecity/wijmo.grid.

For the purpose of a smooth transition of your existing applications to the new Wijmo packages, GrapeCity will continue to maintain the non-scoped ‘wijmo’ package for a limited amount of time. This means that the latest Wijmo release versions will be shipped as both scoped and non-scoped packages. But you should schedule an update of your application to use new scoped packages for the nearest time.

Wijmo 2019 v1 Change Log:

  • FlexGrid
    • Added a FlexGrid.errorTip property that allows you to specify a Tooltip to use when showing validation errors. Use this property to customize the tooltip, or set it to null to restore the original behavior (use the cell's "title" attribute to show validation errors)
    • Added an extra parameter to the FlexGrid.getClipString method so it can export row headers (in addition to column headers). This new feature is important for exporting the content of PivotGrid controls for example.
    • Added a FlexGrid.alternatingRowStep property that allows you to specify the number of regular rows that should appear between alternating rows (the default is one; set this property to zero to disable alternating rows or set it to a value greater than one to show multiple regular rows between alternate rows). Note: The alternatingRowStep property replaces/extends the showAlternatingRows property which has been deprecated.
    • Improved the FlexGrid mouse handling logic to prevent sorting columns when clicking column headers that are merged horizontally (because in this case the header refers to multiple columns).
    • Changed the FlexGrid's CSS to use weaker rules for cell styles so they are easier to override.
    • Improved FlexGrid rendering performance by reordering cells when scrolling horizontally.
    • Improved the FlexGridFilter's date/time condition filtering logic.
    • Improved the FlexGridFilter's condition editor by disabling the value editors when no condition is set.
  • GroupPanel
    • Added a GroupPanel.showDragGlyphs property that causes the control to show drag handle glyphs in the group marker elements.
  • PivotGrid
    • Added a PivotGrid.outlineMode property that causes the PivotGrid to show row groups in outline format, allowing for more compact displays.
    • Improved keyboard support in the PivotGrid to allow expanding and collapsing row groups with the keyboard (use alt-Left to collapse, alt-Right to expand).
    • Changed the olap.PivotGrid to honor the allowMerging property. Also changed the default setting of the property to 'AllHeaders'.
    • Added a PivotGrid.showValueFieldHeaders property that causes the grid to show headers for value fields even in views that have a single value field.
  • MultiRow
    • Added support for the MultiRow.newRowAtTop property (in previous versions the new row template was always displayed at the bottom of the MultiRow.
    • Added support for explicitly setting the rowspan in MultiRow cells.
  • FlexChart
    • Added a Series.tooltipContent property that allows you to add tooltips for specific series.
    • Added a Series.itemFormatter property that allows to specify an item formatter function for specific series.
    • Added support for ranged Area charts: this is similar to the support for ranged Bar and Column charts: specify the name of the properties that contain the min and max values in the series binding, e.g. myAreaSeries.binding = "ymin,ymax".
  • TreeView
    • Added a TreeView.expandOnLoad property that determines whether the TreeView should automatically expand the first node when it loads (default behavior) or if all nodes should be initially collapsed.
    • Added a TreeView.checkOnClick property that allows users to check nodes by clicking anywhere on the node header (as opposed to clicking on the checkbox itself).
    • Added a TreeView.checkedMemberPath property that allows you to bind the checkboxes in the TreeView to data members.
  • Menu
    • Added a Menu.closeOnLeave property to work with Menu.openOnHover and provide more control over when menus open and close.
  • PrintDocument
    • Added a PrintDocument.afterPrint event that occurs when the PrintDocument's temporary window raises its afterprint event.

Infragistics Ultimate UI for WPF 19.1

$
0
0
Create combination charts

Excel Library now has the ability to create combination charts.

Features

.NET Core 3 Support

  • .NET Core 3 apps will run approx. 30% faster than apps running on the .NET Framework.
  • You no longer require your customers to have a specific version of the .NET Framework installed. Your app ships with everything it needs to run. Your customers no longer care about having a "prerequisite" framework installed in order to use your app. This is a big deal in the enterprise.
  • Support for the .NET Core CLI tools and SDK-style projects in Visual Studio. This makes creating and maintaining apps, as well as implementing CI and DevOps processes so much easier.
  • Side-by-side installations. You can have all your WPF apps targeting different versions of .NET Core 3, and they can all run independently of each other.
  • You will be able to deploy your app as a single EXE. All your assemblies will be linked (code removed that isn't used), and then bundled together.
  • You can expect updates to WPF/WinForms at a much faster cadence as these updates no longer have to be released with an OS update.
  • Access to the full Windows 10 (AKA “WinRT”) API.
  • Ability to host UWP controls in WPF and Windows Forms applications, enabling modern browser and media content and standards.

Excel Library

  • The Excel Library now has the ability to create combination charts.

XamSpreadsheet

  • You can now load any Excel document containing a chart and it will render.

Infragistics Ultimate UI for Windows Forms 19.1

$
0
0
Infragistics Ultimate UI for Windows Forms

Now renders any Excel document containing charts.

Features

Excel Library

  • The Excel Library now has the ability to create combination charts.

Spreadsheet

  • Load any Excel document containing a chart and it will render.

Infragistics Ignite UI for Angular 19.1

$
0
0
New Spreadsheet control

Adds new Angular Spreadsheet control.

Features

New Spreadsheet Control

  • The IgxSpreadsheet is a Microsoft Excel inspired component that gives you the ability to embed Excel document creation and editing experiences directly into your Angular applications. With powerful editing and cell formatting features, the IgxSpreadsheet brings the familiarity of Excel into your customer’s apps. With just a few lines of code, you can now create, open, edit, and secure Excel documents without ever having Microsoft Excel installed on your machine.
    • Formula Bar
    • Worksheet Filtering
    • Worksheet Sorting
    • AutoFilter Support
    • Conditional Formatting
    • Data Validation
    • Cell Dropdowns
    • Deselect a Selection

New Angular Chart series types

  • Category Series
  • Financial Series
  • Polar Series
  • Radial Series
  • Range Series
  • Scatter Area Series
  • Scatter Contour
  • Scatter Bubble Series
  • Scatter Marker Series
  • Scatter Shape Series
  • Stack / Stacked 100

Infragistics Ignite UI for React 19.1

$
0
0
React Map control

Adds new Map control and improves Grid interaction features.

Features

Grid Interaction Features

  • Multi-Cell Selection (Contiguous and Non-Continguous) - This feature allows you to select individual cells or a contiguous group of cells. This is done by clicking each cell while holding down the CTRL or SHIFT key.
  • Cell Range Selection (Mouse / Keyboard) - This feature allows you to select a range of cells using the mouse or the keyboard. Ranges are selected in the following ways:
  • Mouse drag - Select a cell with the mouse click, drag, release the mouse over another cell, and the range from the selected cell and released cell will be the selected range.
  • CTRL and Mouse drag - Hold the CTRL key while using the mouse to create another range will keep individual ranges selected.
  • SHIFT and Click - Select a cell, hold the SHIFT key, select another cell, and the range of cells between the two selected cells will be selected.
  • Active Cell (Excel-Style Keyboard Navigation) - Added Excel-style keyboard navigation to change the active cell.

New Stacked Series for the React Chart

  • This release adds a variety of stacked series to DataChart, including area, bar, column, line, spline area, and spline.

New Map Control

  • Visualize geographic and geo-spatial data.
  • Shape File Converter - In the Map control, the ShapefileConverter class loads geo-spatial data from shape files and converts it to a collection of ShapefileRecord objects. Geographic series can be bound to this collection and render geo-spatial data.
  • Data Binding - In addition to rendering data from shape files and geographic imagery maps, the React Map control also provides data binding to other data sources with geographic data using the data binding and data mapping properties of geographic series. The following is a preview of the Map control with GeographicSymbolSeries bound to a data model that contains locations of some cities of the world.
  • High-Performance Rendering - The React Map control provides plotting of tens of thousands of data points and updates them every few milliseconds so that the control can handle your real-time feeds.
  • Geographic Imagery Maps - This control provides the rendering of geographic imagery from Open Street Maps.
  • Geographic Series - Use this control to render an unlimited number of geographic series that can display geo-spatial data as points, polylines, and polygons.
  • Geographic Series Types - For Geographic Series, the map control provides these types below plus many more:
    • Scatter Area Series
    • Scatter Bubble Series
    • Contour Line Series
    • High Density Scatter Series
    • Scatter Symbol Series
    • Shape Polygon Series
    • Shape Polyline Series
  • Map Navigation - The React Map control provides customizable navigation behaviors for navigating map content using the mouse, keyboard, or code-behind.

Infragistics Ignite UI for JavaScript 19.2

$
0
0
Angular Spreadsheet control

Adds new Angular Spreadsheet control and improves React Grid interaction features.

Features

Angular

New Spreadsheet Control

  • The IgxSpreadsheet is a Microsoft Excel inspired component that gives you the ability to embed Excel document creation and editing experiences directly into your Angular applications. With powerful editing and cell formatting features, the IgxSpreadsheet brings the familiarity of Excel into your customer’s apps. With just a few lines of code, you can now create, open, edit, and secure Excel documents without ever having Microsoft Excel installed on your machine.
    • Formula Bar
    • Worksheet Filtering
    • Worksheet Sorting
    • AutoFilter Support
    • Conditional Formatting
    • Data Validation
    • Cell Dropdowns
    • Deselect a Selection

New Angular Chart series types

  • Category Series
  • Financial Series
  • Polar Series
  • Radial Series
  • Range Series
  • Scatter Area Series
  • Scatter Contour
  • Scatter Bubble Series
  • Scatter Marker Series
  • Scatter Shape Series
  • Stack / Stacked 100

React

Grid Interaction Features

  • Multi-Cell Selection (Contiguous and Non-Continguous) - This feature allows you to select individual cells or a contiguous group of cells. This is done by clicking each cell while holding down the CTRL or SHIFT key.
  • Cell Range Selection (Mouse / Keyboard) - This feature allows you to select a range of cells using the mouse or the keyboard. Ranges are selected in the following ways:
  • Mouse drag - Select a cell with the mouse click, drag, release the mouse over another cell, and the range from the selected cell and released cell will be the selected range.
  • CTRL and Mouse drag - Hold the CTRL key while using the mouse to create another range will keep individual ranges selected.
  • SHIFT and Click - Select a cell, hold the SHIFT key, select another cell, and the range of cells between the two selected cells will be selected.
  • Active Cell (Excel-Style Keyboard Navigation) - Added Excel-style keyboard navigation to change the active cell.

New Stacked Series for the React Chart

  • This release adds a variety of stacked series to DataChart, including area, bar, column, line, spline area, and spline.

New Map Control

  • Visualize geographic and geo-spatial data.
  • Shape File Converter - In the Map control, the ShapefileConverter class loads geo-spatial data from shape files and converts it to a collection of ShapefileRecord objects. Geographic series can be bound to this collection and render geo-spatial data.
  • Data Binding - In addition to rendering data from shape files and geographic imagery maps, the React Map control also provides data binding to other data sources with geographic data using the data binding and data mapping properties of geographic series. The following is a preview of the Map control with GeographicSymbolSeries bound to a data model that contains locations of some cities of the world.
  • High-Performance Rendering - The React Map control provides plotting of tens of thousands of data points and updates them every few milliseconds so that the control can handle your real-time feeds.
  • Geographic Imagery Maps - This control provides the rendering of geographic imagery from Open Street Maps.
  • Geographic Series - Use this control to render an unlimited number of geographic series that can display geo-spatial data as points, polylines, and polygons.
  • Geographic Series Types - For Geographic Series, the map control provides these types below plus many more:
    • Scatter Area Series
    • Scatter Bubble Series
    • Contour Line Series
    • High Density Scatter Series
    • Scatter Symbol Series
    • Shape Polygon Series
    • Shape Polyline Series
  • Map Navigation - The React Map control provides customizable navigation behaviors for navigating map content using the mouse, keyboard, or code-behind.

Aspose.CAD for Java V19.2

$
0
0
Aspose.CAD for Java

Adds support for exporting DWG to SVG format.

Features

  • Added support for exporting AutoCAD Drawing Database File (DWG) to Scalable Vector Graphics (SVG) format.
  • Convert/Export images to Drawing Exchange Format File (DXF) file formats.
  • Added support for exporting to layered Portable Document Format (PDF) files.
  • Distinguish between Drawing Template (DWT) and DWG formats from drawing stream.

Aspose.Email for Android via Java V19.3

$
0
0
Aspose.Email for Android via Java

Adds the ability to save MapiCalendars with HTML body format.

Features

  • Added the ability to save MapiCalendars with HTML body format.

Aspose.Cells for Java V19.4

$
0
0
Aspose.Cells for Java

Improves performance when converting from XLSX to HTML.

Features

  • Disable the auto-show task pane property.
  • Improved performance when converting from Microsoft Excel Open XML Spreadsheet (XLSX) to HTML.

Aspose.Cells for Android via Java V19.4

$
0
0
Aspose.Cells for Android via Java

Improves performance when converting from XLSX to HTML.

Features

  • Disable the auto-show task pane property.
  • Improved performance when converting from Microsoft Excel Open XML Spreadsheet (XLSX) to HTML.

Aspose.Words for Android via Java V19.4

$
0
0
Aspose.Words for Android via Java

Improves MailMerge performance.

Features

  • API codebase upgraded Aspose.Words for Java 19.4
  • Improved MailMerge performance.
  • Cold startup time improved by 10%.
  • Added a new ImportFormatOptions class for more flexible control over importing tasks.
  • New API to change how text is vertically aligned within a Text Box.
  • Added a new ImportFormatOptions.KeepSourceNumbering option for use in import operations.
  • Added a new ImportFormatOptions.IgnoreTextBoxes option for use in import operations.
  • Added property PdfSaveOptions.AdditionalTextPositioning to control writing of additional text positioning operators in PDF.
  • Implemented processing of fonts with "_GB2312" name suffixes (e.g. “KaiTi” font) when rendering metafiles.
  • Improved calculation of extrema when rendering DrawingML charts.
  • Improved vertical axis scaling of the chart with a manual layout of the plot area when rendering.
  • Improved impact assessment of the chart title size on the vertical axis scaling when rendering.
  • Improved vertical axis scaling when rendering DrawingML charts with the specified legend and the manual layout of the plot area.
  • Improved shading rendering for condensed text.
  • Improved overlapping logic for frames and tables.
  • Improved Keep With Next rule handling for paragraph splits.
  • Improved Keep Lines Together rule handling in presence of floaters.

GroupDocs.Annotation for Java V19.4

$
0
0
GroupDocs.Annotation for Java

Adds export/import and cleanup functionality for Cells documents.

Features

  • Watermark annotations for Words documents.
  • Cleanup text replacement in Words documents.
  • Improved text annotations in Slides documents.
  • Improved shape processing in Diagrams documents for text annotations.
  • Added export/import and cleanup functionality for Cells documents.
  • Added new types of annotations for Cells documents:
    • Text Annotation
    • Watermark
    • Resource Redaction
    • Text Replacement

MindFusion.Spreadsheet for Java Swing 1.0.2

$
0
0
MindFusion.Spreadsheet for Java Swing

Adds the ability to rotate cell text.

Features

  • Added Editable property to Cells.
  • Added the ability to rotate cell text.
  • Double underlining of cell text.
  • AllowResizeHeaders property.
  • inplaceEditStarting event with formula bar.
  • CSV importer fixes.
  • JavaFX dependencies removed.

Smart HTML Elements v3.0.0

$
0
0
Smart HTML Elements

Adds a new Chart Custom Element with more than 30 different Data Visualization options.

Features

  • Added Chart Custom Element with more than 30 different Data Visualization options.
  • Added Grid Dialog Edit.
  • Added Grid Batch Edit.

GdPicture.NET v14.1.16

$
0
0
GdPicture.NET

Includes important improvements in the DOCX rasterizer engine, plus improves MRC engine accuracy.

Features

  • Important improvements in the DOCX rasterizer engine.
  • Improved Mixed Raster Content (MRC) engine accuracy.

Fixes

  • Battery of minor bug fixes.
Viewing all 12834 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>