Quantcast
Channel: ComponentSource News | ComponentOne Ultimate
Viewing all 166 articles
Browse latest View live

ComponentOne Studio WPF 2017 v2

$
0
0
Office 2016 Themes in Componentone Studio WPF.

Provides modern styling in XAML apps with Microsoft Office 2016 themes for WPF.

Features

Excel for WPF

  • Added support for XLReferenceMode.R1C1 and ReferenceMode property for C1XLBook.
  • Improved the performance of saving an Excel file.
  • Added UseDefaultCsvEncoding property in C1XLBook (use the default encoding for CSV files) for Japanese version set to true by default.

FlexChart for WPF

  • Added new TreeMap control for visualization of hierarchical data.
  • Added feature to create stacked groups in FlexChart.
  • Added new ContentCenter property to Polygon annotation to control the location of the content.

FlexGrid for WPF

  • Added support for RowDetailsTemplate feature in FlexGrid. The feature is not supported for hierarchical representation when ChildItemsPath is set.

FlexReport for WPF

  • Added the following methods to load C1FlexReport from XDocument:
    public void Load(XDocument doc, string reportName)
    public void Load(XDocument doc, string reportName, out bool converted)

FlexViewer for WPF

  • Added support for deferred rendering for page thumbnails.
  • Added reference to C1.WPF.Bitmap.dll.
  • Added the (Open|Close) ButtonVisible properties and (Open|Close)Action events to C1FlexViewer for opening/closing files using toolbar buttons.
  • Attached keyboard shortcuts to some toolbar buttons (Ctrl+O, Ctrl+P).
  • Added the HyperlinkClicked, HyperlinkHovered, OutlineClicked events to C1FlexViewerPane class.

GanttView for WPF

  • Added support to reflect summary task feature.
  • Added support to reflect group task feature.
  • Added support to split tasks.
  • Added feature to set back color for a specific day of week.
  • Added Legend and View tabs, and content in Print dialog.
  • Added custom print style feature in printing.

InputPanel for WPF

  • InputPanel supports Ctrl+Left and Ctrl+Right keys.
  • Added new DataPager properties including DisplayMode and NumericButtonStyle.

PDFViewer for WPF

  • Added new features to view PDF file containing attachments. To support this feature Attachments property, GetAttachment method and AttachmentClick event have been added in ReportViewer.

ReportViewer for WPF

  • Added new features to view PDF file containing attachments. To support this feature Attachments property, GetAttachment method and AttachmentClick event have been added in ReportViewer.

Themes for WPF

  • Added Theming.Office2016 assembly with the Colorful, DarkGray and White themes included.
  • Added Theming.Office2016Black assembly with the Black theme included.
  • Added theme support for native MS Ribbon controls and MS and C1 controls.

Fixes

DataGrid for WPF

  • Fixed the issue where column width is increased automatically when scrolling through rows and column width is set to Auto.
  • Fixed the issue where grid auto scrolls to the start when scroll bar reaches the end and main window is resized using mouse.
  • Fixed the issue where TargetInvocationException is thrown when Visibility of DataGridFilterRow is set in XAML.
  • Fixed the issue where setting Background color in RowStyle does not work.
  • Fixed the issue where data grid can't scroll to the top when scroll to the bottom scrolled back to top.
  • Fixed the issue where data gets disappeared when printing the page images using GetPageImagesAsync() method.
  • [DataGrid.Excel] Fixed the issue where the background color is not affected in an exported excel when setting GroupWithSummaryRow in LoadedRowPresenter Event of the C1DataGrid.

Document for WPF

  • Fixed the issue where blank pages are displayed in C1PdfDocumentSouce if document is protected with password.
  • Removed the support to export a Pdf file using C1PdfDocumentSource to Word and Excel.
  • Fixed the issue where an error is shown on exporting FlexReport file containing RTF field to PDF file.
  • Fixed the issue where System.Exception type exception is thrown on applying certain paper size to C1DocumentSource derived classes.
  • Fixed the performance issue where export to BMP takes too much time.
  • Fixed the issue where an image in the FlexReport file is not shown in the exported pdf file.
  • Fixed the issue where a FlexReport file containing bound images is exported to PDF file and the images are not clear in the exported file.

Excel for WPF

  • the issue where the image is not rendered in output .xls/.xlsx file when System.Drawing.Bitmap image is added to specific cell value.
  • Fixed the issue where System.NullReferenceException is thrown in C1.WPF.Excel.4.dll when loading a form styles contained .xls is loaded to C1Excel.
  • Fixed the issue where garbled text appear in output .xls file while loading and saving border style containing .xls/.xlsx to C1Excel.
  • Fixed the issue where the user definition format of a cell changes when a .xlsx file is as-is loaded and saved.
  • Fixed the issue where C1XLBook throws an unhandled System.ArgumentException type exception while loading a .xslx file.
  • Fixed the issue with print area (Excel: Seting print area).
  • Fixed the issue where numeric value item is replaced by character "GyyyyNyyyyRAL" in saved CSV file.
  • Fixed the issue where the excel file generated by C1Excel cannot be loaded if its cell background is black.
  • Fixed the issue where the excel file cannot be opened if loading .xls file and saving in .xlsx (OpenXml) format.
  • Fixed the issue where location of merged cells in saved excel file changes when a row's height or column's width is changed after merging in C1Excel.
  • Fixed the issue where very no information was available on how to use XLReferenceMode enumeration in C1Excel.
  • Fixed the issue where C1XLBook throws an unhandled exception of type System.ArgumentException when loading a .xslx file.
  • Fixed the issue where different output file is generated for SaveCsv() method using 2016 v3 and 2017 v1 versions of C1Excel.

FlexChart for WPF

  • Fixed the issue where NullReferenceException is thrown at design page while adding new series.
  • Fixed the issue where FlexChart placed in a C1DockTabItem behaves incorrectly on changing displayed data or resizing application window in Direct2D RenderMode.
  • Fixed the issue where data labels are overlapped when values at y-axis are the same in the same stacked group.
  • Fixed the issue with minor grid lines/ticks when number of major ticks is less than 2.
  • Fixed the issue where LineMarkers cannot be dragged after resizing the chart if all the series are plotted on a secondary x-axis.
  • Fixed the issue where data labels are overlapped in bar stacked group if same values are at the same group.
  • [FlexPie]Fixed the issues where slices in FlexPie are not rendered correctly when binding with negative value.
  • [FinancialChart] Fixed the issue where IndexOutOfRange exception is thrown when using DateTime x-axis values for Stochastic oscillator.
  • [FinancialChart] Fixed the issue where MovingAverages are not getting rendered on a CandleStick/HLOC chart.
  • [FinancialChart] Fixed the issue where ArgumentException type exception is thrown on adding two series with same data and ChartType set to LineBreak.

FlexGrid for WPF

  • Fixed the issue where a navy blue background on the column headers is noticed when the window renders, and as you move to another cell via keyboard or mouse the color gets reset.

FlexSheet for WPF

  • Fixed the issue where RowHeaderForeground and ColumnHeaderForeground properties are not working.

FlexReport for WPF

  • The ImageField.Picture and Field.Picture properties can be specified as System.Drawing.Image or as BitmapSource.

FlexViewer for WPF

  • Fixed the issue where the application gets terminated on moving tab containing C1FlexViewer in C1TabControl continuously.
  • Fixed the issue where the customized page settings does not affect the Printing Preferences dialog.
  • Fixed the issue where page range is not shown in the Print dialog box.
  • Fixed the issue where C1FlexViewer can show zoom value 0% on the toolbar.
  • Fixed the issue where error is shown when type invalid characters in PageNumber textbox of C1FlexViewer.
  • Fixed the issue where outlines were collapsed when refreshing C1FlexViewer.
  • Fixed the issue where catched exceptions are thrown while printing the document.
  • Fixed the issue where context menu is shown outside C1FlexViewer when using Shift+F10 keys.
  • Fixed the issue where context menu opened with Shift+F10 could not be closed with the Esc key.
  • Fixed the issue where items in the context menu could not be selected with the Arrow keys if the context menu is opened with Shift+F10.
  • Fixed the issue where context menu was shown on the boundary of C1FlexViewer if opened with the Menu key.

