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

Infragistics Ultimate UI for ASP.NET 18.1 Build 18.1.20172.48

$
0
0
Infragistics Ultimate UI for ASP.NET

Improves Data Tree, Schedule and Data Grid controls.

Fixes

WebDataGrid

  • When WebDataGrid has a DropDownProvider and is inside a custom control, loading the grid dynamically will cause the drop down items to disappear.
  • When WebDataGrid has decimal column that can accept null values and its value is changed from null to 0, the UpdateMethod is not triggered.
  • When WebDataGrid has several fixed columns and is opened in Internet Explorer 11, in a browser window that is not maximized, then maximizing the window will cause the browser to stop responding.
  • When WebDataGrid has a TemplateDataField column that has a styled TextBox control, then the style of the TextBox control is not preserved after a postback to the server.
  • When WebDataGrid is bound to data with a large number of records and VirtualScrolling behavior is enabled, then some of the grid rows cannot be viewed, even using the grid's vertical scroll.

WebDataMenu

  • WebDataMenu top level's menu options are not displayed correctly.

WebDataTree

  • When WebDataTree control receives focus, then an exception is thrown.
  • When WebExplorerBar has template, containing a WebDataTree control, an exception is thrown.

WebUpload

  • WebUpload control returns a successful upload message, even if the uploading file isn't written to the server, because the session was lost due to application pool recycle.

WebSchedule

  • WebSchedule control doesn’t work when opened in Chrome with zoom level of 110% or more.
  • When WebSchedule recurrence meeting is configured, using the Recurrence Dialog window, with options different from the default, then opening this window again will not show the new recurrence configurations.
  • WebSchedule Recurrence Dialog window is not opened under an Edge browser.

Infragistics Professional 18.1

Infragistics Ultimate 18.1

ComponentOne Ultimate 2018 v2

$
0
0
ComponentOne Ultimate

Includes new controls, designers, and enhancements to C1 Studio Enterprise, Wijmo, and C1 Studio for Xamarin.

Features

  • New FlexChart features
    • Added a new Histogram chart type.
    • Added enhancements to animations.
    • Sunburst charts now have new load and update animations
    • Improved the easing functionality on iOS by adding implicit conversion of CAMediaTimingFunction to C1Easing.
  • New ComponentOne Input control features
    • Adde AutoCompleteMode property.
    • Adjust both the filter and highlighting behavior of AutoComplete and allows StartsWith, EndsWith, and Contains (Default).
    • Added the ability to use MatchCase or MatchWholeWordflags in AutoComplete.
    • Added ability to clear data from editable input controls with a clear button. It can be toggled with the ShowClearButton property.
    • New Completed Event for Input controls.
    • Added Animation for FullScreenMode.
  • ComponentOne CollectionView control
    • Added the ability to use MatchCase or MatchWholeWord flags when filtering. The FullTextFilterSample in FlexGrid101 has been modified to demonstrate this behavior.
  • ComponentOne FlexGrid enhancements
    • Added KeyActionTab property for Excel-like tab cycling. This option allows a tab key press to behave the same as in Excel, where a tab will wrap the selection and marquee to the first column of the next row when pressed from the last column of a row.
    • Added customizable selection/context menu.
    • Built in options for actions like Cut, Copy, Paste, Delete, Undo, and Select All.
    • Can also contain developer customizable actions.
    • Improved the visual quality of FlexGrid grid lines and light and dark themes.
  • New Visual Studio for Mac and Entity Framework project templates
    • Added Entity Framework SQLite Template.
    • Uses FlexGrid, CollectionView, and Entity Framework Core with a local SQLite DataBase.
    • Added Visual Studio for Mac templates.
    • Same templates currently in VS 2017 will also be available for Mac (including Entity Framework template).

ComponentOne Studio for Xamarin 2018 v2

$
0
0
New project templates for Visual Studio for Mac.

Now includes project templates for Visual Studio for Mac, plus updates to FlexChart, FlexGrid and Input controls.

Features

  • New FlexChart features
    • Added a new Histogram chart type.
    • Added enhancements to animations.
    • Sunburst charts now have new load and update animations
    • Improved the easing functionality on iOS by adding implicit conversion of CAMediaTimingFunction to C1Easing.
  • New ComponentOne Input control features
    • Adde AutoCompleteMode property.
    • Adjust both the filter and highlighting behavior of AutoComplete and allows StartsWith, EndsWith, and Contains (Default).
    • Added the ability to use MatchCase or MatchWholeWordflags in AutoComplete.
    • Added ability to clear data from editable input controls with a clear button. It can be toggled with the ShowClearButton property.
    • New Completed Event for Input controls.
    • Added Animation for FullScreenMode.
  • ComponentOne CollectionView control
    • Added the ability to use MatchCase or MatchWholeWord flags when filtering. The FullTextFilterSample in FlexGrid101 has been modified to demonstrate this behavior.
  • ComponentOne FlexGrid enhancements
    • Added KeyActionTab property for Excel-like tab cycling. This option allows a tab key press to behave the same as in Excel, where a tab will wrap the selection and marquee to the first column of the next row when pressed from the last column of a row.
    • Added customizable selection/context menu.
    • Built in options for actions like Cut, Copy, Paste, Delete, Undo, and Select All.
    • Can also contain developer customizable actions.
    • Improved the visual quality of FlexGrid grid lines and light and dark themes.
  • New Visual Studio for Mac and Entity Framework project templates
    • Added Entity Framework SQLite Template.
    • Uses FlexGrid, CollectionView, and Entity Framework Core with a local SQLite DataBase.
    • Added Visual Studio for Mac templates.
    • Same templates currently in VS 2017 will also be available for Mac (including Entity Framework template).

ComponentOne Studio ASP.NET MVC 2018 v2

$
0
0
New support for Excel-like tables.

Adds multi-line editing to FlexGrid, plus support for Excel-like tables in FlexSheet.

Features

New Controls

  • Build BI dashboards with Dashboard Layout
    • Embed ComponentOne's data controls and design dynamic screens and business intelligence dashboards with the interactive Dashboard Layout control. You can choose layouts that fit your screen requirements, and built-in features like drag and drop, maximize and restore, save and load layouts, and conversion of existing layouts provide a powerful layout system.
  • TabPanel for ASP.NET MVC
    • The TabPanel navigation control, released in Wijmo v1, has now been wrapped for ASP.NET MVC and ASP.NET Core apps. It's a simple, effective navigation control that allows the user to move between refreshed content views. Controls can be embedded into the panels.

Data Visualization Enhancements
FlexChart has added several new charts to the collection of over 80 charts and variations.

  • HeatMap chart - This specialized chart represents data values using colors, and is especially useful in plotting large, complex data. Customizations include gradient color scale, gradient color axis, and a discrete color scale.
  • New histogram variations
    • Frequency Polygon, a variation of histogram chart where the columns are replaced by a curve that's helpful for comparing multiple sets of data.
    • Gaussian/Bell curve, a bell-shaped curve in histogram chart that shows the probability distribution of a continuous random variable.
    • Cumulative mode, a variation in histogram and Frequency Polygon chart that shows the running total of frequencies on the chart.
  • Axis enhancements
    • Automatic AxisGrouping for DateTime axis
    • Expand/collapse axis groups
    • Provision for specifying calendar periods as Major/Minor units
    • Provision for specifying Min/Max axis labels
  • Additional enhancements
    • Line Marker: Allows moving/dragging of line markers after its horizontal/vertical positions has been changed
    • FlexChart for WinForms: Improved Area chart performance for large data points in DirectX mode
    • FlexChart for Xamarin improvements
      • Improved iOS animation by adding implicit conversion from CAMediaTimingFunction to C1Easing
      • Improved designer appearance of Sunburst
      • Added Histogram chart
  • New overlay in FinancialChart*
    • FinancialChart now supports ichimoku cloud, an overlay designed to tell everything at one glance about the price trend, including its direction, momentum, dynamic support and resistance levels, and even trade signals.

* Available only in ComponentOne Studio and ComponentOne Ultimate.