GanttView for WPF

  • Fixed the issue where summary task is shown as Manually Scheduled in Bar Type of Bar Style dialog.
  • Fixed the issue where on showing two indicators in the row header of grid view the second indicator appears cut off.
  • Fixed the issue where tasks are not reflected in the summary task bar despite selecting the Reflect on Summary Bar check box.
  • Fixed the issue where antialiasing line is not dim while check "Antialiasing" check box of Progress Line dialog.
  • Fixed the issue where field style of grid view is not retained while using Undo and Redo functions.
  • Fixed multiple issues observed in setting the bar height in Bar Style and Layout dialog.
  • Fixed the issue where predecessors can be added manually to group/summary task.
  • Fixed the issue where the applied bar text disappears while adding or removing columns in grid view.
  • Fixed the issue where some content is invisible while applying some themes in GanttView.
  • Fixed the issue where collapsed rows cannot be expanded after grouping and printing it as pdf and .xps file.
  • Fixed the issue where Split Task option is shown only in context menu and is always disabled.
  • Fixed the issue where group bar disappears while milestone tasks are created in the chart view.
  • Fixed the issue where rows of grid view can not be dragged and dropped to a new position.
  • Fixed the issue where task mode can not be filtered by Advanced Filter in GanttView while using ApplyFilters() method.
  • Fixed the issue where there is no Today button in the calendar of Advanced Filter dialog.
  • Fixed the issue where data validations are shown while applying valid Advanced Filter after saved filter condition.
  • Fixed the issue where time scale area does not remains the same in height with column header row height after selecting all in grid view and resizing any row height.
  • Fixed the issue where sub summary task bar disappears while deleting parent summary task and using Undo function.
  • Fixed the issue where System.ArgumentException is thrown in WindowsBase.dll when dragging any row out of GanntView area.
  • Fixed the issue where Finish-to-Start type predecessor type is not displayed in grid view although lag value is set to non zero.
  • Fixed the issue where System.ArgumentException is thrown in WindowsBase.dll while dragging a task bar and make it become a milestone by reducing its duration to zero.
  • Fixed the issue where Split Task toolbar button action cannot split a selected task.
  • Fixed the issue where button, combo box and numeric box are cut off in Resources tab of Task Information dialog.
  • Fixed the issue where custom column "Actual Cost" is lost in grid view on applying grouping in GanttView.
  • Fixed the issue where the Print dialog is kept opening while MS Print dialog is opened.
  • Fixed the issue where columns can not be sorted by clicking up and down button in Grid Columns dialog.
  • Fixed the issue where data validations are shown twice and filter dialog is closed automatically while applying invalid Advanced filter.
  • Fixed the issue where System.NullReferenceException is thrown in C1.WPF.GanttView.4.dll while clicking "Undo" button after deleting the new blank row.
  • Fixed the issue where System.ArgumentOutOfRangeException is thrown in mscorlib.dll while dragging a column header to chart view.
  • Fixed the issue where System.ArgumentOutOfRangeException is thrown in mscorlib.dll while right clicking time tiers in empty chart view.
  • Fixed the issue where task bar can be dragged in ReadOnly Mode.
  • Fixed the issue where task bar will be disappeared while dragging the task bar and make becomes a milestone by reducing its duration to zero.
  • Fixed the issue where StartOnly, FinishOnly, Deadline tasks are not created in the chart view on setting the task with only start date, only end date, and deadline date.
  • Fixed the issue where the Field combo box in the Field Styles dialog gets disappeared on selecting multiple cells.
  • Fixed the issue where a task in progress can be inactivated in GanttView.
  • Fixed the issue where chart view of the selected task is inactive when the selected task is inactivated by clicking Inactive button on toolbar.
  • Fixed the issue where only %Complete column value remain intact when any task row height is resized/enlarged in grid view.
  • Fixed the issue where the opened drop down area retains its original place while dragging the splitter bar to left side and right side.
  • Fixed the issue where combo boxes and text are not aligned consistently to each other in dialog.
  • Fixed the issue where split task connector line between separate task bars is not connected while resizing or enlarging the row height of task.
  • Fixed the issue where connector line does not reach the destination task when a task is linked to milestone.
  • Fixed the issue where group bar has both sides while creating milestone tasks in chart view.
  • Fixed the issue where task ID and expand/collapse button in grid view, and task bar or Summary bar in chart view automatically moves when project summary task's row height is resized in grid view.
  • Fixed the issue where an exception is thrown while clearing group type and setting Maintain Hierarchy option to True.
  • Fixed the issue where Progress Point Shape and Progress Point Color text appear cut-off in progress line dialog while applying themes in GanttView and opening progress line from toolbar.
  • Fixed the issue where System.ArgumentOutOfRangeException type exception is thrown in mscorlib.dll while deleting summary task and click "Undo" button on the toolbar.
  • Fixed the issue where summary task and its child task are not aligned consistently with each other while clicking "Indent Task" button.
  • Fixed the issue where System.NullReferenceException type exception is thrown in C1.WPF.GanttView.4.dll while adding new blank rows and deleting them.
  • Fixed the issue where blank item will be shown in Predecessor Task Name combo box after removing Resources name of a task.
  • Fixed the issue where numeric box and text box are not aligned consistently with each other in Task Information dialog.
  • Fixed the issue where System.ArgumentOutOfRangeException type exception is thrown in mscorlib.dll while deleting all selected tasks after clearing grouped tasks by Undo action.
  • Fixed the issue where System.ArgumentException type exception is thrown in WindowsBase.dll while opening Print Preview dialog after checking "Print Specific Dates" check box and opening "Print" dialog.
  • Fixed the issue where an exception is thrown while performing undo action after adding summary and sorting.
  • Fixed the issue where legend text is invisible in Preview Print page when setting CosmopolitanDark themes.

InputPanel for WPF

Bug Fixes

  • Fixed the issue where the header of C1InputTextBox, C1InputComboBox and C1InputBase disappeared.
  • Fixed the issue where the menu on the header of InputPanel is not dim while setting of 'IsEnabled' to false.
  • Fixed the issue where the DataPager is still shown number 0 despite clearing filter of C1DataGrid.
  • Fixed the issue where arrow toggle buttons are not visible in C1InputDateTimePicker and C1NumericBox while setting AutoGenerate="False" in C1InputPanel.

Maps for WPF

  • Breaking Change - C1Maps component will use REST services. The SOAP services will be discontinued.

OLAP for WPF

  • Fixed the issue where an exception is thrown while dragging fields of Rows field to Column field in list box.
  • Fixed the issue where chart gets disappeared in file while printing OLAP as a PDF file.
  • Fixed the issue where text of Format column in Field Settings is invisible when setting ShinyBlue theme.

PDF for WPF

  • Fixed the issue where attempting to create an encrypted C1PdfDocument with a user password and Security.Encryption set to PdfEncryptionType.Standard128 crashes with index out of range exception.

PDFViewer for WPF

  • Fixed the issue where NullReferenceException is thrown when attached pdf files are loaded in C1PdfViewer.

RichTextBox for WPF

  • Fixed the issue where a RTF file with multiple row cannot be loaded.
  • Fixed the issue where incorrect font is set when C1Document generated using RtfFilter.ConvertToDocument method is loaded in C1RichTextBox.
  • Fixed the issue where Japanese text entered after pressing the Insert key is displayed vertically.
  • Fixed the issue where text is not pasted from notepad/MS Word to C1RichTextBox using Shift+Insert Key.
  • [RichTextBox.ToolBar] Fixed the issue where color cannot be set using C1FontColorTool/C1TextHighlightTool in a single click.

ReportViewer for WPF

Improvement

  • Added new features to view PDF file containing attachments. To support this feature Attachments property, GetAttachment method and AttachmentClick event have been added in ReportViewer.

Themes for WPF

  • Fixed the issue where RowHeader and ColumnHeader Grid lines are lost when setting the Office2010Silver themes to C1FlexGrid.
  • Fixed the issue where setting C1Blue themes to basic controls expands the height of the RangeSlider. This behavior does not occur when setting height of the RangeSlider in Gallery.xaml file.

Word for WPF

  • Fixed the issue where PageBreak is not effected in output docx file if the C1WordDocument contain RTFPicture and RTFTable.
  • Fixed the issue where RtfLineBreak between RTFTable and RTFPicture is not effected in output docx file.
  • Fixed the issue where FirstLineIndent property is not effected in output document when saving the C1WordDocument with docx format.
  • Fixed the issue where "Can't Open" error is thrown when saving the C1WordDocument contained RTFHeader and RTFFooter with docx format.
  • Fixed the issue where image drawn by "DrawMetaFile" method is not shown when read and write in another word document.
  • Fixed the issue where CheckedSymbol are shown as number instead of CustomSymbol in exported word file.
  • Fixed the issue where check mark for some check mark style are not shown in exported word file.
  • Fixed the issue where FormatException is thrown when a word document is loaded.
  • Fixed the issue where image is not displayed in docx format.
  • Fixed the issue where alignment of picture is not effected with docx format.
  • Fixed the issue where Image drawn by "DrawMetaFile" method is distorted when read and write in another word document with rtf format.
  • Fixed the issue where color of an image drawn by "DrawMetaFile" method is not retained when read and write in another word document.
  • Fixed the issue where Ellipse, Arc, Beziers and line shapes are not shown in output documents.
  • Fixed the issue where System.Runtime.InteropServices.COMException type exception is thrown when loading the .rft file containing image.
  • Fixed the issue where footer is clipped in exported Word file with docx format.
  • Fixed the issue where text style in the original document is not retained when saved in another document.
  • Fixed the issue where header and footer are not shown when loading the word document and saved in another document.
  • Fixed the issue where FormatException is thrown when a word document is loaded.

Other Changes

  • C1ColorPicker] Fixed the issue where an exception is thrown when a value is input from the context menu in the '#' field in the Advanced tab.
  • [C1ComboBox] Fixed the issue where the drop down is not closed by F4 key after selecting child items in multiple SelectionMode.
  • [C1ComboBox] Fixed the issue where the control does not refresh after changing DisplayMemberPath.
  • [C1DockControl] Fixed the issue where C1DockControl places dock control in different location.
  • [C1DockControl] Fixed the issue where floating DockTabItem cannot be docked in one attempt.
  • [C1NumericBox] Fixed the issue where an exception is thrown when focus in C1NumericBox if culture is set.

ComponentOne Studio UWP 2017 v2

$
0
0
FlexGrid for UWP RowDetailsTemplate.

FlexGrid now includes the RowDetailsTemplate feature, a common feature in most XAML data grids.

Features

Bitmap for UWP

  • Added the CreateImage method to C1Bitmap which creates the internal image of the given size with content that is not initialized.
  • Added the Import(C1Bitmap) method for more efficient copying the image between instances of C1Bitmap.

Excel for UWP

  • Added support XLReferenceMode.R1C1 (and ReferenceMode property for C1XLBook) for C1Excel.
  • Added UseDefaultCsvEncoding property in C1XLBook (use the default encoding for CSV files), for Japanese version true by default.

FlexChart for UWP

  • [C1FlexChart] Added support to create Stacked groups in FlexChart.
  • [C1FlexPie] Legend text is now can be showed in multiple lines.

FlexGrid for UWP

  • Added support for RowDetailsTemplate. Note, it is not supported for hierarchical representation when ChildItemsPath property is set.

FlexReport for UWP

  • Method C1FlexReport.Load(XmlDocument doc, string reportName) was renamed to C1FlexReport.LoadFromXmlDocument(XmlDocument doc, string reportName)
  • Added methods to load C1FlexReport from XDocument:
    public void Load(XDocument doc, string reportName)
    public void Load(XDocument doc, string reportName, out bool converted)
  • [FlexViewer] Added the HyperlinkClicked, HyperlinkHovered, OutlineClicked events to C1FlexViewerPane.
  • [FlexViewer] Implemented deferred rendering for the page thumbnails.

InputPanel for UWP

  • Support Ctrl+Left / Ctrl+Right.
  • Expose C1DataPager properties (DisplayMode, NumericButtonStyle​) to C1InputPanel.

Word for UWP

  • Changed DOCX format reader to support merged cells of the table.

Fixes

Excel for UWP

  • Fixed the issue where different output file being generated for SaveCsv() method using 2016v3 and 2017v1
    builds.
  • Fixed the issue where location of merged cells in saved excel file changes when a row's height/column's
    width is changed after merging in C1Excel.
  • Fixed the issue where user defined format of cell changes, after loading and saving the .xlsx file.
  • Fixed the issue where the C1XLBook throws an unhandled exception type 'System.ArgumentException' while loading a xlsx file.
  • Fixed the issue related to setting print area in Excel file.
  • Fixed the issue where excel file generated by C1Excel can't be opened if you set the cell background to black.
  • Fixed the issue where table border is not rendered in output .xlsx file.
  • Fixed the issue garble texts are shown in output .xls file while loading and saving of the border
    style containing .xls/.xlsx to C1Excel.
  • Fixed the issue Numeric value item is replaced by  character "GyyyyNyyyyRAL" in saved CSV file.

FlexChart for UWP

  • Fixed the issue where DataLabels are overlapped in bar stacked group if same values are at the same group.
  • Fixed the issue where ArgumentException is thrown when add two series with same data and ChartType='LineBreak'.
  • Fixed the issue where ArgumentException occurs when C1TreeMap is added many items at design time by setting DataLabel.Border="True" and without setting Width property to C1TreeMap.
  • [C1FlexPie] Fixed an issue where slices in FlexPie are not rendered correctly when binding with negative value.
  • [C1FlexChart] Fixed an issue where DataLabels are overlapped when values at Y-Axis are the same in the same stacked group.
  • [C1FlexChart] Fixed problem with minor grid lines/ticks when number of major ticks is less than 2.
  • [C1FinancialChart] Fixed an issue where IndexOutOfRange exception thrown when using DateTime X-axis values for Stochastic oscillator
  • [C1FinancialChart] Fixed an issue where MovingAverages are not getting rendered on a CandleStick/HLOC chart
  • [C1FlexChart] Fixed an issue where LineMarkers cannot be dragged after resizing the chart if all the series are plotted on a secondary Y-axis.
  • Fixed the issue where NullReferenceException occurs at design page while adding new series.
  • Fixed the issue where, in Direct2D RenderMode, FlexChart placed in a C1DockTabItem behaves incorrectly on changing displayed data or resizing application window.
  • Fixed the issue of ColumnHeader Backcolor.

FlexGrid for UWP

  • Fixed the issue where FlexGrid is not refreshed properly and you lose visibility of the frozen content when headers are merged.
  • Fixed the issue where setting Column.AllowMerging to merge ColumnHeaders vertically causes an unhandled exception.
  • Fixed the issue where unhandled exception is thrown when headers are merged and you freeze some columns.
  • Fixed the issue where unhandled exception when cell of second column is selected after selecting a cell of first column with touch and RowHeaders are hidden.

FlexReport for UWP

  • Fixed the issue where records of datasource can be filtered incorrectly in certain scenario.
  • [FlexViewer] Fixed the issue where NullReferenceException occurs on regenerating DocumentSource.
  • [FlexViewer] Fixed the issue where exceptions were occurred while printing the document.
  • [FlexViewer] Fixed the issue where context menu of C1FlexViewer cannot be opened with Shift+F10.
  • [FlexViewer] Fixed the issue where context menu was shown on the boundary of C1FlexViewer, if open with Menu key.
  • [FlexViewer] Fixed the issue where red wiggly line is shown under the searched keyword.
  • [FlexViewer] Fixed the issue where Thumbnails flicker while typing text into the search box.
  • [FlexViewer] Fixed the issue where page thumbnails were clipped if the size of the first page is smaller than the subsequent changes.

InputPanel for UWP

  • Fixed the issue where arrow toggle buttons are not visible in C1InputDateTimePicker and C1NumericBox while setting AutoGenerate="False" in C1InputPanel.
  • Fixed the issue where ForeForeground property is not applied to Navigation number and combobox items in C1InputPanel.
  • Fixed the issue where menu on the header of InputPanel is not dim while setting of 'IsEnabled' as 'False'.
  • Fixed the issue where 'Header' of C1InputTextBox/C1InputComboBox/C1InputBase does not appear in the output.

PDF for UWP

  • Fixed the issue where attempting to create an encrypted C1PdfDocument with a user password and Security.Encryption set to PdfEncryptionType.Standard128 crashes with index out of range.

Calendar for UWP

  • [C1LoopPanel] Fixed the issue where current plus succeeding day/week/workweek/month are shown on Schedule for any view type.

Word for UWP

  • Fixed the issue where footer are clipped in exported Word file with docx format.
  • Fixed the issue where text style in the original document is not retained when saving it in another document.
  • Fixed the issue where header and footer are not shown when a user loads the word document and save it in another format.
  • Fixed the issue where FormatException is thrown when a word document is loaded.
  • Fixed an issue where images are not displayed in docx format.
  • Fixed an issue where alignment of picture is not effected with docx format.
  • Fixed an issue where ellipse, arc, beziers, and line shapes are not shown in the output document.
  • Fixed an issue where System.Runtime.InteropServices.COMException is thrown when load the rft file
    contained image.
  • Fixed an issue where PageBreak is not effected in output docx file, if the C1WordDocument contain RTFPicture and RTFTable.
  • Fixed an issue where RtfLineBreak between RTFTable and RTFPicture is not effected in output docx file.
  • Fixed an issue where "FirstLineIndent" property is not effected in output document  when save the C1WordDocument with docx format.
  • Fixed an issue where "Can't Open" error is thrown when save the C1WordDocument contained RTFHeader and RTFFooter with docx format.
  • Fixed an issue where Image drawn by "DrawMetaFile" method is not shown when read and write in another word document.
  • Fixed an issue where CheckedSymbol are shown as number instead of CustomSymbol in exported word file.
  • Fixed an issue where Check Mark for some check mark style are not shown in exported word file.
  • Fixed an issue where image drawn by "DrawMetaFile" method is distorted when read and write in another word
    document with rtf format.
  • Fixed an issue where color of image drawn by "DrawMetaFile" method is not retained when read and write in another word document.