Platform Enhancements - ASP.NET MVC

  • New controls! TabPanel and Dashboard Layout; see above.
  • Material Theme Designer Sample
    • This interactive sample allows you to select primary and accent colors for your app, and produces the CSS you'll need to implement the styles for a Material Design app.
  • FlexGrid Multi-line editing
    • By setting a column's multiline property to true, you can implement multi-line editing in a single FlexGrid cell. The control now recognizes a newline character (/n), and ALT+ENTER now acts as a line break, as in Excel.
  • FlexSheet support for Excel-like tables
    • ASP.NET MVC's lightweight spreadsheet, FlexSheet, now supports Excel-like tables for selected ranges of cells. You can bind data directly to the table in the data source.
  • Microsoft SSAS Cube support in OLAP
    • Wijmo's support for SSAS Cubes has come to ASP.NET MVC! The ASP.NET MVC PivotEngine now allows you to connect directly to OLAP cubes provided by SSAS servers. Previously, a DataEngine WebAPI was required to connect to SSAS Cubes, and now that's built directly into the OLAP control. You can continue to use DataEngine WebAPI to analyze very large datasets from varied sources. OLAP control is included in ComponentOne Studio Enterprise.
  • FlexViewer supports ActiveReports
    • ASP.NET MVC FlexViewer now supports ActiveReports. Set the ActiveReports ServiceURL, FilePath, and ReportName properties in FlexViewer to view ActiveReports. In addition, PdfDocumentSource now supports CFF Fonts. If you have PDF Files that use CFF Fonts, these files will now load correctly in FlexViewer in all platforms.

ComponentOne Studio WPF 2018 v2

$
0
0
New HeatMap chart.

Adds new HeatMap chart to FlexChart and enhancements to MultiSelect and Expression Editor.

Features

Data Visualization Enhancements
FlexChart has added several new charts to the collection of over 80 charts and variations.

  • HeatMap chart - This specialized chart represents data values using colors, and is especially useful in plotting large, complex data. Customizations include gradient color scale, gradient color axis, and a discrete color scale.
  • New histogram variations
    • Frequency Polygon, a variation of histogram chart where the columns are replaced by a curve that's helpful for comparing multiple sets of data.
    • Gaussian/Bell curve, a bell-shaped curve in histogram chart that shows the probability distribution of a continuous random variable.
    • Cumulative mode, a variation in histogram and Frequency Polygon chart that shows the running total of frequencies on the chart.
  • Axis enhancements
    • Automatic AxisGrouping for DateTime axis
    • Expand/collapse axis groups
    • Provision for specifying calendar periods as Major/Minor units
    • Provision for specifying Min/Max axis labels
  • Additional enhancements
    • Line Marker: Allows moving/dragging of line markers after its horizontal/vertical positions has been changed
    • FlexChart for WinForms: Improved Area chart performance for large data points in DirectX mode
    • FlexChart for Xamarin improvements
      • Improved iOS animation by adding implicit conversion from CAMediaTimingFunction to C1Easing
      • Improved designer appearance of Sunburst
      • Added Histogram chart
  • New overlay in FinancialChart*
    • FinancialChart now supports ichimoku cloud, an overlay designed to tell everything at one glance about the price trend, including its direction, momentum, dynamic support and resistance levels, and even trade signals.

* Available only in ComponentOne Studio and ComponentOne Ultimate.

Platform Enhancements - WPF

  • MultiSelect enhancements
    • Group feature
    • Keyboard support
    • Themes support
    • New AutoCompleteMode and AutoSuggestMode properties
  • Expres​​​sion Editor enhancements
    • Added toolbar button for quotes
    • Added the ability to remove items from 'Category Selection' in C1ExpressionEditorPanel
    • Added support for custom functions
  • Additional enhancements
    • DataGrid for WPF: Added keyboard shortcut for Cut (Ctrl+X) function in C1DataGrid
    • TreeView for WPF: Added support for external Drag&Drop using and firing standard Drag&Drop events
    • Input​ for WPF: Added a property in C1MenuItem that’s the same as InputGestureText of MS MenuItem
    • PdfDocumentSource now supports CFF Fonts. If you have PDF Files that use CFF Fonts, these files will now load correctly in FlexViewer in all platforms.
    • FlexChart includes new charts mentioned above.

ComponentOne Studio UWP 2018 v2

$
0
0
New histogram variations.

Adds new histogram variations to FlexChart, plus improvements to MultiSelect and Expression Editor.

Features

Data Visualization Enhancements
FlexChart has added several new charts to the collection of over 80 charts and variations.

  • HeatMap chart - This specialized chart represents data values using colors, and is especially useful in plotting large, complex data. Customizations include gradient color scale, gradient color axis, and a discrete color scale.
  • New histogram variations
    • Frequency Polygon, a variation of histogram chart where the columns are replaced by a curve that's helpful for comparing multiple sets of data.
    • Gaussian/Bell curve, a bell-shaped curve in histogram chart that shows the probability distribution of a continuous random variable.
    • Cumulative mode, a variation in histogram and Frequency Polygon chart that shows the running total of frequencies on the chart.
  • Axis enhancements
    • Automatic AxisGrouping for DateTime axis
    • Expand/collapse axis groups
    • Provision for specifying calendar periods as Major/Minor units
    • Provision for specifying Min/Max axis labels
  • Additional enhancements
    • Line Marker: Allows moving/dragging of line markers after its horizontal/vertical positions has been changed
    • FlexChart for WinForms: Improved Area chart performance for large data points in DirectX mode
    • FlexChart for Xamarin improvements
      • Improved iOS animation by adding implicit conversion from CAMediaTimingFunction to C1Easing
      • Improved designer appearance of Sunburst
      • Added Histogram chart
  • New overlay in FinancialChart*
    • FinancialChart now supports ichimoku cloud, an overlay designed to tell everything at one glance about the price trend, including its direction, momentum, dynamic support and resistance levels, and even trade signals.

* Available only in ComponentOne Studio and ComponentOne Ultimate.

Platform Enhancements - UWP

  • MultiSelect enhancements
    • Group feature
    • Keyboard support
    • New AutoCompleteMode and AutoSuggestMode properties
  • Expres​​​sion Editor enhancements
    • Added toolbar button for quotes
    • Added the ability to remove items from 'Category Selection' in C1ExpressionEditorPanel
    • Added support for custom functions
  • Additional enhancements
    • PdfDocumentSource now supports CFF Fonts. If you have PDF Files that use CFF Fonts, these files will now load correctly in FlexViewer in all platforms.
    • FlexChart includes new charts mentioned above.

ComponentOne Studio WinForms 2018 v2

$
0
0
New Dashboard Layout for WinForms.

Build BI dashboards with the new interactive Dashboard Layout control.

Features

New Controls

  • Build BI dashboards with Dashboard Layout for WinForms and ASP.NET MVC
    • Embed ComponentOne's data controls and design dynamic screens and business intelligence dashboards with the interactive Dashboard Layout control. You can choose layouts that fit your screen requirements, and built-in features like drag and drop, maximize and restore, save and load layouts, and conversion of existing layouts provide a powerful layout system.
  • New Barcodes in WinForms, WPF, and UWP including:
    • Code 11
    • SSCC 18
    • HIBCode128
    • HIBCode39
    • ISBN
    • ISSN
    • ISMN
    • Iata25
    • BC 412
    • PZN
    • Plessey
    • Pharmacode
    • IntelligentMailPackage
    • Telepen
    • ITF 14

Data Visualization Enhancements
FlexChart has added several new charts to the collection of over 80 charts and variations.

  • HeatMap chart - This specialized chart represents data values using colors, and is especially useful in plotting large, complex data. Customizations include gradient color scale, gradient color axis, and a discrete color scale.
  • New histogram variations
    • Frequency Polygon, a variation of histogram chart where the columns are replaced by a curve that's helpful for comparing multiple sets of data.
    • Gaussian/Bell curve, a bell-shaped curve in histogram chart that shows the probability distribution of a continuous random variable.
    • Cumulative mode, a variation in histogram and Frequency Polygon chart that shows the running total of frequencies on the chart.
  • Axis enhancements
    • Automatic AxisGrouping for DateTime axis
    • Expand/collapse axis groups
    • Provision for specifying calendar periods as Major/Minor units
    • Provision for specifying Min/Max axis labels
  • Additional enhancements
    • Line Marker: Allows moving/dragging of line markers after its horizontal/vertical positions has been changed
    • FlexChart for WinForms: Improved Area chart performance for large data points in DirectX mode
    • FlexChart for Xamarin improvements
      • Improved iOS animation by adding implicit conversion from CAMediaTimingFunction to C1Easing
      • Improved designer appearance of Sunburst
      • Added Histogram chart
  • New overlay in FinancialChart*
    • FinancialChart now supports ichimoku cloud, an overlay designed to tell everything at one glance about the price trend, including its direction, momentum, dynamic support and resistance levels, and even trade signals.