Maps for UWP

  • Breaking change - C1Maps component will use REST services. The SOAP services will be discontinued. 

Document Library for UWP

  • Fixed an issue where export to TIFF was taking more time.
  • Fixed an issue where export to BMP was taking more time.
  • Fixed an issue where System.Exception occurred when apply certain paper size to the C1DocumentSource derived classes.
  • Fixed an issue where image in the FlexReport file is not shown in the exported PDF file.
  • Fixed an issue where error is shown when export the FlexReport file contained RTF field to the PDF file.
  • Fixed the issue where System.Exception occurred when apply certain paper size to the C1DocumentSource derived classes.
  • Fixed the issue where blank pages is displayed by the C1PdfDocumentSouce if document is protected with password from modify.

ComponentOne Studio ASP.NET MVC 2017 v2

$
0
0
ComponentOne Studio ASP.NET MVC.

Adds PDFViewer capability to FlexViewer, plus MultiAutoComplete and new TreeView control.

Features

ASP.NET MVC Core

  • Added MultiAutoComplete control.
  • Added TreeView control.
  • Added Finance sample.
  • Added FilterPanel sample.
  • Updated C1 MVC templates with new structure.
  • Added business application template. (Spreadsheet)
  • Responsive application template with server binding. (FlexGrid and Menu)
  • Responsive application template with AJAX binding. (FlexGrid and Menu)
  • Refactoring Scaffolder for inserting MVC controls.
  • Added gradient color support in FlexChart.

PdfViewer

  • Added search feature.   
  • Added license verification process.

FlexViewer

  • Added rotate document and rotate page tool.
  • Added mouse mode tool.
  • Added ZoombySelection and Magnifier tool.
  • Added ThersholdWidth property.
  • Added ZoomMode property for FlexViewer.

OLAP

  • Renamed Error property of PivotEngine to OnClientError event.
  • [PivotEngine] Added ViewDefinition for ASP.NET Core application.
  • Added new aggregate functions in Olap Server.

FlexGrid

  • Refactoring customized editor for FlexGrid.

Fixes

ASP.NET MVC Core

  • Fixed an issue where C1CollectionItemConverterAttribute is used for a collection, the separator is missing between the collection item.
  • Fixed an issue where exception occurs when using InputDate in a list.
  • Fixed an issue where error occurred while changing the "SourceCollection" of CollectionView.
  • Fixed an issue where FlexGrid CellTemplate cells does not hide when cell edit mode is completed.

CollectionView

  • Fixed an issue where OnClientPageChanged and OnClientPageChanging events were not getting invoked after applying paging.
  • Fixed an issue of unit test CollectionViewServiceTests.VirtualScrollingTest.

FlexViewer

  • Fixed an issue where JavaScript error occurred while working with Print dialog.    
  • Fixed forward and backward functionality for MobileViewer.

OLAP

  • Fixed an issue where JavaScript error is displayed while setting Fields of DataEngine to multiple fields.
  • Removed "auto-generate-fields" attribute from PivotEngine tag helper.

Input

  • Fixed OnClientFormatItem event of MultiSelect.
  • Fixed an issue where drop-down list shows InputColor after setting "IsReadOnly" and "IsDroppedDown" to true.

FlexSheet

  • Removed NewRowAtTop property.

Sunburst Chart

  • Fixed an issue where tooltip stops working while working with "ShowAnimation".

FlexGrid

  • Fixed an issue where JavaScript error occurred when setting the ShowColumnFooters property for FlexGrid, which uses cell templates.
  • Fixed an issue where Value Filter cannot select an item which contains HTML element.
  • Fixed an issue where ComboBox when used as the Edit

FlexPie

  • Fixed an issue where alpha of pie slices is always set to 0.7 even when setting a custom palette with alpha value as 1.   

MultiSelect

  • Fixed an issue where setting CheckedIndexes and CheckedValues together will throw an exception.   

ComponentOne Studio ASP.NET Web Forms Edition 2017 v2

$
0
0
ComponentOne Studio ASP.NET Web Forms Edition.

Adds SpellCheckIgnoreOptions property to C1Editor, plus minor fixes.

Features

C1Editor

  • Added a new property SpellCheckIgnoreOptions.

Fixes

C1InputDate

  • Fixed the issue where design time error occurs in VisualStudio when C1InputDate is placed inside C1Accordion.

C1GridView

  • Fixed the issue where C1GridView disappears when rendering it in Internet Explorer 11 compatibility mode.

C1Editor

  • Fixed an issue where image was getting added at the top of the HTML page.
  • Fixed an issue where editor can edited when modal dialog box from special ribbon is open.
  • Fixed an issue where paragraph style could not be set in editor using style form paragraph ribbon.
  • Fixed an issue where, in compact design, error occurs after if user opens the spell checker dialog in full screen mode.

Wijmo 5 2017 v2 (Build 334)

$
0
0
Wijmo 5

Adds a Column.maxLength property to limit the length of the built-in editor’s input element.

Features

  • Improved accessibility by adding ARIA 1.1 built-in support.
  • Added a Column.maxLength property to limit the length of the built-in editor’s input element.
  • StockChart samples reworked to use Quandle financial data service instead of the abolished Yahoo Finance.

Fixes

  • [Angular] For FlexGrid with [imeEnabled]=”true” and a cell editor represented by a cell edit template, cell editing can now be correctly initiated by IME input.

ComponentOne Studio Special Offer: Last Call

$
0
0
ComponentOne Studio UI Controls

Renew your expired subscription at the pre-expiry renewal rate - Special Offer Ends October 1st, 2017.

LAST CALL!

Now is the time to update your ComponentOne .NET UI controls. Now through October 1st, 2017, we are offering expired ComponentOne Studio customers the ability to re-start their expired subscriptions at the discounted renewal rate instead of paying for an upgrade or late renewal. That’s a savings of up to $600!

When new projects happen, sometimes updating controls may take a back seat...

This is the LAST TIME GrapeCity will offer this discounted renewal price for subscriptions that have been expired more than a year! Don't miss out on this once in a lifetime opportunity, with many benefits including:

  • New controls, enhancements, and bug fixes 3 times a year at no extra cost.
  • OS, IDE, and browser compatibility updates, including Visual Studio 2017, Windows 10, and Edge.
  • Eight .NET platforms, including 40+ UWP and ASP.NET MVC controls.

Click the links below to take advantage of this special renewal offer and update your controls today:

Or contact us for a quote.

ComponentOne Ultimate 2017 v3

$
0
0
ComponentOne Ultimate.

Updates C1 WinForms, WPF, UWP, ASP.NET MVC, Xamarin and Wijmo with new controls, charts, themes and demos.

Features

Updates in ComponentOne Studio WinForms

  • New Expression Editor control allows end users to add Excel-like functions within a grid.
  • FlexChart
    • Added 16 chart types, including step chart variations, histogram, and ranged histogram.
    • Added legend-grouping, drilldown support, line styling for markers and editable annotations.
    • SaveImage is now available in FlexPie, Sunburst, and TreeMap charts.
    • New Dashboard Demo showcases FlexChart, linear gauge, FlexGrid, range navigator, FlexPivot, map, and funnel chart controls.
    • Added new financial chart type 'PointAndFigure'.
  • Office 2016 themes have been added to WinForms Themes:
    • Colorful
    • DarkGrey
    • Black
    • White
  • C1.Win.C1Chart - Added additional C1.Win.C1Chart.Legend methods to allow mouse tracking of trendline and function legend entries.
  • C1.Win.C1Command
    • Added new value "Control" into ButtonLookFlags enum. C1CommandLink border and background will not be drawn when ButtonLook == ButtonLookFlags.Control.
    • Added themed glyphs for expand/collapse button in C1TopicBar control.
    • Added ResizingMode property to C1DockingManager.
    • Added Resizing and Resize events to C1DockingManager. Can be used to cancel resizing of a C1DockingTab by a splitter.
    • Added C1NavBar.Style.Button.MoreButtonImage property.
  • FlexReport - Added methods to C1TextSearchManager:
    • C1FoundPosition FindStart(int startPageIndex, SearchScope scope, C1FindTextParams findParams).
    • IAsyncOperationWithProgress FindStartAsyncEx(int startPageIndex, SearchScope scope, C1FindTextParams findParams, bool throwException).
    • Task FindStartAsync(int startPageIndex, SearchScope scope, C1FindTextParams findParams, bool throwException).
    • SearchScope enumeration specifies text search scope.
      • WholeDocument: Searches to the end of the document.
      • FirstOccurrence: Searches till the first occurrence is found.
      • SinglePage: Searches within the specified page only.
  • FlexReport - The following methods and classes were added to the C1.Win.C1Document, C1.Win.FlexReport to support the addition of the C1FlexViewer.HyperlinkJump event:
    • C1LinkTargetBase and its descendants: Defines a link to another document or position in the same document.
    • C1Hyperlink: Represents hyperlink.
    • C1DocumentAction, SSRSOpenReportAction, SSRSToggleItemAction, SSRSSortAction: Defines an action that can be executed by the C1DocumentSource. This action can be specified for C1LinkTarget to execute before navigating.
    • C1DocumentSource.ExecuteAction(C1DocumentAction) method: Executes specified action.
  • C1.Win.C1FlexGrid
    • Added export of images to Excel files using C1.Win.C1FlexGrid.ImportExport assembly.
    • Added integration with C1ExpressionEditor control.
    • Added Expression property to C1.Win.C1FlexGrid.Column.
    • Added AllowEditingExpression property to C1.Win.C1FlexGrid.Column.
  • C1.Win.C1GanttView - Added theme support for scrollbars.
  • C1.Win.C1Ribbon - Added new RibbonAppMenuTab component for RibbonAppMenu. This component can host a Control.
  • C1.Win.C1Schedule
    • Default DateTime format for C1Schedule's title has been changed from 'MMMM d, yyy' to standard long date pattern 'D'.
    • Default DateTime format for day headers in Day/WorkWeek/Week views has been changed from 'MMM d' to standard month/day pattern 'M'.
    • The default value for VisualStyle property has been changed to System.
    • Honor TimeRuler's Padding when drawing hour/minute lines in the vertical time ruler.
    • Added PaletteType.Office2016 and PaletteType.Office2016Dark palettes to use with Office2013 and Office2016 themes.
    • Added new PaletteOffice2016 class.
    • Added new GroupTabStyle enum and corresponding property of the C1ScheduleTheme class which allow to choose between rectangular, Office2007 and Office2016 group tabs.
    • Added new WeekTabStyle enum and corresponding property of the C1ScheduleTheme class which allow to choose between Office2007 and Office2016 week tabs.
    • Improved selection of contrast foreground color if it is not good enough for selected palette.
    • Added new Office 2016 themes.
    • Added theme support for scrollbars.
    • Allow to show up to 10 weeks in the MonthView.
  • C1.Win.C1Themes
    • Added C1CalendarView/Theme/Titles/Today property.
    • Changed the title background color of Office2016Colorful and Office2016DarkGray themes. Changed the title font color of app menu of Office2016Colorful theme.
    • Added C1DockingTab\Tabs\ShowFocusCues property.
    • Added Page/ExpandGlyph and Page/CollapseGlyph properties to C1Command/C1TopicBar theme template.
    • Adjusted Tabs appearance in C1DockingTab.
    • Removed obsolete themes: VisualStyleOffice2010Black, VisualStyleOffice2010Blue, VisualStyleOffice2010Silver. Use Office2010XXX theme instead.
  • C1.Win.C1TrueDBGrid
    • Added Expression property to C1.Win.C1TrueDBGrid.C1DataColumn.
    • Added AllowEditingExpression property to C1.Win.C1TrueDBGrid.C1DataColumn.
    • Added support of integration with C1ExpressionEditor.
  • C1.Win.Calendar
    • Added Theme.Titles.Today property to customize the appearance of today's caption.
    • Added new "SelectionRule" property which determines the behavior of SelectedDates during navigation.
  • C1.Win.FlexViewer
    • Added the LimitSearchToCurrentPage property indicating whether the text search should be limited to current page.
    • Added the SearchOnCurrentPage element to C1FlexViewer.SearchBarElements with Visible = False by default.
    • ZoomFactor property is now zooming from center of the control at runtime.
  • C1.Win.TreeView
    • Added new constructor to the C1TreeColumn class. This constructor contains the DisplayFieldName property as argument.
    • Added new method Add to the C1TreeColumnCollection class. This method contains the HeaderText property as argument.
    • Added support custom images for expand buttons and checkboxes. Added new CheckStateImageList and ButtonStateImageList properties.

Updates in ComponentOne Studio ASP.NET MVC Edition

  • Added server-side TreeMap control for ASP.NET 4.0 and ASP.NET Core.
  • New LearnMVC Client sample tutorials teach the basics of the client-side framework in the context of ASP.NET MVC, and you can also delve deeper into each control to learn its architecture and example APIs. Tutorials include:
    • CollectionView
    • FlexGrid
    • FlexChart
    • Input
    • TreeView
  • Project Templates updated for ASP.NET Core 2.0
    • Model Binding
    • AJAX Binding
    • SpreadSheet
  • The Project Template Gallery has also been created to better organize all templates.
  • Improved accessibility, ARIA 1.1 built-in support added to:
    • FlexGrid
    • TreeView
    • Gauge
    • ListBox
    • ComboBox
    • Menu
  • Client Side API Improvements
    • FlexGrid - Added two new properties to improve FlexGrid keyboard accessibility: keyActionTab and keyActionEnter. These properties allow you to customize the behavior of special keys so the grid becomes more accessible or more compatible with Excel.
    • FlexGrid - Added a new FlexGrid.itemValidator property to improve validation support, especially for unbound grids (bound grids can be validated using the CollectionView.getError property which provides the same functionality).
    • Calendar - Added several new properties to make the Calendar control more customizable: formatYearMonth, formatDayHeaders, formatDays, formatYear, and formatMonths. All these properties represent format strings used to format different parts of the Calendar in month and year view.
    • Calendar - Added time zone offset date format parts ('z', 'zz', 'zzz') to Globalize.formatDate.
    • Popup - Made Popup ignore Escape key while IME mode is active.
    • Popup - Added a Popup.removeOnHide property to control whether the Popup should be removed from the DOM or just hidden when the popup closes.
    • ReportViewer - Hide the Parameters tab if all parameters are hidden.
    • MultiSelect - Added a MultiSelect.selectAllLabel property to customize the label shown next to the "Select All" checkbox displayed when the showSelectAllCheckbox property is set to true.
    • MultiSelect - Added a MultiSelect.showSelectAllCheckbox property to display a "Select All" checkbox above the items, so users can select/de-select all items with a single click (in addition to the ctrl+A keyboard shortcut that performs the same function).
    • OLAP - Added some configuration properties to the wijmo.olap.PivotEngine class: serverTimeOut: the timeout value for retrieving results from the server, serverPollInterval: the poll interval for getting progress reports from the server, serverMaxDetail: the maximum number of detail records to retrieve from the server.
    • CollectionView - Add forceRefresh method in RemoteCollectionView. This method is useful in case when DisableServerRead is true but changes need to be sent to server.
    • CollectionView - Improved DateTime processing and added OnClientReponseTextParsing and OnClientRequestDataStringifying client side events to make explicit transformations. Read more.

Updates in ComponentOne Studio WPF and UWP

  • New Expression Editor control allows end users to add Excel-like functions within a grid.
  • FlexChart has added 16 chart types, including step chart variations, histogram, and ranged histogram. In addition, legend-grouping, drilldown support,and line styling for markers have been added as enhancements, and editable annotations are available as a sample. SaveImage is now available in FlexPie, Sunburst, and TreeMap charts.
  • New Dashboard Demo showcases FlexChart, linear gauge, FlexGrid, range navigator, FlexPivot, map, and funnel chart controls.
  • Added new financial chart type 'PointAndFigure'.

Updates in ComponentOne Studio for Xamarin

  • New Sunburst chart - The hierarchical sunburst chart is now available across all FlexChart platforms.
  • New project templates for Xamarin.Forms, X.iOS and X.Android make starting new projects significantly easier by cutting down the amount of code required before users can interact with controls. The templates come preloaded with NuGet packages and CustomRenderers already initialized.
  • New Xamarin C1Weather sample uses OpenWeatherMap API to pull data to display in chart and grid.

Updates in Wijmo

  • Added Intellisense support for Wijmo Angular components in VSCode HTML editor.
  • Added React support for all Wijmo controls.
  • FlexGrid now supports touch column and row resizing on touch devices.
  • Major performance enhancement for FlexGrid: Added a quickAutoSize property which can improve auto-sizing performance by a factor of 10 to 100, depending on the scenario/browser.
  • Added new AccessilityExtender for FlexGrid sample. It implements a class that provides additional accessibility support to FlexGrid controls.
  • Improved (ARIA attributes and keyboard support) for the ListBox, ComboBox, Menu, InputNumber, Gauge, and Calendar controls.
  • Added support for Angular version 5.0.0.
  • Added 27 new Angular samples (ported from AngularJS).
  • Improvements in InputNumber's editing experience.
  • Improved popup positioning on mobile devices with pinch-zooming (including Android and IOS).
  • Added support of cell text wrapping in FlexGrid.
  • Added search capability to LearnWijmo along with many more lessons.
  • Added UndoStack sample that demonstrates how to create a class that provides form-level undo/redo services.
  • Added new financial chart type 'PointAndFigure'.