Platform Enhancements - WinForms

  • FlexGrid Dynamic Grouping
    • Dynamic grouping automatically sorts the data, splits it into groups, and adds collapsible group rows above or below each group. The group rows may include aggregate values for one or more columns. Grouping can make this data easier to understand, navigate, and analyze. You can add grouping using the new GroupDescriptions property.
  • FlexGrid Group Panel
    • Dynamic grouping was expanded to include a Group Panel control, which enables run time grouping in FlexGrid. You can drag column headers into the panel to create groups, drag groups to new positions, and use the context menu to collapse all, expand all, or clear grouping.
  • FlexGrid star-sizing
    • The latest version of the FlexGrid control for WinForms adds a powerful and convenient feature that has been available in other versions of the FlexGrid for quite a while: star-sizing. Star-sizing allows you to specify the width of a column with respect to the total width available.
  • MultiSelect enhancements
    • MultiSelect now supports an Auto Suggest Mode and AutoCompleteMode feature that helps users search an item in the MultiSelect. The AutoSuggest mode has three options: Default, StartsWith and Contains. The AutoCompleteMode has Suggest, Append and SuggestAppend options.
  • Scheduler includes table view and agenda view
    • Scheduler's new samples include Office 2016 table and agenda views. TableView displays appointments in a table view that can be grouped, sorting, or filtered as specified by the developer or end user. It's similar to the Outlook 2016 List and Active views
    • AgendaView displays appointments grouped by date in a table view where a single table row represents a single appointment. Users can edit appointments by double-clicking on an appointment and opening the EditAppointment dialog. This view is always sorted by dates in ascending order, and doesn’t have row or column headers.
  • Additional enhancements
    • FlexPivot* includes new ShowAS functions that improve compatibility between cross-platform FlexPivot implementations.
    • Barcode additions mentioned above .
    • PdfDocumentSource now supports CFF Fonts. If you have PDF Files that use CFF Fonts, these files will now load correctly in FlexViewer in all platforms.
    • FlexChart includes new charts mentioned above.

* Aavailable only in ComponentOne Studio and ComponentOne Ultimate.

ComponentOne Studio Enterprise 2018 v2

$
0
0
ComponentOne Studio Enterprise

Adds new Dashboard Layout control, new charts, grid enhancements and more.

Features

New Controls

  • Build BI dashboards with Dashboard Layout for WinForms and ASP.NET MVC
    • Embed ComponentOne's data controls and design dynamic screens and business intelligence dashboards with the interactive Dashboard Layout control. You can choose layouts that fit your screen requirements, and built-in features like drag and drop, maximize and restore, save and load layouts, and conversion of existing layouts provide a powerful layout system.
  • TabPanel for ASP.NET MVC
    • The TabPanel navigation control, released in Wijmo v1, has now been wrapped for ASP.NET MVC and ASP.NET Core apps. It's a simple, effective navigation control that allows the user to move between refreshed content views. Controls can be embedded into the panels.
  • New Barcodes in WinForms, WPF, and UWP including:
    • Code 11
    • SSCC 18
    • HIBCode128
    • HIBCode39
    • ISBN
    • ISSN
    • ISMN
    • Iata25
    • BC 412
    • PZN
    • Plessey
    • Pharmacode
    • IntelligentMailPackage
    • Telepen
    • ITF 14

Data Visualization Enhancements
FlexChart has added several new charts to the collection of over 80 charts and variations.

  • HeatMap chart - This specialized chart represents data values using colors, and is especially useful in plotting large, complex data. Customizations include gradient color scale, gradient color axis, and a discrete color scale.
  • New histogram variations
    • Frequency Polygon, a variation of histogram chart where the columns are replaced by a curve that's helpful for comparing multiple sets of data.
    • Gaussian/Bell curve, a bell-shaped curve in histogram chart that shows the probability distribution of a continuous random variable.
    • Cumulative mode, a variation in histogram and Frequency Polygon chart that shows the running total of frequencies on the chart.
  • Axis enhancements
    • Automatic AxisGrouping for DateTime axis
    • Expand/collapse axis groups
    • Provision for specifying calendar periods as Major/Minor units
    • Provision for specifying Min/Max axis labels
  • Additional enhancements
    • Line Marker: Allows moving/dragging of line markers after its horizontal/vertical positions has been changed
    • FlexChart for WinForms: Improved Area chart performance for large data points in DirectX mode
    • FlexChart for Xamarin improvements
      • Improved iOS animation by adding implicit conversion from CAMediaTimingFunction to C1Easing
      • Improved designer appearance of Sunburst
      • Added Histogram chart
  • New overlay in FinancialChart
    • FinancialChart now supports ichimoku cloud, an overlay designed to tell everything at one glance about the price trend, including its direction, momentum, dynamic support and resistance levels, and even trade signals.

Platform Enhancements

WinForms

  • FlexGrid Dynamic Grouping
    • Dynamic grouping automatically sorts the data, splits it into groups, and adds collapsible group rows above or below each group. The group rows may include aggregate values for one or more columns. Grouping can make this data easier to understand, navigate, and analyze. You can add grouping using the new GroupDescriptions property.
  • FlexGrid Group Panel
    • Dynamic grouping was expanded to include a Group Panel control, which enables run time grouping in FlexGrid. You can drag column headers into the panel to create groups, drag groups to new positions, and use the context menu to collapse all, expand all, or clear grouping.
  • FlexGrid star-sizing
    • The latest version of the FlexGrid control for WinForms adds a powerful and convenient feature that has been available in other versions of the FlexGrid for quite a while: star-sizing. Star-sizing allows you to specify the width of a column with respect to the total width available.
  • MultiSelect enhancements
    • MultiSelect now supports an Auto Suggest Mode and AutoCompleteMode feature that helps users search an item in the MultiSelect. The AutoSuggest mode has three options: Default, StartsWith and Contains. The AutoCompleteMode has Suggest, Append and SuggestAppend options.
  • Scheduler includes table view and agenda view
    • Scheduler's new samples include Office 2016 table and agenda views. TableView displays appointments in a table view that can be grouped, sorting, or filtered as specified by the developer or end user. It's similar to the Outlook 2016 List and Active views
    • AgendaView displays appointments grouped by date in a table view where a single table row represents a single appointment. Users can edit appointments by double-clicking on an appointment and opening the EditAppointment dialog. This view is always sorted by dates in ascending order, and doesn’t have row or column headers.
  • Additional enhancements
    • FlexPivot includes new ShowAS functions that improve compatibility between cross-platform FlexPivot implementations.
    • Barcode additions mentioned above .
    • PdfDocumentSource now supports CFF Fonts. If you have PDF Files that use CFF Fonts, these files will now load correctly in FlexViewer in all platforms.
    • FlexChart includes new charts mentioned above.

WPF & UWP

  • MultiSelect enhancements
    • Group feature
    • Keyboard support
    • Themes support (WPF only)
    • New AutoCompleteMode and AutoSuggestMode properties
  • Expres​​​sion Editor enhancements
    • Added toolbar button for quotes
    • Added the ability to remove items from 'Category Selection' in C1ExpressionEditorPanel
    • Added support for custom functions
  • Additional enhancements
    • DataGrid for WPF: Added keyboard shortcut for Cut (Ctrl+X) function in C1DataGrid
    • TreeView for WPF: Added support for external Drag&Drop using and firing standard Drag&Drop events
    • Input​ for WPF: Added a property in C1MenuItem that’s the same as InputGestureText of MS MenuItem
    • PdfDocumentSource now supports CFF Fonts. If you have PDF Files that use CFF Fonts, these files will now load correctly in FlexViewer in all platforms.
    • FlexChart includes new charts mentioned above.

ASP.NET MVC

  • New controls! TabPanel and Dashboard Layout; see above.
  • Material Theme Designer Sample
    • This interactive sample allows you to select primary and accent colors for your app, and produces the CSS you'll need to implement the styles for a Material Design app.
  • FlexGrid Multi-line editing
    • By setting a column's multiline property to true, you can implement multi-line editing in a single FlexGrid cell. The control now recognizes a newline character (/n), and ALT+ENTER now acts as a line break, as in Excel.
  • FlexSheet support for Excel-like tables
    • ASP.NET MVC's lightweight spreadsheet, FlexSheet, now supports Excel-like tables for selected ranges of cells. You can bind data directly to the table in the data source.
  • Microsoft SSAS Cube support in OLAP
    • Wijmo's support for SSAS Cubes has come to ASP.NET MVC! The ASP.NET MVC PivotEngine now allows you to connect directly to OLAP cubes provided by SSAS servers. Previously, a DataEngine WebAPI was required to connect to SSAS Cubes, and now that's built directly into the OLAP control. You can continue to use DataEngine WebAPI to analyze very large datasets from varied sources. OLAP control is included in ComponentOne Studio Enterprise.
  • FlexViewer supports ActiveReports
    • ASP.NET MVC FlexViewer now supports ActiveReports. Set the ActiveReports ServiceURL, FilePath, and ReportName properties in FlexViewer to view ActiveReports. In addition, PdfDocumentSource now supports CFF Fonts. If you have PDF Files that use CFF Fonts, these files will now load correctly in FlexViewer in all platforms.

Wijmo Core 2018 v2

$
0
0
New React/Redux Cryptocurrency Tracking Application in Wijmo.