ComponentOne Studio Enterprise 2017 v3

$
0
0
C1 Expression Editor control.

Adds new Expression Editor control to C1 WinForms, WPF and UWP.

Features

Updates in ComponentOne Studio WinForms

  • New Expression Editor control allows end users to add Excel-like functions within a grid.
  • FlexChart
    • Added 16 chart types, including step chart variations, histogram, and ranged histogram.
    • Added legend-grouping, drilldown support, line styling for markers and editable annotations.
    • SaveImage is now available in FlexPie, Sunburst, and TreeMap charts.
    • New Dashboard Demo showcases FlexChart, linear gauge, FlexGrid, range navigator, FlexPivot, map, and funnel chart controls.
    • Added new financial chart type 'PointAndFigure'.
  • Office 2016 themes have been added to WinForms Themes:
    • Colorful
    • DarkGrey
    • Black
    • White
  • C1.Win.C1Chart - Added additional C1.Win.C1Chart.Legend methods to allow mouse tracking of trendline and function legend entries.
  • C1.Win.C1Command
    • Added new value "Control" into ButtonLookFlags enum. C1CommandLink border and background will not be drawn when ButtonLook == ButtonLookFlags.Control.
    • Added themed glyphs for expand/collapse button in C1TopicBar control.
    • Added ResizingMode property to C1DockingManager.
    • Added Resizing and Resize events to C1DockingManager. Can be used to cancel resizing of a C1DockingTab by a splitter.
    • Added C1NavBar.Style.Button.MoreButtonImage property.
  • FlexReport - Added methods to C1TextSearchManager:
    • C1FoundPosition FindStart(int startPageIndex, SearchScope scope, C1FindTextParams findParams).
    • IAsyncOperationWithProgress FindStartAsyncEx(int startPageIndex, SearchScope scope, C1FindTextParams findParams, bool throwException).
    • Task FindStartAsync(int startPageIndex, SearchScope scope, C1FindTextParams findParams, bool throwException).
    • SearchScope enumeration specifies text search scope.
      • WholeDocument: Searches to the end of the document.
      • FirstOccurrence: Searches till the first occurrence is found.
      • SinglePage: Searches within the specified page only.
  • FlexReport - The following methods and classes were added to the C1.Win.C1Document, C1.Win.FlexReport to support the addition of the C1FlexViewer.HyperlinkJump event:
    • C1LinkTargetBase and its descendants: Defines a link to another document or position in the same document.
    • C1Hyperlink: Represents hyperlink.
    • C1DocumentAction, SSRSOpenReportAction, SSRSToggleItemAction, SSRSSortAction: Defines an action that can be executed by the C1DocumentSource. This action can be specified for C1LinkTarget to execute before navigating.
    • C1DocumentSource.ExecuteAction(C1DocumentAction) method: Executes specified action.
  • C1.Win.C1FlexGrid
    • Added export of images to Excel files using C1.Win.C1FlexGrid.ImportExport assembly.
    • Added integration with C1ExpressionEditor control.
    • Added Expression property to C1.Win.C1FlexGrid.Column.
    • Added AllowEditingExpression property to C1.Win.C1FlexGrid.Column.
  • C1.Win.C1GanttView - Added theme support for scrollbars.
  • C1.Win.C1Ribbon - Added new RibbonAppMenuTab component for RibbonAppMenu. This component can host a Control.
  • C1.Win.C1Schedule
    • Default DateTime format for C1Schedule's title has been changed from 'MMMM d, yyy' to standard long date pattern 'D'.
    • Default DateTime format for day headers in Day/WorkWeek/Week views has been changed from 'MMM d' to standard month/day pattern 'M'.
    • The default value for VisualStyle property has been changed to System.
    • Honor TimeRuler's Padding when drawing hour/minute lines in the vertical time ruler.
    • Added PaletteType.Office2016 and PaletteType.Office2016Dark palettes to use with Office2013 and Office2016 themes.
    • Added new PaletteOffice2016 class.
    • Added new GroupTabStyle enum and corresponding property of the C1ScheduleTheme class which allow to choose between rectangular, Office2007 and Office2016 group tabs.
    • Added new WeekTabStyle enum and corresponding property of the C1ScheduleTheme class which allow to choose between Office2007 and Office2016 week tabs.
    • Improved selection of contrast foreground color if it is not good enough for selected palette.
    • Added new Office 2016 themes.
    • Added theme support for scrollbars.
    • Allow to show up to 10 weeks in the MonthView.
  • C1.Win.C1Themes
    • Added C1CalendarView/Theme/Titles/Today property.
    • Changed the title background color of Office2016Colorful and Office2016DarkGray themes. Changed the title font color of app menu of Office2016Colorful theme.
    • Added C1DockingTab\Tabs\ShowFocusCues property.
    • Added Page/ExpandGlyph and Page/CollapseGlyph properties to C1Command/C1TopicBar theme template.
    • Adjusted Tabs appearance in C1DockingTab.
    • Removed obsolete themes: VisualStyleOffice2010Black, VisualStyleOffice2010Blue, VisualStyleOffice2010Silver. Use Office2010XXX theme instead.
  • C1.Win.C1TrueDBGrid
    • Added Expression property to C1.Win.C1TrueDBGrid.C1DataColumn.
    • Added AllowEditingExpression property to C1.Win.C1TrueDBGrid.C1DataColumn.
    • Added support of integration with C1ExpressionEditor.
  • C1.Win.Calendar
    • Added Theme.Titles.Today property to customize the appearance of today's caption.
    • Added new "SelectionRule" property which determines the behavior of SelectedDates during navigation.
  • C1.Win.FlexViewer
    • Added the LimitSearchToCurrentPage property indicating whether the text search should be limited to current page.
    • Added the SearchOnCurrentPage element to C1FlexViewer.SearchBarElements with Visible = False by default.
    • ZoomFactor property is now zooming from center of the control at runtime.
  • C1.Win.TreeView
    • Added new constructor to the C1TreeColumn class. This constructor contains the DisplayFieldName property as argument.
    • Added new method Add to the C1TreeColumnCollection class. This method contains the HeaderText property as argument.
    • Added support custom images for expand buttons and checkboxes. Added new CheckStateImageList and ButtonStateImageList properties.

Updates in ComponentOne Studio ASP.NET MVC Edition

  • Added server-side TreeMap control for ASP.NET 4.0 and ASP.NET Core.
  • New LearnMVC Client sample tutorials teach the basics of the client-side framework in the context of ASP.NET MVC, and you can also delve deeper into each control to learn its architecture and example APIs. Tutorials include:
    • CollectionView
    • FlexGrid
    • FlexChart
    • Input
    • TreeView
  • Project Templates updated for ASP.NET Core 2.0
    • Model Binding
    • AJAX Binding
    • SpreadSheet
  • The Project Template Gallery has also been created to better organize all templates.
  • Improved accessibility, ARIA 1.1 built-in support added to:
    • FlexGrid
    • TreeView
    • Gauge
    • ListBox
    • ComboBox
    • Menu
  • Client Side API Improvements
    • FlexGrid - Added two new properties to improve FlexGrid keyboard accessibility: keyActionTab and keyActionEnter. These properties allow you to customize the behavior of special keys so the grid becomes more accessible or more compatible with Excel.
    • FlexGrid - Added a new FlexGrid.itemValidator property to improve validation support, especially for unbound grids (bound grids can be validated using the CollectionView.getError property which provides the same functionality).
    • Calendar - Added several new properties to make the Calendar control more customizable: formatYearMonth, formatDayHeaders, formatDays, formatYear, and formatMonths. All these properties represent format strings used to format different parts of the Calendar in month and year view.
    • Calendar - Added time zone offset date format parts ('z', 'zz', 'zzz') to Globalize.formatDate.
    • Popup - Made Popup ignore Escape key while IME mode is active.
    • Popup - Added a Popup.removeOnHide property to control whether the Popup should be removed from the DOM or just hidden when the popup closes.
    • ReportViewer - Hide the Parameters tab if all parameters are hidden.
    • MultiSelect - Added a MultiSelect.selectAllLabel property to customize the label shown next to the "Select All" checkbox displayed when the showSelectAllCheckbox property is set to true.
    • MultiSelect - Added a MultiSelect.showSelectAllCheckbox property to display a "Select All" checkbox above the items, so users can select/de-select all items with a single click (in addition to the ctrl+A keyboard shortcut that performs the same function).
    • OLAP - Added some configuration properties to the wijmo.olap.PivotEngine class: serverTimeOut: the timeout value for retrieving results from the server, serverPollInterval: the poll interval for getting progress reports from the server, serverMaxDetail: the maximum number of detail records to retrieve from the server.
    • CollectionView - Add forceRefresh method in RemoteCollectionView. This method is useful in case when DisableServerRead is true but changes need to be sent to server.
    • CollectionView - Improved DateTime processing and added OnClientReponseTextParsing and OnClientRequestDataStringifying client side events to make explicit transformations. Read more.