Includes new React/Redux reference application, Design Time for Wijmo Controls and SASS support.

Features

  • Design Time for Wijmo Controls - Until now, Wijmo controls were easy to use, but still required writing code. The 2018 v2 release introduces design-time environments for creating and customizing Wijmo controls. Currently available as two beta products for using a design surface similar to Visual Studio, including a live preview and property grid. The two designers are:
    • New Wijmo Designer for Angular in VSCode (Beta) - This designer is an extension for VSCode. When installed, it adds a "Wijmo Designer…" action above each Angular Wijmo component. When the action button is clicked, it opens up a design surface for customizing that specific component. You can change properties, bind events and save your changes back to the Angular application.
    • New Wijmo Designer for PureJS (Beta) - This designer is a web application for creating and customizing Wijmo controls. You can run this designer in any browser. It allows you to add controls to the design surface and then customize them to your liking. Once finished, you can copy the generated code into your own application. The generated code from this designer is plain HTML and JavaScript. The generated code includes the references, host element, and JavaScript needed to initialize the controls.
  • SASS Support for Controls and Themes - Rewritten control styles (layout, default styling) using SASS for simplification and better organization:
    • Easily use the SASS files to create your own themes. SASS files are provided for you to use and customize as you like.
    • Choose which SASS modules you want to include in your application. For example, there is now a Wijmo-Core file that only includes the core modules (not enterprise) and it's only a fraction of the size. You can really optimize your CSS size by selectively choosing what to include.
  • New React/Redux Cryptocurrency Tracking Application - Introducing a real-world reference application for Wijmo that uses React and Redux. The application is a financial dashboard for tracking cryptocurrency values. It uses modern design patters for React/Redux and a variety of Wijmo controls, and should help you evaluate and develop Wijmo apps.
  • Vue 2 Interop Enhancements - As Vue continues to gain popularity, Wijmo improves its interopability. This release adds some enhancements to Vue 2 support. Most significantly, child components now correctly work in dynamic scenarios like along with the v-for and v-if directives. GrapeCity have also added components like WjFlexGridDetail, numerous child components, and some new samples.
  • Added ES6 and ESModule support.
  • Web Components in Wijmo:
    • Introduces a beta version of the Wijmo web components interop, which exposes Wijmo controls as web components, or more specifically as custom elements.
    • Wijmo web components allows you to declaratively add Wijmo controls to HTML page, and manipulate them as usual DOM elements, without the use of any additional framework.
    • One of the benefits of web components is that the same component can be used in different frameworks and benefit from the frameworks’ additional capabilities like attribute, property, and event bindings.
    • New 'Web Components In Angular' sample demonstrates how to use Wijmo web components in Angular apps. Samples for other popular frameworks like React, Vue, Polymer, and others are on the way.

Wijmo Enterprise 2018 v2

$
0
0
New React/Redux Cryptocurrency Tracking Application in Wijmo.

Includes a new Designer for VSCode, SASS support, accessibility improvements and more.

Features

  • Design Time for Wijmo Controls - Until now, Wijmo controls were easy to use, but still required writing code. The 2018 v2 release introduces design-time environments for creating and customizing Wijmo controls. Currently available as two beta products for using a design surface similar to Visual Studio, including a live preview and property grid. The two designers are:
    • New Wijmo Designer for Angular in VSCode (Beta) - This designer is an extension for VSCode. When installed, it adds a "Wijmo Designer…" action above each Angular Wijmo component. When the action button is clicked, it opens up a design surface for customizing that specific component. You can change properties, bind events and save your changes back to the Angular application.
    • New Wijmo Designer for PureJS (Beta) - This designer is a web application for creating and customizing Wijmo controls. You can run this designer in any browser. It allows you to add controls to the design surface and then customize them to your liking. Once finished, you can copy the generated code into your own application. The generated code from this designer is plain HTML and JavaScript. The generated code includes the references, host element, and JavaScript needed to initialize the controls.
  • SASS Support for Controls and Themes - Rewritten control styles (layout, default styling) using SASS for simplification and better organization:
    • Easily use the SASS files to create your own themes. SASS files are provided for you to use and customize as you like.
    • Choose which SASS modules you want to include in your application. For example, there is now a Wijmo-Core file that only includes the core modules (not enterprise) and it's only a fraction of the size. You can really optimize your CSS size by selectively choosing what to include.
  • New React/Redux Cryptocurrency Tracking Application - Introducing a real-world reference application for Wijmo that uses React and Redux. The application is a financial dashboard for tracking cryptocurrency values. It uses modern design patters for React/Redux and a variety of Wijmo controls, and should help you evaluate and develop Wijmo apps.
  • Vue 2 Interop Enhancements - As Vue continues to gain popularity, Wijmo improves its interopability. This release adds some enhancements to Vue 2 support. Most significantly, child components now correctly work in dynamic scenarios like along with the v-for and v-if directives. GrapeCity have also added components like WjFlexGridDetail, numerous child components, and some new samples.
  • Added ES6 and ESModule support.
  • Web Components in Wijmo:
    • Introduces a beta version of the Wijmo web components interop, which exposes Wijmo controls as web components, or more specifically as custom elements.
    • Wijmo web components allows you to declaratively add Wijmo controls to HTML page, and manipulate them as usual DOM elements, without the use of any additional framework.
    • One of the benefits of web components is that the same component can be used in different frameworks and benefit from the frameworks’ additional capabilities like attribute, property, and event bindings.
    • New 'Web Components In Angular' sample demonstrates how to use Wijmo web components in Angular apps. Samples for other popular frameworks like React, Vue, Polymer, and others are on the way.

SpreadJS 11.2.1

$
0
0
SpreadJS

Now supports React and Vue.js.

Features

  • React and Vue.js Support - SpreadJS can now be used in the React and Vue.js frameworks. This includes specific tags as well as elements and events that make using the two together easy. With SpreadJS being released on NPM, you can use it with the frameworks by either using traditional HTML or the NPM package.
  • SpreadJS NPM Package - SpreadJS has now been publicly released as an NPM package. The package can be downloaded and used in your applications, which makes it easy to keep it updated without having to re-download and replace manually.
  • Customize range group interfaces using CSS - You are now able to customize how the range group interface looks using CSS classes. This includes the icon, lines, group dots, and the outline area.
  • Sheet Area Offset - The sheet area now has an offset, which fixes issues where borders did not show. In previous versions, if the headers were hidden, then borders would not show on the topmost row and/or leftmost column. The offset now fixes this issue.

Spread.NET 11 Service Pack 2

$
0
0
Spread.NET

Now signed with the GrapeCity digital signature.

Features

  • Digital Signatures on DLLs - Starting with this release, each assembly of Spread.NET 11 will be signed with the GrapeCity digital signature.
  • Important Breaking Changes in Spread.NET 11 Components and Controls
    • The minimum target framework version is changed from .NET 4.0 to .NET 4.5.2. Microsoft has dropped support for .NET 4.0, 4.5, and 4.5.1 and implemented support for "quirking" in the latest supported frameworks. This change affects all assemblies of Spread.NET 11.
  • Important Breaking Changes in Spread.NET 11 for Windows Forms 11.45.20181.0 and 11.45.20183.0
    • The default BackColor of DefaultStyleCollection.DataAreaDefault is changed from SystemColors.Window to Color.Empty. This change is part of the new feature support for "No Fill" color filtering (see below).
    • The default value of FpSpread.RangeDragFillMode is changed to DragFillMode.ControlCopy. This change will make the control default to fill cells with series patterns and copy cells when Ctrl is pressed, as in Microsoft Excel.
    • The default value of FpSpread.DragFillDataOnly is changed to false. This change will make the control default to fill cells with style settings as well as values and formulas.
    • The TEXT calculation function now uses Excel syntax for formatting values instead of .NET syntax for improved Excel-like behavior. To get the old behavior back, using .NET format syntax for formatting values, you can use this code to add the old TEXT function back as a custom function, which will override the built-in TEXT function:

IWCGjQuery Suite 4.1.0.50

$
0
0
DateTimePicker component

Adds new Accordion and DateTimePicker components.