Updates in ComponentOne Studio WPF and UWP

  • New Expression Editor control allows end users to add Excel-like functions within a grid.
  • FlexChart has added 16 chart types, including step chart variations, histogram, and ranged histogram. In addition, legend-grouping, drilldown support,and line styling for markers have been added as enhancements, and editable annotations are available as a sample. SaveImage is now available in FlexPie, Sunburst, and TreeMap charts.
  • New Dashboard Demo showcases FlexChart, linear gauge, FlexGrid, range navigator, FlexPivot, map, and funnel chart controls.
  • Added new financial chart type 'PointAndFigure'.

ComponentOne Studio for Xamarin 2017 v3

$
0
0
New Starburst chart type added to C1 Studio Xamarin.

Adds new project template for C1 Xamarin.Forms, X.iOS and X.Android.

Features

  • New Sunburst chart - The hierarchical sunburst chart is now available across all FlexChart platforms.
  • New project templates for Xamarin.Forms, X.iOS and X.Android make starting new projects significantly easier by cutting down the amount of code required before users can interact with controls. The templates come preloaded with NuGet packages and CustomRenderers already initialized.
  • New Xamarin C1Weather sample uses OpenWeatherMap API to pull data to display in chart and grid.

ComponentOne Studio WinForms 2017 v3

$
0
0
New Office 2016 Themes in C1 WinForms.

Adds new Expression Editor control and Office 2016 themes.

Features

  • New Expression Editor control allows end users to add Excel-like functions within a grid.
  • FlexChart
    • Added 16 chart types, including step chart variations, histogram, and ranged histogram.
    • Added legend-grouping, drilldown support, line styling for markers and editable annotations.
    • SaveImage is now available in FlexPie, Sunburst, and TreeMap charts.
    • New Dashboard Demo showcases FlexChart, linear gauge, FlexGrid, range navigator, FlexPivot, map, and funnel chart controls.
    • Added new financial chart type 'PointAndFigure'.
  • Office 2016 themes have been added to WinForms Themes:
    • Colorful
    • DarkGrey
    • Black
    • White
  • C1.Win.C1Chart - Added additional C1.Win.C1Chart.Legend methods to allow mouse tracking of trendline and function legend entries.
  • C1.Win.C1Command
    • Added new value "Control" into ButtonLookFlags enum. C1CommandLink border and background will not be drawn when ButtonLook == ButtonLookFlags.Control.
    • Added themed glyphs for expand/collapse button in C1TopicBar control.
    • Added ResizingMode property to C1DockingManager.
    • Added Resizing and Resize events to C1DockingManager. Can be used to cancel resizing of a C1DockingTab by a splitter.
    • Added C1NavBar.Style.Button.MoreButtonImage property.
  • FlexReport - Added methods to C1TextSearchManager:
    • C1FoundPosition FindStart(int startPageIndex, SearchScope scope, C1FindTextParams findParams).
    • IAsyncOperationWithProgress FindStartAsyncEx(int startPageIndex, SearchScope scope, C1FindTextParams findParams, bool throwException).
    • Task FindStartAsync(int startPageIndex, SearchScope scope, C1FindTextParams findParams, bool throwException).
    • SearchScope enumeration specifies text search scope.
      • WholeDocument: Searches to the end of the document.
      • FirstOccurrence: Searches till the first occurrence is found.
      • SinglePage: Searches within the specified page only.
  • FlexReport - The following methods and classes were added to the C1.Win.C1Document, C1.Win.FlexReport to support the addition of the C1FlexViewer.HyperlinkJump event:
    • C1LinkTargetBase and its descendants: Defines a link to another document or position in the same document.
    • C1Hyperlink: Represents hyperlink.
    • C1DocumentAction, SSRSOpenReportAction, SSRSToggleItemAction, SSRSSortAction: Defines an action that can be executed by the C1DocumentSource. This action can be specified for C1LinkTarget to execute before navigating.
    • C1DocumentSource.ExecuteAction(C1DocumentAction) method: Executes specified action.
  • C1.Win.C1FlexGrid
    • Added export of images to Excel files using C1.Win.C1FlexGrid.ImportExport assembly.
    • Added integration with C1ExpressionEditor control.
    • Added Expression property to C1.Win.C1FlexGrid.Column.
    • Added AllowEditingExpression property to C1.Win.C1FlexGrid.Column.
  • C1.Win.C1GanttView - Added theme support for scrollbars.
  • C1.Win.C1Ribbon - Added new RibbonAppMenuTab component for RibbonAppMenu. This component can host a Control.
  • C1.Win.C1Schedule
    • Default DateTime format for C1Schedule's title has been changed from 'MMMM d, yyy' to standard long date pattern 'D'.
    • Default DateTime format for day headers in Day/WorkWeek/Week views has been changed from 'MMM d' to standard month/day pattern 'M'.
    • The default value for VisualStyle property has been changed to System.
    • Honor TimeRuler's Padding when drawing hour/minute lines in the vertical time ruler.
    • Added PaletteType.Office2016 and PaletteType.Office2016Dark palettes to use with Office2013 and Office2016 themes.
    • Added new PaletteOffice2016 class.
    • Added new GroupTabStyle enum and corresponding property of the C1ScheduleTheme class which allow to choose between rectangular, Office2007 and Office2016 group tabs.
    • Added new WeekTabStyle enum and corresponding property of the C1ScheduleTheme class which allow to choose between Office2007 and Office2016 week tabs.
    • Improved selection of contrast foreground color if it is not good enough for selected palette.
    • Added new Office 2016 themes.
    • Added theme support for scrollbars.
    • Allow to show up to 10 weeks in the MonthView.
  • C1.Win.C1Themes
    • Added C1CalendarView/Theme/Titles/Today property.
    • Changed the title background color of Office2016Colorful and Office2016DarkGray themes. Changed the title font color of app menu of Office2016Colorful theme.
    • Added C1DockingTab\Tabs\ShowFocusCues property.
    • Added Page/ExpandGlyph and Page/CollapseGlyph properties to C1Command/C1TopicBar theme template.
    • Adjusted Tabs appearance in C1DockingTab.
    • Removed obsolete themes: VisualStyleOffice2010Black, VisualStyleOffice2010Blue, VisualStyleOffice2010Silver. Use Office2010XXX theme instead.
  • C1.Win.C1TrueDBGrid
    • Added Expression property to C1.Win.C1TrueDBGrid.C1DataColumn.
    • Added AllowEditingExpression property to C1.Win.C1TrueDBGrid.C1DataColumn.
    • Added support of integration with C1ExpressionEditor.
  • C1.Win.Calendar
    • Added Theme.Titles.Today property to customize the appearance of today's caption.
    • Added new "SelectionRule" property which determines the behavior of SelectedDates during navigation.
  • C1.Win.FlexViewer
    • Added the LimitSearchToCurrentPage property indicating whether the text search should be limited to current page.
    • Added the SearchOnCurrentPage element to C1FlexViewer.SearchBarElements with Visible = False by default.
    • ZoomFactor property is now zooming from center of the control at runtime.
  • C1.Win.TreeView
    • Added new constructor to the C1TreeColumn class. This constructor contains the DisplayFieldName property as argument.
    • Added new method Add to the C1TreeColumnCollection class. This method contains the HeaderText property as argument.
    • Added support custom images for expand buttons and checkboxes. Added new CheckStateImageList and ButtonStateImageList properties.

ComponentOne Studio WPF 2017 v3

$
0
0
C1 Expression Editor control.

New Expression Editor control allows end users to add Excel-like functions within a grid.

Features

  • New Expression Editor control allows end users to add Excel-like functions within a grid.
  • FlexChart has added 16 chart types, including step chart variations, histogram, and ranged histogram. In addition, legend-grouping, drilldown support,and line styling for markers have been added as enhancements, and editable annotations are available as a sample. SaveImage is now available in FlexPie, Sunburst, and TreeMap charts.
  • New Dashboard Demo showcases FlexChart, linear gauge, FlexGrid, range navigator, FlexPivot, map, and funnel chart controls.
  • Added new financial chart type 'PointAndFigure'.