Features

  • Added new Accordion, DateTimePicker and Select2 component
  • IWCGJQShowMessage
    • Added new method: DestroyPlugin.
    • Added possibility to call in sequence.
  • IWCGJQScheduler
    • Added new property: DirectView.
    • Added hints on fullday events.
  • IWCGJQGMap3
    • Added new property: GestureHandling.
    • Added PanTo method.
  • IWCGJQGMap3Ex
    • Added new GroundOverlay property.
    • Added PanTo method.
  • PDFViewer
    • Updated pdfjs library to 1.10.88.
    • Added PanTo method.
  • IWCGJQWizard
    • Methods Next & Previous now have a parameter to trigger the events beforeStepChanging & stepChanging.
  • IWCGJQPivot
    • Updated updated jQuery plugin to 2.19.0.
    • Added new export renderer and LoadExportRenderer property.
  • IWCGJQTinyMCE
    • Added DataLink property.
    • Added new OnKeyUp event.
  • IWCGJQHTMLEditor
    • Check the editor z-index, and apply to overlay (ReadOnly).
  • IWCGJQFileUpload
    • Added new method: CancelAll.
    • Added new event OnBeforeSubmitEx, params: Sender: TObject; AFileName: string; out ACanSubmit: Boolean; AJsScript: TStringList.

    Fixes

    • Core
      • Binaries for C++ Builder 64 bits weren't being deployed.
    • IWCGJQPlotCharts
      • Eporting/Printing issue with legend table on ChartToImage method, when Renderer = jqprDonutRenderer.
      • Exporting long chart title to canvas/svg.
    • IWCGJQGridDataSetProvider
      • Issue with saving the field when ANullIfEmpty = True on edit.
    • IWCGJQStore
      • Issue with set method in IE11.
    • IWCGJQMiniColors
      • Error - is not a valid floating point value.
    • IWCGJQTooltip
      • Tooltip on IWCGJQDropDown component.
    • IWCGJQGMap3, IWCGJQGMap3Ex, IWCGGoogleLibLoader
      • Issue with loading the Google lib.
    • IWCGJQSpinEdit
      • Bug with sending the value of input on first click/change, when click on spin up/down button.
    • IWCGJQVertMenu
      • Fixed method GetItemByUniqueName in TIWCGJQVertMenuItems.
    • IWCGJQMenu
      • Issue with Item.Visible property when linked to TAction.
    • IWCGJQFileUpload
      • Internal fix on plugin, add the file to the internal list, before execute OnBeforeSubmit event.
    • IWCGJQDialog
      • Issue with visibility of ActiveControl (when set).
    • IWCGJQMSelect
      • Issue on setting the ItemIndex (-1) when placeholder is enabled.
    • IWCGJQWizard
      • Fixed default return value for the OnFinishing event.

    Actipro Grids for WPF 2018.1 build 0672

    $
    0
    0
    Actipro Grids for WPF

    Adds UI automation peers.

    Features

    • Added UI automation peers.
    • Added the TreeListBox.ExpandAll and CollapseAll methods.

    DevExpress Windows 10 Apps 18.1.5

    $
    0
    0
    DevExpress Windows 10 Apps

    Improves Editors, Grid and Layout controls.

    Fixes

    .NET/Windows 10 Apps

    • The Utils namespace without the DevExpress prefix conflicts with user-defined namespaces.

    Controls for Windows 10 Apps

    • An error about a missing ToolboxItems.xml file is raised when a project with DX UWP assemblies is built.

    Editors for Windows 10 Apps

    • Masked TextEdit does not allow pasting text.

    Grid for Windows 10 Apps

    • UWP GridControl - Search works slowly after values are typed into the search panel.

    Layout for Windows 10 Apps

    • HamburgerSubMenuNavigationButton's command is not executed on a click in a corresponding preview item.

    DevExtreme 18.1.5

    $
    0
    0
    DevExtreme

    Improves Data Grid, Data Visualization, Pivot Grid and Scheduler controls.

    Fixes

    HTML JavaScript

    Data Grid

    • An additional column is shown in the grid when the first column is fixed in a certain layout.
    • Band columns are misaligned when a detail template is enabled under certain conditions.
    • Duplicated items when using ODataV4 with infinite scrolling mode.
    • Missing horizontal line when the grid is grouped and column fixing is enabled.
    • Multi-Row Headers (Bands) are rendered incorrectly if all child columns in a specific band are hidden.
    • Newly added rows cannot inherit the class type of underlying data items.
    • Other validation rules are ignored in popup edit mode when the "required" rule is specified.
    • The "Cannot read property 'onResize' of null" error is thrown.
    • The "Cannot set property 'X' of [object Object] which has only a getter " error occurs on an attempt to save a value in the nested property.
    • The exported document is broken if there are band columns and columnRenderingMode is set to "virtual".
    • The grid loses focus when pressing Enter after editing a cell in cell edit mode.
    • The master grid scrolls to the top when a master row is expanded.
    • The rows content is not rendered when the state is restored (in the Material theme).
    • The selectedRowsData parameter returns unsaved values after a cell value is changed in Batch Editing mode.
    • The Text Box widget in a row template is not activated on the first click in Edge.
    • The validation rule ignores a custom validation message in the popup edit mode.
    • DataGrid adds an extra summary row when a user clicks the New button.
    • DataGrid crashes after adding a row if dataSource is null or undefined.
    • DataGrid misaligns columns on row inserting when the columnAutoWidth option is enabled.
    • DataGrid renders a duplicate "fixed" column when columnFixing and bands are enabled.
    • DataGrid shows no data if the reset menu item is clicked for the Between operator.
    • DataGrid throws the "Cannot read property 'calculateGroupValue' of undefined" error when a group row is removed from the Group Panel under certain conditions.
    • DataGrid throws the "Cannot read property 'toLowerCase' of undefined" error on an attempt to use the Filter Row for an unbound column.
    • DataGrid with the filterSyncEnabled property enabled - It's not possible to clear a filter if a boolean column is filtered with the "false" value.
    • dxDataGrid - Filter builder throws errors when boolean data type columns are used.
    • dxDataGrid - Search text highlight does not work for the column with the specified template.
    • The updateDimensions method does not update the DataGrid content properly after resizing.

    Data Visualization

    • Chart - The "Cannot read property 'slice' of undefined" error occurs if getAllSeries is called before series are created.
    • Chart fires point events even if points are hidden.
    • Devextreme chart control and pinch to zoom on Edge and iOS browsers.
    • PieChart - Disabled series get reset when data is refreshed.

    DevExtreme Core

    • DataGrid - The "Currency code is required with currency style" error occurs on an attempt to export data if there is a column with the currency format and Intl is used.
    • DataGrid is slow when virtual scrolling is used.
    • dxCommand does not support a constructor with one parameter after upgrade to 17.2.7.
    • ODataStore doesn't use the "tolower" function for filter queries.

    DevExtreme Demos

    • DateBox - Overview demo for Angular is not working.
    • Documentation - The Copy Code button no longer works in the interactive configuration.
    • Lookup is rendered incorrectly when fullScreen and showCancelButton are true in the Material theme.
    • Responsive Box demo in IE11 - Item height is incorrect in the vertical layout.

    Pivot Grid

    • Export to Excel fails for a large number of rows.
    • Field Chooser - The searchTimeout option has no effect.
    • Grand Totals are calculated incorrectly when expanding a column that has no children.
    • PivotGrid sends the second request to the server when the response to the first request contains an error.
    • PivotGrid sorts by an incorrect field if the caption is the same.

    Scheduler

    • Drag and drop does not work in IE11 with jQuery 3.3.1.
    • The startDayHour / endDayHour option is not updated if the showAllDayPanel option is false.
    • Unable to drag certain appointments to the second resource item after upgrading to v.18.1.
    • Scheduler adds an incorrect offset to dates for new appointments if timeZone is "Etc/UTC".
    • Scheduler changes the endDate and startDate fields each time the onAppointmentAdding/onAppointmentUpdating handler is cancelled.
    • Scheduler does not order appointments by dates when the Month view is selected.

    Tree List

    • TreeList does not restore its scroll position after expanding child nodes.
    • TreeList loses its tree hierarchy after search.

    UI Widgets

    • DateBox with the "list" pickerType is incorrectly positioned on mobile devices.
    • Documentation - The SelectBox > Enable Paging topic is incomplete.
    • dxScrollView - Scrolling doesn't work correctly if dxScrollView is placed inside a scaled element and useNative is false.
    • dxSelectBox does not revert its text after an outside click if a custom value is accepted.
    • dxTreeView doesn't expand items after all items were collapsed.
    • FilterBuilder - Value is not saved if focus is lost in Edge.
    • It's possible to scroll the page on a mobile device using the touch slide even if dxPopup is shown.
    • NumberBox resets its value when focus is lost if the format option is specified.
    • ProgressBar throws the "this._completeAction is not a function" error when the value option equals the max option.
    • SelectBox - The e.event option returns undefined in the onValueChanged event handler if the Clear button is clicked.
    • TagBox - Selected items do not follow the selection order.
    • TagBox does not use the displayExpr callback to display text in tags.
    • It is impossible to specify an attribute for the toolbar item.
    • jQuery handlers are not removed from memory if the destroy method is called.
    • TreeView - A node is not collapsed after the expandItem method call.
    • TreeView - e.node is null in the onItemRendered event handler in v18.1.4.
    • TreeView - The onItemSelectionChanged handler is not executed when the 'selectAll' checkbox is checked.

    ASP.NET MVC

    Data Grid

    • The null cells are highlighted when the сustomizeText method is used.

    IDE Integration

    • ASP.NET Core Project Templates don't install Bower packages.

    UI Widgets

    • DevExtreme ASP.NET MVC controls render templates incorrectly when items are added outside of initial factory.
    • NumberBox resets its value when a format is used under certain conditions in v17.2.8 in IE.
    • RadioGroup - Disabled RadioButton is not shown as disable.

    DevExpress ASP.NET 18.1.5

    $
    0
    0
    DevExpress ASP.NET

    Improves Charts, DataEditors, GridView, Reports and Spreadsheet controls.

    Fixes

    ASP.NET Web Forms

    • All ASP.NET Controls
      • ASPxBinaryImage, ASPxImageZoomNavigator, ASPxImageGallery - The "This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms" error occurs in these controls.
      • Documentation - The description of how HTML and Callback compression work together is not clear.
      • How to apply a global theme to a certain page using the web.config file.
      • Visual Studio 2017 performance is slow if a complex page with numerous editors is saved on the Source view.
    • ASPxCardView
      • It is not possible to create DataItemTemplate for a specific column using a designer.
    • ASPxDataEditors
      • ASPxButtonEdit - The NullText and Text properties are swapped after a request to the server if the NullText property is set on a callback.
      • ASPxCheckBox - Toggle Mode - The control is rendered incorrectly when the Accessibility feature is used.
      • ASPxComboBox - A drop-down list flickers on scrolling if its items have different height.
      • ASPxComboBox - The "Cannot read property 'toString' of null" error occurs on an attempt to add an item with a null column value on the client side if EncodeHtml is disabled.
      • ASPxCombobox - The last item is hidden or partly invisible in the dropdown in a certain scenario in version 18.1.3.
      • ASPxComboBox, MVC ComboBox - Accessibility - The HelpText element is not represented in the editor "aria" attributes ("aria-describedby" or "aria-labelledby").
      • ASPxTokenBox - The onscreen keyboard is not always shown when the control is focused on iOS devices.
    • ASPxGridView
      • ArgumentOutOfRangeException occurs in a grid bound to ObjectDataSource if e.Cancel is enabled in the Selecting event handler and the data source's SelectParameters are not set.
      • Batch Edit - Vertical scrolling does not work properly when tabbing through editable cells.
      • Batch Editing - Extra space is added to the bottom of the grid in IE in Windows 7 when Virtual Scrolling is used.
      • Columns flicker after a group row is expanded.
      • The control does not preserve its focused row after a postback under certain conditions if the ProcessFocusedRowChangedOnServer property is set to true and the EnableCallBacks property is set to false.
      • The server-side ContextMenuItemClick event does not fire if no rows are present.
      • The 'TypeError: Cannot read property 'OnInput' of null' error occurs after an upgrade to version 18.1.
      • Validation of external editors is triggered on clicking the OK button in the header filter.
      • Documentation - Improve the example in the ASPxGridView.GetRowValues method description.
      • Documentation - Update the Values property description in the ASPxGridViewHeaderFilterEventArgs Members article.
      • Documentation - WebDataSelection.SelectRowByKey - Add a note that a key object should be valid.
      • Documentation ASPxTextEditBase - Add information that client-side validation doesn't support the Lookbehind regular expression type.
    • ASPxHtmlEditor
      • A numbered list changes its position on a form if it is switched to unnumbered.
      • Setting StylesButton.Native to True causes rendering error.
    • ASPxPivotGrid
      • ASPxPivotGrid does not provide methods to convert value indices from custom popup menu items to row and column indices.
      • Prefilter - The list of available values is not updated after changing the target field.
    • ASPxQueryBuilder
      • "The type 'DevExpress.Xpo.Helpers.IConnectionPage' is defined in an assembly that is not referenced" error is displayed when the OpenConnection method is called.
      • Data Model - The "Group by" statement is lost upon saving results in Query Builder.
    • ASPxRichEdit
      • A document size and time to process the document are significantly increased when a document state provider is implemented for working with RichEditControl documents.
      • An error occurs on an attempt to insert a bookmark, header or footer if ReadOnly is enabled.
      • Merge fields' values are not displayed in the print preview if a document is not bound to a data source.
      • Numbered/bullet list formatting is not removed when the built-in Clear Formatting ribbon item is clicked.
      • Table indent is not saved after re-opening a document.
      • The built-in Cut and Copy ribbon items are always disabled in IE.
      • "The given key was not present in the dictionary" error occurs if a document contains a checkbox.
    • ASPxScheduler Suite
      • Days are shown in the incorrect order after switching resources in the WorkWeek view.
      • If an internal Data Navigator has the "Tokens" mode, the "HttpUnhandledException" error occurs.
      • Several default shortcuts are described incorrectly in the documentation.
      • NullReferenceException is raised while rendering the Scheduler control when the BoldAppointmentDates option is disabled for the DateNavigator control.
      • Resource color schemas are not applied to ASPxScheduler resources if resources are reloaded on a callback and client rendering is enabled.
    • ASPxSpreadsheet
      • The page hangs when switching sheets in a certain document in Edge.
      • Documentation - Add a topic regarding the use of charts in ASPxSpreadsheet.
    • ASPxTreeList
      • Data binding to a large data source is slow after the upgrade from version 17.1.
      • NullReferenceException is thrown during the export when the ShowPager mode is used and SettingsExport.ExportAllPages is set to "true".
    • Navigation, Layout & Multi-Purpose Controls
      • ASPxFileManager - How to change the caption of the Details View's command column.
      • ASPxFileManager - The "Filter by" input window is disabled if a selected folder contains only subfolders.
      • ASPxFileManager Documentation - Add information that a custom file provider's GetFiles method may be called twice when switching folders.
      • ASPxFormLayout with the Adaptive Grid layout - The JavaScript "this.GetMainElement is null" error occurs if ASPxFormLayout is hidden on a callback.
      • ASPxFormLayout/FormLayout - Describe LayoutItem's Caption property when LayoutItem is located in TabbedLayoutGroup.
      • ASPxMenu - ASPxComboBox's dropdown is trimmed when it is displayed inside a popup menu.
      • ASPxPanel - The Collapse functionality doesn't work if the panel's content has the float style.
      • ASPxSplitter - The splitter's pane separator moves automatically on page load in IE11 if its pane's AutoWidth is set to true and Bootstrap styles are registered on the page.
    • XtraCharts Suite
      • A vertical line is not shown in a Line Series if Axis X or Y is reversed.
      • Axis Labels - Multi-line text is overlapped in SVG render mode.
      • WebChartControl - Designer is automatically closed on an attempt to create a new series.
      • WebChartControls - The ObjectSelected event is raised on the server side even if e.processOnServer = false.
    • XtraReports Suite
      • ASPxDocumentViewer - Extra icons are shown on the viewer's surface if the 'accessibilityCompliant' option is set to true.
      • ASPxWebDocumentViewer does not load a report after the upgrade from v17.2 to v18.1.
      • The DevExpress.Web.Reporting NuGet package does not contain the DevExpress.XtraReports.v18.1.Web.Azure assembly.

    ASP.NET MVC

    • MVC CardView
      • Documentation - Add a note that the ExportRenderBrick event can be used only in certain cases.
    • MVC Data Editors
      • Calendar - It is impossible to select several dates on Macs using the Cmd + left mouse button shortcut.
      • ComboBox - The CustomFiltering delegate should return void.
      • Documentation - Describe specifics of displaying custom model errors in the ValidationSummary extension.
      • ListBox - Search doesn't work when the callback mode and multiple selection are enabled.
    • MVC GridView
      • Batch Edit - The "Input string was not in a correct format" or the "Unexpected 'x' at 0" error occurs on an attempt to update the grid with the BinaryImage column.
      • Data Annotation attributes are not applied when columns are generated automatically.
      • Filtering settings cannot be saved in a customization dialog under certain conditions.
      • The "Clear Sorting" menu item should not be shown for grouped columns.
      • The SelectCheckBoxPosition property isn't applied to the Select All checkbox in the header.
      • Themes are not applied using the ASP.NET mechanism.
    • MVC HtmlEditor
      • A bullet list is not removed when the 'Bullet List' button is pressed twice.
    • MVC Navigation, Layout & Multi-Purpose Extensions
      • FormLayout is rendered incorrectly if it is placed into a template and its settings are defined using FormLayoutSettings that are bound to a model.
      • PopupControl - The Callback mode does not work when the popup contains a form.
    • MVC Pivot Grid
      • Cell values are not completely shown during the export.
    • MVC QueryBuilder
      • Web Report Designer - The Landscape option is not taken into account after the PaperKind is changed.
    • MVC Report
      • ASPxWebDocumentViewer - A DOCX file is loaded into the XRRichText control incorrectly.
      • Chart Designer - The ValueDataMember.Weight property value is not serialized for Bubble Chart.
      • DocumentViewer - A cascading parameter's lookup is not populated with data according to initial parameter values in case of viewing a remotely created report.
      • DocumentViewer - The IndexOutRange exception is thrown on an attempt to navigate in a specific report.
      • HTML5 Document Viewer - A new window opened when the export button is pressed is not closed in Firefox.
      • HTML5 Document Viewer causes "The size of message property 'jsonArguments' exceeds the limit of '32767' bytes." on Azure environment that auto scales.
      • Mobile Document Viewer - Search results' zooming level is reset once the search results are scrolled.
      • The "Can't resolve 'X' in 'Y' Module not found" error occurs on publishing the Reporting Angular Application CTP.
      • Web Report Designer - The XRPivotGridField.UnboundExpressionMode property is missing.
      • Web Report Designer - "Cannot read property 'reject' of undefined" error is thrown when the save operation is canceled by using the ReportSaving event handler.
      • Web Report Designer - A fully qualified class name of a custom control is displayed in the Properties Panel.
      • Web Report Designer - No error is displayed in the browser's console if the getDesignerModelAction action returns invalid JSON data.
      • Web Report Designer - The ReportOpened event is not fired when the report designer loads a bound report.
      • Web Report Designer - The SubReport control does not show an intersecting warning.
      • Web Report Designer / Query Builder - Sorting by a joined column creates CustomSqlQuery and makes the query uneditable.
    • MVC RichEdit
      • There is no corresponding option to disable field update.
      • Documentation - Add a note about a way to send a request to the server to the RichEditExtension.SaveCopy help topic and other topics dedicated to RichEdit's static methods.
      • It is impossible to remove a subitem from DropDownItem.
      • It's impossible to work with a document if an exception occurred on a callback.
      • Scrolling to the corresponding element is not performed when switching between occurrences in the built-in search.
    • MVC Scheduler
      • Scheduler with DateNavigator - It's not possible to change months/years using the corresponding standard buttons if months are shown in several rows after the upgrade to v18.1.

    ASP.NET Bootstrap

    • Bootstrap CardView
      • It's impossible to set an Edit Form template if the edit mode is PopupEditForm.
      • The BootstrapCardViewLayoutGroup.Items collection is marked as an "unknown" element in a page markup and is not available in VS Intellisence.
    • Bootstrap Charts
      • BootstrapPieChart is not rendered on the page after an update to 18.1.4.
    • Bootstrap Data Editors
      • BootstrapListBox - The ItemTemplate property doesn't work.
      • BootstrapTagBox - The ClientEnabled property has no effect.
    • Bootstrap GridView
      • Provide accessibility for the Page Size Item element.
      • The popup edit form loses its overlay under certain conditions.
    • Bootstrap Navigation, Layout & Multi-Purpose Controls
      • BootstrapFormLayout - A selected BootstrapComboBox value is reset on postbacks.
      • BootstrapPopupControl - The control is shown at an incorrect position when the MinHeight and ScrollBars properties are specified.
    • Bootstrap Scheduler
      • The HtmlTimeCellPrepared event is not raised.

    ASP.NET Core Bootstrap

    • .NET Core/ASP.NET Core Bootstrap
      • ASP.NET Core Bootstrap - Binding CheckBox to dynamic property fails.
      • Bootstrap ASP.NET Core - It is not possible to select DbContexts and Models using the Insert DevExpress Bootstrap Core Controls wizard.
      • The "Found 2 elements with non-unique id" error occurs in Chrome version 63 if more than one form elements and the password input are used.
    • Editors (ASP.NET Core Bootstrap)
      • BootstrapComboBox for ASP.NET Core - The "Index out of range" exception is thrown if the request contains a parameter with the same name as BootstrapComboBox' name.
      • BootstrapTagBox - The setSelectedIndex/getSelectedIndex and setSelectedItem/getSelectedItem methods work incorrectly.
      • BootstrapTimeEdit - Client-side sender object is not correct when the time edit is used as a part of BootstrapDateEdit only.
      • BootstrapUploadControl shows the file dialog twice on phones when the text box is hidden.
    • GridView (ASP.NET Core Bootstrap)
      • The grid freezes on loading after an Ajax callback is called to an edit form with a combobox.
      • There is no API to get a visible row index for a row.
      • Export - How to set the SheetName and change header colors in the resulting XLSX file.
      • The "An bootstrap builder with X name already rendered" error occurs when using the EditForm template.
      • BootstrapGridView loaded using jQuery.ajax - Paging doesn't work.
    • Layout (ASP.NET Core Bootstrap)
      • The "Value cannot be null. Parameter name: input" error occurs on an attempt to bind an item to a nested field of the model's complex field.
    • Project Templates
      • The Bower packages are not restored.
    • Scheduler (ASP.NET Core Bootstrap)
      • BeginCallbackEventArgs.customArgs is not available.

    DevExpress WPF 18.1.5

    $
    0
    0
    DevExpress WPF

    Improves Bars, Charts, Grid, Pivot Grid, Ribbon, Rich Edit and Scheduler controls.

    Fixes

    Data-Aware Export

    • It takes a long time to export GridControl with many cells to Excel.

    DemoCenter (.NET)

    • Code selection doesn't work in the demo Code Viewer.

    DXBars & DXRibbon Common (WPF)

    • Theme selectors do not show any icons for custom themes when UseSvgGlyphs is True and a custom theme is registered without an SVG icon.

    DXBars for WPF

    • AllowGlyphTheming is not working correctly in BarItems.
    • BarEditItem - Editors are aligned incorrectly if items are located in a drop-down menu and Office2010 themes are used.
    • Bars - WH_MOUSEHook fails with OverflowException on Korean Win10.
    • GridControl displayed in HwndSource stays in memory after the host is removed.
    • Items in BarSubItem's popup remain highlighted when the mouse pointer leaves their boundaries and the left mouse button is pressed.
    • Popup in Office 2013 theme is different than in a real Office application.
    • RadialContextMenu does not display sub-menus after upgrade to 18.1.
    • The GlyphSideControl element can be focused using the keyboard.

    DXCharts for WPF

    • An unhandled error occurs during the ChartControl initialization in certain situations.
    • Chart Designer - An empty color picker is shown for the Axis Label Background property.
    • Legend - The Constant Line checkbox is not displayed when the MarkerMode property is set to CheckBoxAndMarker.
    • Memory leak issue with the logarithmic Y-Axis item when the AlwaysShowZeroLevel option is disabled.
    • OutOfMemoryException is raised while zooming a logarithmic scale using the mouse wheel.
    • The Legend panel is not shown until the chart's data source is refreshed.
    • Unsupported series types are not visible in the Dashboard Designer with the MetropolisDark theme.

    DXControls for WPF

    • DependencyPropertyBehavior - NullReferenceException is thrown if a composite property name is used.
    • DXDialogWindow's title is not aligned correctly in SE themes.
    • DXOpenFileDialog - The current start position is not the center of the owner form.
    • DXOpenFileDialog - The Multiselect property value is ignored after switching between folders.
    • DXOpenFileDialog - Touch themes aren't applied.
    • DXSaveFileDialog - The first item is selected when opening the dialog.
    • DXSaveFileDialog is shown without a border.
    • Metropolis Light theme - An incorrect foreground color.
    • SimpleButton - Provide the GlyphHeight and GlyphWidth properties to manually specify the required Glyph size.
    • SimpleButton - The Delay and Interval properties aren't taken into account.
    • SmartTags' Binding Editor doesn't work after the update to version 18.1.4.
    • The IsEllipseEnabled property doesn't work in the Office2016WhiteSE theme.
    • ToolTip inherits FontWeight from its parent with a DevExpress theme applied.

    DXDiagram for WPF

    • Diagram Control - Low contrast of the Style panel and too high contrast of grid lines.
    • DiagramControl works slowly when it contains items with many connection points.
    • DiagramOrgChartBehavior processes PropertyChanged updates from source items even if the UpdateItem event is not handled in the user code.
    • Item moving and resizing is slow in DiagramControl when it contains many connectors.
    • Nested DiagramContentItems are not generated when GenerationDepth is set.
    • The diagram context menu is shifted to the right in version 18.1.

    DXDocking for WPF

    • A thick border is shown around a selected tab's header in TabbedGroup when the VS2017Light theme is used.
    • An application hangs when ItemToLinkBinder objects are disposed of.
    • An exception is raised when the FloatGroup.SizeToContent property is set to WidthAndHeight.
    • ControlBoxButtons are incorrectly styled in the VS2017 and Office2016SE themes.
    • Hidden panels stop opening when certain actions are performed over them in AutoHideGroups.
    • MDIMenuBar doesn't show newly added items if an MDI panel is maximized.
    • NullReferenceException occurs when a panel is dragged in DockLayoutManager with a broken hierarchical structure.
    • The AutoHide panel automatically opens and collapses when the auto hide area is hovered.
    • The MouseDown event is handled by DocumentMDIContainer's ScrollViewer in SE themes.

    DXEditors for WPF

    • ComboBoxEdit becomes empty when typing a value and EditValuePostMode is Delayed and IncrementalFiltering is enabled.
    • Inplace CheckEdit editors work incorrectly in the LightGray theme.
    • ListBoxEdit - Items become invisible when deselected in multiple selection mode and the VS2017Light theme is used.
    • Null text is not readable in both Metropolis themes.
    • ProgressBarEdit's border becomes thicker in certain themes.
    • PropertyGridControl with PopUpBrushEdit - A focus issue after selecting the "G" field.
    • Removing a group in the FilterEditor control causes a NullReferenceException.
    • TextEdit error tooltip is not updated when IDataErrorInfo is used.
    • TextEdit's validation error isn't updated.
    • The GlyphRun rendering mode is not used when TextEditSettings.TextTrimming is set to None and there is no enough space to display text completely.
    • Token editors - The left border is not visible when the editor's Background property is set.
    • TokenLookUp with enabled IncrementalFiltering, MultiSelection and opened popup loses selected tokens after input and posting a new value.

    DXGauges for WPF

    • It is impossible to select Start/End values when the IsInteractive option is enabled.

    DXGrid for WPF

    • A search string is added to the MRU list although search results are empty.
    • Auto Filter Row cells are not editable when ShowCriteriaInAutoFilterRow is set to false.
    • Best fit doesn't work correctly if text trimming is disabled in cell editors.
    • Cell selection doesn't work on a right-click when ShowSelectionRectangle="True".
    • FormatConditions don't correctly apply TextDecorations if the CellTemplate property contains the InplaceBaseEdit element.
    • Formatted ClipboardMode is not working when ShowCheckBoxSelectorColumn="True".
    • Grid - An error tooltip doesn't disappear after a cell value is corrected.
    • Grid occasionally gets "The given key was not present in the dictionary" exception when reloading data.
    • It is impossible to color images in the Auto Filter Row by setting the WpfSvgPalette.Palette property at the AutoFilterRowControl class level in versions 17.2.4 and higher.
    • The Excel Style Filtering popup cannot apply the Equals filter to enum values when a smart column is used.
    • The Moving Row Focus documentation article contains incorrect information about the AllowInitiallyFocusedRow property.

    DXLayoutControl for WPF

    • A collapsed LayoutControl handles the MouseWheel event.
    • LayoutControl doesn't apply values set in the theme style.

    DXMap for WPF

    • Map Pushpins unexpectedly change their position when zooming in certain cases.
    • The BingRouteLeg.Itinerary.Detail property always returns the first detail item and does not allow receiving multiple items.
    • The RouteCalculated event is not raised if an exception was raised during road calculation.

    DXNavBar for WPF

    • NavBarControl - The NavigationPaneView's popup form is shown with the transparent background when the Office2016WhiteSE theme is applied.
    • NavigationPaneView popup background is transparent.

    DXPivotGrid for WPF

    • An empty column area row is displayed on export if the ShowColumnGrandTotalHeader property is disabled.
    • An unhandled error occurs when expanding a field on a touch screen device if the asynchronous data processing is enabled.
    • DXPivotGrid - The "Hide this Field" context menu item is shown as disabled when a Field List is hidden.
    • NullReferenceException is raised when several different Pivot Grid controls are exported using the CompositeLink.
    • Pivot Grid - Data editing stopped working correctly in version 18.1.4.
    • The PivotDrillDowDataRow.SetValue method does not work in the cell editing sample project.
    • The PivotGridControl.CellStyle behavior is changed after upgrade to v18.1.
    • The public PivotCellBaseEventArgs.SummaryValue.CustomValue property returns an instance of a private class that does not provide a way to get an actual value calculated using the CustomSummary event.
    • The same Data Area Cells from the first pivot grid are exported to all grids if several pivot grids are exported to the same document using CompositeLink.
    • Usability - PivotGridControl doesn't provide the capability to avoid hiding a specific field.

    DXPrinting for WPF

    • DocumentPreviewControl - The 'Page Setup' dialog cannot be localized.
    • DocumentPreviewControl width in DialogService is set to full width and min height.

    DXPropertyGrid for WPF

    • PropertyGridEditor's attribute isn't applied to classes.

    DXRibbon for WPF

    • RibbonControl's TitleBar is not hidden when ToolbarShowMode is Hide and RibbonTitleBarVisibility is Auto.
    • Ribbon's BarButtonItem is incorrectly clicked when a dialog is closed.
    • The "Resource not found" exception is raised when DXRibbon is used in one of Office 2016 SE themes.
    • The Back button alignment in BackStageViewControl in Office2016WhiteSE differs from MS Office applications.
    • There is no space between the group name and its drop-down button when the Seven theme is applied.
    • Window buttons are shifted when BackstageViewControl is opened.
    • Window title disappears after switching from RibbonControl to MainMenuControl.

    DXRichEdit for WPF

    • A paragraph's indent is not preserved as in MS Word when removing numbering from a "numbered list" item.
    • A table imported from the HTML format has an incorrect layout when there are cells that span several columns.
    • Margins defined in a custom style for Button are not applied to the Delete and Go To buttons in the Bookmark form.
    • Significant performance degradation on initializing RichEditControl's UI commands.

    DXScheduler for WPF

    • A memory leaks occurs when reloading SchedulerControl's data source.
    • DateTime values displayed in the scheduler's FlyoutControl ignore culture settings.
    • NullReferenceException is raised in SchedulerControl when AllowAppointmentResize is set to False in XAML.
    • RecurrenceInfo mapping does not work when a converter returns objects different from a string.
    • Selected cells flicker on scrolling to the top.
    • SchedulerControl is automatically scrolled to the beginning when a resource is hidden.
    • 'System.ArgumentOutOfRangeException' when using the CustomWorkTime event with ShowWorkTimeOnly.
    • The InvalidOperationException occurs when FastTextBlock's Text property is set to "\r\n" and the WordWrap functionality is enabled.
    • The NullReferenceException occurs when SchedulerControl is refreshed.
    • The Snap to Cells menu is not available for translation.

    DXSpreadsheet for WPF

    • Usability - There is no public API to collapse/expand all grouped columns and rows in a worksheet.
    • KeyNotFoundException occurs on an attempt to copy a specific range in a document.
    • Provide the capability to rename worksheets in UI by double-clicking the Sheet Tab Selector's tab header.
    • Spreadsheet freezes when sorting after adding assignment to a cell.
    • The Find and Replace dialog's button is named differently than in MS Office Excel's Find and Replace dialog.
    • The Ctrl+N and Ctrl+S shortcuts still work if an image is selected in the document even if these shortcuts were removed using the RemoveShortcutKey method.

    DXTreeList for WPF

    • ExpandStateBinding does not work when rows are added at runtime between the BeginDataUpdate/EndDataUpdate method calls.
    • Setting the AllowColumnFiltering property prevents drop-down editors in the Custom Condition Editor window from being opened.
    • TreeListView - Extra updates are called when the AllowRecreateNodesOnEndDataUpdate property is set to True.

    MVVM Framework

    • MIF - ArgumentNullException is thrown on an attempt to unregister a nested module.
    • NotifyIconService crashes the application after multiple clicks in the tray icon and moving the mouse pointer over the tray icon context menu.

    PDF Viewer for WPF

    • An application crashes when an invalid document is synchronously loaded into the PDF Viewer.
    • PdfViewerControl's mouse wheel zooming doesn't work correctly when PdfViewerControl is located in ScrollViewer and the ScrollBarExtensions.AllowMouseScrolling property is disabled.

    Project Templates

    • The HamburgetMenu MVVM Template project template contains inconsistencies related to the Settings button.

    Scaffolding Wizards

    • The ScaffoldingStringId.Confirmation_Delete string translation is not applied.

    Scheduler Core

    • The iCalendarHelper class is missing in the Net Core version of the DevExpress.XtraScheduler.v18.1.Core.dll assembly.

    Windows UI

    • Support DataTriggers for HamburgerMenu's ItemTemplate.
    • The NavButton.Background property is not applied in SE themes.

    XtraReports Suite

    • DocumentPreviewControl does not display a document if two monitors are used.
    • WPF Report Storage does not resolve subreports nested with more than 2 hierarchy levels.
    Viewing all 2697 articles
    Browse latest View live


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