ComponentOne Studio UWP 2017 v3

$
0
0
C1 Dashboard Demo.

New Dashboard Demo showcases FlexChart, linear gauge, FlexGrid, range navigator, FlexPivot, map, and funnel chart controls.

Features

  • New Expression Editor control allows end users to add Excel-like functions within a grid.
  • FlexChart has added 16 chart types, including step chart variations, histogram, and ranged histogram. In addition, legend-grouping, drilldown support,and line styling for markers have been added as enhancements, and editable annotations are available as a sample. SaveImage is now available in FlexPie, Sunburst, and TreeMap charts.
  • New Dashboard Demo showcases FlexChart, linear gauge, FlexGrid, range navigator, FlexPivot, map, and funnel chart controls.
  • Added new financial chart type 'PointAndFigure'.

ComponentOne Studio ASP.NET MVC 2017 v3

$
0
0
ASP.NET MVC TreeMap.

Adds server-side TreeMap control for ASP.NET 4.0 and ASP.NET Core.

Features

  • Added server-side TreeMap control for ASP.NET 4.0 and ASP.NET Core.
  • New LearnMVC Client sample tutorials teach the basics of the client-side framework in the context of ASP.NET MVC, and you can also delve deeper into each control to learn its architecture and example APIs. Tutorials include:
    • CollectionView
    • FlexGrid
    • FlexChart
    • Input
    • TreeView
  • Project Templates updated for ASP.NET Core 2.0
    • Model Binding
    • AJAX Binding
    • SpreadSheet
  • The Project Template Gallery has also been created to better organize all templates.
  • Improved accessibility, ARIA 1.1 built-in support added to:
    • FlexGrid
    • TreeView
    • Gauge
    • ListBox
    • ComboBox
    • Menu
  • Client Side API Improvements
    • FlexGrid - Added two new properties to improve FlexGrid keyboard accessibility: keyActionTab and keyActionEnter. These properties allow you to customize the behavior of special keys so the grid becomes more accessible or more compatible with Excel.
    • FlexGrid - Added a new FlexGrid.itemValidator property to improve validation support, especially for unbound grids (bound grids can be validated using the CollectionView.getError property which provides the same functionality).
    • Calendar - Added several new properties to make the Calendar control more customizable: formatYearMonth, formatDayHeaders, formatDays, formatYear, and formatMonths. All these properties represent format strings used to format different parts of the Calendar in month and year view.
    • Calendar - Added time zone offset date format parts ('z', 'zz', 'zzz') to Globalize.formatDate.
    • Popup - Made Popup ignore Escape key while IME mode is active.
    • Popup - Added a Popup.removeOnHide property to control whether the Popup should be removed from the DOM or just hidden when the popup closes.
    • ReportViewer - Hide the Parameters tab if all parameters are hidden.
    • MultiSelect - Added a MultiSelect.selectAllLabel property to customize the label shown next to the "Select All" checkbox displayed when the showSelectAllCheckbox property is set to true.
    • MultiSelect - Added a MultiSelect.showSelectAllCheckbox property to display a "Select All" checkbox above the items, so users can select/de-select all items with a single click (in addition to the ctrl+A keyboard shortcut that performs the same function).
    • OLAP - Added some configuration properties to the wijmo.olap.PivotEngine class: serverTimeOut: the timeout value for retrieving results from the server, serverPollInterval: the poll interval for getting progress reports from the server, serverMaxDetail: the maximum number of detail records to retrieve from the server.
    • CollectionView - Add forceRefresh method in RemoteCollectionView. This method is useful in case when DisableServerRead is true but changes need to be sent to server.
    • CollectionView - Improved DateTime processing and added OnClientReponseTextParsing and OnClientRequestDataStringifying client side events to make explicit transformations. Read more.

Wijmo Core 2017 v3

$
0
0
Simple Reports in React Sample.

Wijmo 5 renames to Wijmo Core, including FlexGrid performance enhancements and React support for all Wijmo controls.

Features

  • Added Intellisense support for Wijmo Angular components in VSCode HTML editor.
  • Added React support for all Wijmo controls.
  • FlexGrid now supports touch column and row resizing on touch devices.
  • Major performance enhancement for FlexGrid: Added a quickAutoSize property which can improve auto-sizing performance by a factor of 10 to 100, depending on the scenario/browser.
  • Added new AccessilityExtender for FlexGrid sample. It implements a class that provides additional accessibility support to FlexGrid controls.
  • Improved (ARIA attributes and keyboard support) for the ListBox, ComboBox, Menu, InputNumber, Gauge, and Calendar controls.
  • Added support for Angular version 5.0.0.
  • Added 27 new Angular samples (ported from AngularJS).
  • Improvements in InputNumber's editing experience.
  • Improved popup positioning on mobile devices with pinch-zooming (including Android and IOS).
  • Added support of cell text wrapping in FlexGrid.
  • Added search capability to LearnWijmo along with many more lessons.
  • Added UndoStack sample that demonstrates how to create a class that provides form-level undo/redo services.
  • Added new financial chart type 'PointAndFigure'.

ComponentOne - Special Offer

$
0
0

ComponentOne Ultimate - End of Year Special Offer

$
0
0
ComponentOne Ultimate.

Get up to 25% off MSRP for new licenses.

Save up to 25% when you purchase new licenses of ComponentOne Ultimate before Midnight EST December 31, 2017.

Click the links below to take advantage of the Special Offer

ComponentOne Ultimate - End of Year Special Offer - Last Few Days!

$
0
0
ComponentOne Ultimate.

Get up to 25% off MSRP for new licenses.

Save up to 25% when you purchase new licenses of ComponentOne Ultimate before Midnight EST December 31, 2017.

Click the link below to take advantage of the Special Offer

Wijmo Core 2017 v3 (Build 403)

$
0
0
New JavaScript Gantt Chart sample extends FlexChart.

Adds new JavaScript Gantt Chart sample, plus FlexGrid and OLAP improvements.

Features

  • Added new JavaScript Gantt Chart sample that extends FlexChart.
  • Added Calendar sample inspired by the Slack status page.
  • Added SimpleServerCollectionView sample.
  • Added MVCCollectionView sample.
  • [nodejs] Made some changes in wijmo.pdf code that make it possible to use Wijmo PdfDocument in NodeJS (with a specific Domino based setup).
  • [VSCode] Added IntelliSense support for Wijmo Angular components in VSCode HTML editor.
  • Improved FlexGrid layout performance.
  • Improved export to xlsx performance for FlexGrid containing Angular cell templates.
  • [FlexGrid] Added a 'refresh' parameter to the CellEditEnding event parameters. This allows event handlers to suppress the full refresh that happens by default when cell editing ends.
  • [OLAP] Allow generating views with value fields only (grand totals) or row/column fields only (unique values).
  • [OLAP] Improved PivotEngine sorting of value fields (measures) to sort groups by aggregate. (This can be disabled by setting the new PivotEngine.sortableGroups property to false).
  • [OLAP] Improved PivotGrid collapse/expand to keep the original state of child nodes.
  • [OLAP] PivotGrid now honors the preserveOutlineState property (inherited from FlexGrid).
  • [Angular/AngularJS] Textarea elements used as cell editors now correctly consume characters that were typed by a user to initiate cell editing.
  • [AngularJS] For FlexGrid with ime-enabled="true" and a cell editor represented by a cell edit template, cell editing can now be correctly initiated by IME input.
  • Added an InputNumber repeatButtons property that determines whether the control's spinner buttons should act as repeat buttons (fire continuously while pressed).
  • Added several new members to the TreeView and TreeNode classes:
    • TreeNode.addChildNode(index, dataItem) adds a child node to a TreeNode.
    • TreeView.addChildNode(index, dataItem) adds a child node to a TreeView.
    • TreeNode.remove() removes a node from the TreeView.
    • TreeNode.refresh() refreshes a node with updated data content.
    • TreeNode.itemsSource gets a reference to the array that contains the node data.

Wijmo Core 2017 v3 (Build 405)

$
0
0
Wijmo Core

Fixes minor rendering bug with 4 Wijmo glyphs.

Fixes

  • Fixed minor bug introduced in build 403 which caused some glyphs not to render correctly in Chrome for macOS.
  • The broken glyphs were:
    • Calendar.
    • Clock.
    • Minus.
    • Plus.

Wijmo Core 2017 v3 (Build 409)

$
0
0
Wijmo Core

Maintenance release includes bug fixes plus enhanced smooth scrolling on macOS.

Features

  • Includes an enhancement to smooth scrolling on macOS.

Fixes

  • Includes a rolled-back fix for input buttons that resulted in making the input controls slightly oversized.
  • Includes a new, better fix for input buttons.
Viewing all 166 articles
Browse latest View live


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