Release version 10.0.20163.542 - 01/10/2017
C1.UWP.Bitmap
Bug fixes
- C1.UWP.Bitmap assembly was not properly signed. (TFS:233015)
Release version 10.0.20163.541 - 01/09/2017
C1.UWP.FlexChart
Bug fixes
- [C1FlexChart] Height of the bars in BarChart is shortened when it includes a long value for the "BindingX" parameter.(TFS-230947)
Release version 10.0.20163.540 - 12/27/2016
C1.UWP.Pdf
Bug fixes
- Object reference Exception occurs at C1.UWP.Pdf while exporting of RTB document to pdf by using PdfFilter.PrintDocument().(TFS:224999)
Release version 10.0.20163.539 - 12/23/2016
C1.UWP.Pdf
Bug fixes
- [Regression] Not all rotated text are rendered when rotated text are created by using PdfDocument.DrawString() method. (TFS:209554)
Release version 10.0.20163.537 - 12/15/2016
C1.UWP.Bitmap
Bug fixes
- System.ArgumentException is thrown when rotate the JXR file by using TransformOptions. (TFS:227961)
C1.UWP.FlexReport
Breaking Changes
- Now non paginated RTF export is used by default, i.e. RtfFilter.Paged is false by default.
C1.UWP.FlexViewer
Bug fixes
- A reference to C1FlexChart not added to the project references when adding C1FlexViewer from the toolbox.
Release version 10.0.20163.536 - 12/12/2016
C1.UWP.FlexChart
Bug fixes
- [C1FlexChart] Legend border and border color are shown in svg image. (TFS-222077)
- [C1FlexChart] Background color of FlexChart is lost in exported SVG image.(TFS-222217)
- [C1FlexChart] SelectionChanged event is fired twice at first while selecting any series.(TFS-222394)
C1.UWP.FlexGrid
Bug fixes
- The data in the cell is copied to the cell below it when using StartEdit(False) method in the SelectionChanged event and focus to cell is changed using the cursor keys. (TFS-224968)
- Later columns do not come out in visible screen of Win10 Phone device and Mobile Emulator after resizing the columns to very smaller width. (TFS-208242)
Improvements
- Reset Row/Column size to original value if resizing was cancelled by pressing Escape key. (TFS-222710)
C1.UWP.FlexReport
Breaking Changes
- SubreportParameterValue was renamed to ReportParameterValue.
- SubreportParameterValues was renamed to ReportParameterValues.
Bug fixes
- C1FlexReport.EndPage event not fired for last page of the report. (TFS:227288)
Improvements
- Added two more variants to define hyperlink in the report (see FieldBase.Hyperlink property):
- ReportLinkTargetScript. Script will be executed when user perform navigation, see "Interactive Report" sample.
- ReportLinkTargetBookmark. Added properties Report and ParameterValues properties
which allow to create a link to another report or to same report with different parameters. - Added new FlexChartField report field, supporting the following chart
types: Column, Bar, Line, Scatter, LineSymbols, Area, Spline,
SplineSymbols, SplineArea, Bubble, Candlestick, HighLowOpenClose,
Funnel. The new FlexChartField is supported on all platforms
(WinForms, WPF, UWP).
FlexChartField internally uses the FlexChart control, so now
C1.WPF.Document.4 and C1.WPF.FlexReport.4 assemblies require the
C1.WPF.FlexChart.4 assembly, UWP assemblies C1.UWP.Document and C1.UWP.FlexReport require
C1.UWP.FlexChart. - Now ForcePageBreak specified for FieldBase, Section or SubSection assigned to the
RenderObject.LayoutBreak this allows to improve exporters.
C1.UWP.FlexViewer
Bug fixes
- Sometimes the Ctrl-F keys did not work correctly.
C1.UWP.TileView
Bug fixes
- System.ArgumentOutOfRangeException occurs when adding of 8 or above child C1TileViewItem,
maximizing/minizing 7th and later TileViewItems. (TFS-227274)
Release version 10.0.20163.535 - 11/28/2016
C1.UWP
Bug fixes
- [NumericBox] Application stops executing on typing value in NumericBox. (TFS-17831)
C1.UWP.Bitmap
Bug fixes
- System.NotSupportedException occurred while saving bitmap to Jpeg by using SaveAsJpeg() with ImageQuality property. (TFS:222673)
C1.UWP.DX
Improvements
- [WPF] Many small improvements to the common structures like Matrix3x2 and others.
C1.UWP.Excel
Bug fixes
- First sheet is always selected when setting 'SelectedIndex' value less than 'FirstIndex'
value. (TFS:19584) - One of the columns in the second sheet becomes invisible after saving in the different
path and opening it. (TFS:15297) - Error 'Invalid Excel OpenXml file' is occurred on opening of an excel file
contains TabColor and formulae after saving as another one. (TFS:197450)
C1.UWP.FlexGrid
Breaking changes
- removed BottomRightCellBackground property. It is not applicable to UWP version. (TFS-108093)
Bug fixes
- FlexGrid doesn't create autogenerated column for decimal values. (TFS-119735)
- FontFamily property doesn't properly applied at edit mode. (TFS-110141)
- Only 1st column can be resized in touch action.(TFS-208234)
C1.UWP.FlexReport
Bug fixes
- Error occurs during rendering if name of field of DataSource equals to VBScript keyword like "To", "While" etc. (TFS:221944)
C1.UWP.Pdf
Bug fixes
- Attachment Pdf document is not opened when adding attachment to pdf document by using C1PdfDocument.AddAttachment() method. (TFS:213228)
C1.UWP.PdfViewer
Bug Fixes
- Logo image color in original pdf file is not retained when view the pdf file in C1FlexViewer. (TFS-221614)
C1.UWP.SpellChecker
Improvements
- Add default dictionary in SpellChecker.(TFS-17900)
Release version 10.0.20163.534 - 11/14/2016
C1.UWP.Bitmap
Improvements
- C1Bitmap added to the suite.
C1.UWP.Calendar
Bug fixes
- [MultiWindow]"System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL.." occurs when Calendar contained app is opened as Multi-windows (TFS-216145).
C1.UWP.Excel
Bug fixes
- Japanese characters, font styles, watermarks and shapes are not rendered in output .xlsx file. (TFS:204191 cases 2 & 5)
- Multiple issues are observed when loading .xlsx file that contains cells with thousand separators and 11 decimal values). (TFS:208468 case 1)
C1.UWP.FlexChart
Improvements
- [C1FlexChart] Add funnel chart type.
C1.UWP.FlexViewer
Breaking changes
- To simplify usage, all commands are defined as instance properties, not static properties.
Bug fixes
- An error occurred if the type of default value in report parameter does not match the type of allowed values.
Improvements
- Commands are now available for the C1FlexViewer control, not just C1FlexViewerPane.
- Added new commands for navigation and selection.
- Supported FlowDirection.RightToLeft for C1FlexViewer and C1FlexViewerPane. (TFS:150404)
C1.UWP.OrgChart
Bug Fixes
- Fixed the issue that System.Exception occurs when C1OrgChart is opened in
multiple windows.(TFS-216147)
C1.UWP.Schedule
Bug Fixes:
- [MultiWindow]"Failed to connect to index [x] in object" error occurs when Schedule contained app is opened as Multi-windows (Tfs 216146).
C1.UWP.Tile
Bug fixes
- "System.Exception: The application called an interface that was marshalled for a different thread.."
occurs when used C1Tiles in multi-window apps (Tfs 216320).
Release version 10.0.20163.532 - 10/21/2016
C1.UWP
Bug fixes
- [C1NumericBox] Fixed the issue that Application is not responding when pressing key combination with Ctrl/Shift
in C1Numeric box.(TFS-211564)
C1.UWP.FlexChart
Bug fixes
- [C1FlexRadar] Fixed the issue that application is crashed while setting of ChartType
as LineSymbol and StrokeDashArray property.(TFS-213710)
C1.UWP.FlexGrid
Bug fixes
- Window containing flexgrid is only opened once. (TFS-214340)
Release version 10.0.20163.531 - 10/17/2016
C1.UWP.FlexChart
Bug fixes
- [C1Sunburst] Fixed the issue that the default name is "flexPie".(TFS-212469)
- [C1Sunburst] Fixed the issue that ItemSource at runtime is not
reflected back on the chart.(TFS-211573)
Improvements
- [C1FlexChart] Export FlexChart as SVG image.
Release version 10.0.20163.530 - 10/10/2016
C1.UWP.FlexGrid
Bug fixes
- Row selection is still remained after changing SelectionMode from ListBox to RowRange. (TFS-40451)
C1.UWP.FlexReport
Bug fixes
- In some cases text selected in viewer copied not fully if report contains CheckBoxField. (TFS:211679)
Release version 10.0.20163.529 - 10/04/2016
C1.UWP.FlexGrid
Bug fixes
- System.ArgumentException exception is thrown when a column of the grid is sorted repeatedly. (TFS-209852)
- System.ArgumentOutOfRangeException occurs when dragging the Frozen ColumnHeader to its column area in the grid. (TFS-207839)
- Adorners still shown when changed SelectionMode property from RowRange/CellRange to Row/Cell. (TFS-106875)
- Value of one digit integer columns can not be seen in FlexGrid when it is placed in last index. (TFS-207950)
- Only 1st column can be resized in Touch action. (TFS-208234)
C1.UWP.FlexReport
Improvements
- ChartField
- Map and SuperLabel custom fields
Release version 10.0.20163.528 - 09/26/2016
C1.UWP.Document
Improvements:
- Added event:
public event EventHandler<PrintTaskCompletedEventArgs> PrintTaskCompleted
Occurs when the print task started with ShowPrintUIAsync() method is finished.
C1.UWP.FlexChart
Improvements
- [C1FlexRadar] First release.
C1.UWP.FlexViewer
Bug fixes
- Text selection appears and not refreshed in Thumbnail view. (TFS:209282)
- COM Exception is thrown when add C1FlexViewer and C1FlexViewerPane onto the form. (TFS:209488)
- Tool panel header is clipped when the panel is resized to minimum width. (TFS:209436)
- Thumbnails disappeared after opening the Thumbnail view and waiting 5 to 6 minutes. (TFS:209420)
C1.UWP.Pdf
Bug fixes
- System.NullReferenceException occurred in C1.UWP.Pdf.dll when creating lines in PdfDocument using PdfDocument.DrawLines() method. (TFS:209579)
C1.UWP.Schedule
Bug Fixes:
- Time formats of Schedule are disappeared while switching the tabs of C1TabControl that contains C1Schedule (Tfs 208814).
Release version 10.0.20163.526 - 09/19/2016
C1.UWP
Bug fixes
- [C1TabControl] Fixed the issue that Navigation buttons also changed to
italic when setting the FontStyle to Italic of the C1TabControl. (TFS-206778)
C1.UWP.DateTime
Improvements:
- Added handling of 'F4' key (opens drop-down) (Tfs 208235).
C1.UWP.FlexChart
Breaking changes
- Change the namespace of IChartLayer from C1.Xaml.Chart.Interaction to C1.Xaml.Chart.
Improvements
- [C1FlexChart] Add Waterfall series.
- [C1FlexChart] Add annotations.
C1.UWP.FlexViewer
Bug fixes
- A sporadic exception occurred in C1FlexViewer after cancelling the Print dialog on Windows Phone device.
- FlexViewer thrown an exception in a multi-window UWP application while opening the second window. (TFS:208226)
Improvements
- Added the ability to select text on multiple pages.
C1.UWP.Pdf
Bug fixes
- Check boxes interaction can not be performed and radio buttons are disappeared in
output pdf file from C1Pdf. (TFS:205954) - Unknown character shown when Japanese character exported to pdf file for C1RichTextBox. (TFS:97308)
Improvements
- Added support of alternative fonts for Chinese, Korean, Japanese characters.
C1.UWP.RichTextBox
Improvements:
- Add AutoCapitalizationMode property to indicate how to handle auto capitalization. (TFS-114613)
None: Specifies that there is no automatic text capitalization. This is the default type.
Sentence: Specifies automatic capitalization of the first letter of each sentence.
Release version 10.0.20162.524 - 08/29/2016
C1.UWP
Bug fixes
- [RadialMenu][Win10 Anniversary Edition]Menu icon is lost in the center area of RadialMenu (TFS-204795).
Using SystemAccentColor in the style setter for AccentBrush property replaced by the SystemControlHighlightAccentBrush.
C1.UWP.Calendar
Bug fixes
- [Win10 Anniversary Edition]Today color is lost (TFS-204795).
Using SystemAccentColor in the style setter for TodayBrush property replaced by the SystemControlHighlightAccentBrush.
C1.UWP.FlexViewer
Bug fixes
- An unhandled win32 exception is thrown when export some pdf files to image type files. (TFS:204810)
Release version 10.0.20162.523 - 08/23/2016
C1.UWP.Document
Breaking Changes:
- HtmlFilterBase: default value of SingleFile property changed to true.
C1.UWP.FlexReport
Bug fixes
- Exception is thrown when cancelling the exporting process from C1FlexViewer. (TFS:203812)
C1.UWP.Schedule
Bug Fixes:
- Next index months can not be selected in the calendar dropdown of C1Scheduler (Tfs 204398).
Release version 10.0.20162.522 - 08/22/2016
C1.UWP.FlexChart
Bug fixes
- [C1FlexPie] Fixed the issue that C1FlexPie is not updated when
change the corresponding value (TFS-202556).
C1.UWP.FlexReport
Bug fixes
- Exception is thrown when cancelling the exporting process from C1FlexViewer. (TFS:203812)
C1.UWP.FlexViewer
Improvements
- Tooltips and all items in C1FlexViewer were not localized to Japanese. (TFS:203599)
C1.UWP.Pdf
Improvements
- Added PdfAcroform sample (for demo of Acroform fields) for C# and VB.
Release version 10.0.20162.521 - 08/15/2016
C1.UWP.Document
Bug fixes
- Font color of text is changed to white in exported RTF when backcolor of TextField/ParagraphField are set to Purple. (TFS:193644)
C1.UWP.FlexReport
Bug fixes
- Fields with FieldBase.Anchor != AnchorEnum.Top split incorrectly between pages in some cases. (TFS:202376)
- bool C1FlexReport.BehaviorOptions.EnableAggregatesOnReportFields was added to improve
compatibility with C1Report. Set it to true if in your report aggregate functions use report fields. (TFS:203132)
Improvements
- Now text can be specified for report's watermark or overlay. Following properties were added
to the Watermark class describing C1FlexReport.Watermark and C1FlexReport.Overlay:
-- public string Text { get; set; }
-- public WritingMode WritingMode { get; set; }
-- public FieldAlignEnum Align { get; set; }
-- public Color ForeColor { get; set; }
-- public float TextAngle { get; set; }
-- public bool WordWrap { get; set; }
-- public FontHolder Font { get; set; }
-- public double LineSpacing { get; set; }
-- public TextFitMode TextFitMode { get; set; }
-- public double Opacity { get; set; }
If both Watermark.Picture and Watermark.Text are specified then watermark/overlay will be rendered as image.
C1.UWP.RichTextBox
Bug fixes:
- Fixed the issue that C1RichTextBox loose color and table formatting while copying content.(TFS-202426)
- Fixed the issue that focus can not be placed outside of the table and text can not be input anymore in C1RichTextBox after
paste the table from MSWord.(TFS-200826)
Release version 10.0.20162.520 - 08/08/2016
C1.UWP.BarCode
Bug fixes
- Fixed the issue that EncodingException.Message always returns "Invalide barcode data"
after receiving an exception in encoding the barcode.(TFS-201539)
C1.UWP.Excel
Bug fixes
- 'System.ArgumentException" occur in C1.WPF.Excel.4.dll while loading of .xlsx file
contains Profit-And-Loss calculation and formula. (TFS:200261) - #VALUE! is shown in the cell with .xls excel file after loading and saving an excel
file which has '=SUM((B1,B2))' formula with C1Excel. (TFS:195419) - When a Excel file that has RTF texts including line break is loaded, an unnecessary
blank is inserted between the 2 byte characters at the time of an RTF translation
(Regression from TFS:191100). (TFS:198035)
Improvements
- At UseTempStorage for UWP used ApplicationData.Current.TemporaryFolder.
C1.UWP.FlexChart
Improvements
- [C1Sunburst] First release.
C1.UWP.FlexGrid
Bug fixes
- Disable sorting for autogenerated column if column data type doesn't implement IComparable interface. (TFS-201006)
- Fixed the issue that there is no mark in frozen column header when tapping on frozen column. (TFS-197234)
C1.UWP.FlexViewer
Bug fixes
- The hamburger icon of C1FlexViewer is overlapped with text "empty" in Design View. (TFS:200829)
- Text appears rotated when load the Acroform pdf file into the C1FlexViewer. (TFS:200939)
- Page is cutoff when load Acroform pdf file and view it in FacingPages mode. (TFS:201041)
- Unhandled exception is thrown when navigate to the some pages in C1FlexViewer. (TFS:201004)
Improvements
- Supported page rotation by 90/180/270 degrees, added RotateView property to C1FlexViewer.
C1.UWP.Pdf
Improvements
- Added support PDF/A compliance for PDF annotations. PDF/A bug fixing.
C1.UWP.Word
Bug fixes
- Text's alignment of original document is not retained in new document. (TFS:191068)
- Backfilling color changes in output .rtf and not effected in output .docx file
when load/save the MS Word Document to C1Word. (TFS:196282) - Font Size of MS word file is not retained when load and save in C1WordDocument. (TFS:193081)
- System.FormatException is thrown when load the docx file contained bookmark and save
it in another document. (TFS:192836) - PageBreak from MS word does not effect in C1WordDocument when load MS word file and
save it in C1Wordocument. (TFS:193054) - Position of Footer text are different in RTF and Docx Files. (TFS:196953)
- Text behind the tab character "\t" are disappeared in output RTF file. (TFS:197388)
- Background filling color of main section in the C1WordDocument is not effective in
output RTF and DOCX files. (TFS:153736) - WidthPercent of Table row is not effected in word doucument with Docx format. (TFS:153145)
- Font color of "RTF Field" is not effected in exported Docx and RTF files (TFS:201537)
Release version 10.0.20162.519 - 07/21/2016
C1.UWP
Bug fixes
- [C1CollectionView] Fixed wrong thread exception when use C1CollectionView
from multiple UI threads (http://our.componentone.com/groups/topic/c1collectionview-multiple-ui-threads/#post-680904)
C1.UWP.Excel
Bug fixes
- Error occurs in output file while loading and saving of the border style containing
.xls/.xlxs to C1Excel. (TFS:191302) - When the report is exported to Excel file with .xls format, background color in
some field may change. (TFS:195006) - Comment of cell in result excel file is not properly shown in C1Excel when loading
and saving to C1Excel. (TFS:191100) - Request to provide bitmap support in SL Excel. (TFS:19275)
Improvements
- Used a reference to C1.UWP.Zip library instead of shared C1Zip code.
C1.UWP.Pdf
Improvements
- Used a reference to C1.UWP.Zip library instead of shared C1Zip code.
- Reset file lenght at saving.
- Fixed support PDF Acroforms for XAML versions.
Release version 10.0.20162.518 - 07/18/2016
C1.UWP.FlexGrid
Bug fixes
- Column header's background color disappears while selecting any cell in C1FlexGrid. (TFS-199595)
Release version 10.0.20162.517 - 07/04/2016
C1.UWP.Calendar
Bug fixes
- Fixed UWP design-time behavior (Tfs 197657).
C1.UWP.DateTime
Improvements:
- Removed angle brackets from default watermak in DatePicker control.
C1.UWP.FlexViewer
Breaking changes
- The PrepareToolsMenu event of C1FlexViewer renamed to PrepareToolMenu.
- CustomToolEventArgs.Handled property renamed to NavigatedTo.
Bug fixes
- Content in FlexViewer cannot be copied with Ctrl+C shortcut. (TFS:196341)
Release version 10.0.20162.516 - 06/27/2016
C1.UWP.FlexGrid
Bug fixes
- Fixed the issue that System.ArgumentOutOfRangeException occurs "mscorlib"
while Tapping on ForzenColumn header.(TFS-195395)
C1.UWP.FlexViewer
Bug fixes
- Exception was thrown when set "Non-Print Layout", "NonContinous" in Eight Pages view of Wide Report. (TFS:195066)
- Selection is not moved to the related thumbnail while changing the current page number in FlexViewer. (TFS:195245)
- Clicking an outline item didn't scroll report to the target position on a Windows Phone.
- Text selection grips shown far away from selection start/end when using touch to select the rotated text. (similar to TFS:195761)
Improvements
- Added the NavigateToCustomTool event that occurs when the user clicks the custom tool menu item.
- Added the PrepareToolsMenu event that occurs after adding the default items to the Tools menu.
- Added the ToolMenuItems property to C1FlexViewer. It allows to customize the Tools menu.
Other changes
- The PageFillBrush property of C1FlexViewer and C1FlexViewerPane has been renamed to PageBackground.
Release version 10.0.20162.515 - 06/22/2016
C1.UWP.FlexGrid
Bug fixes
- Fixed the issue that ArgumentOutOfRangeException occurs in mscorlib
while setting of FrozenColumn property.(TFS-195012)
Release version 10.0.20162.514 - 06/21/2016
C1.UWP.FlexGrid
Bug fixes
- Fixed the issue that selecting a cell and dragging the selected cell
containing column, selection does not come a long with moved column.(TFS-191988) - Application crashes while selecting a row of C1FlexGrid which is running in "Release" mode.(TFS-194384)
Exception is fixed. Note, for proper working with .Net Native compilation, include next line into Default.rd.xml file of your application:
<Namespace Name="Windows.UI.Xaml.Controls" Serialize="PublicAndInternal" />
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/3e628f21-04b5-418e-a609-8d804c106889/problem-with-type-getproperties?forum=dotnetnative - Fixed the issue that System.Collections.Generic.KeyNotForundException occurs
in "mscorlib" when tapping on "Select All" area of FlexGrid in touch machine.(TFS-192178) - Fixed the issue that Frozen Columns can not be drag and drop .(TFS-192542)
- Fixed the issue that "ArgumentOutOfRangeException" occurs in "mscorlib"
when applying of AllowMerging Enums to the FlexGrid where FrozenColumns property
has already been set.(TFS-191991)
Improvements
- Add FrozenColumns and FrozenRows property to get or set a value that determines
whether columns or rows should be frozen when scrolling.(TFS-144316)
C1.UWP.FlexViewer
Bug fixes
- Default item is not selected in View dropdown of C1FlexViwer when remove the checkmark ofcustomized item. (TFS:194355)
- First page disappeared from FlexViewer when switching to "Facing Pages" in non-continuous mode. (TFS:194393)
Improvements
- Added the WideLayout property specifying whether a multi-column layout is applied to wide reports by default.
C1.UWP.RichTextBox
Bug fixes:
- Fixed the issue that System.ArgumentException is occured when pressing
the 'Ctrl+Z' key in C1RichTextBox after deleting the content.(TFS-192381)
Release version 10.0.20162.512 - 06/08/2016
C1.UWP.FlexChart
Improvements
- [C1FinancialChart] First release.
Release version 10.0.20162.511 - 06/06/2016
C1.UWP
Breaking changes
- Changed licensing. Removed old design-time licensing model.
Since 2016 v2 release every application must set C1.UWP.LicenseManager.Key property to valid evaluation or full license key.
C1.UWP.FlexGrid
Bug fixes
- Fixed the issue that selection is not correct after move columns to another position.(TFS-153569)
C1.UWP.FlexReport
Improvements:
- Added methods:
public new async Task ShowPrintUIAsync(C1PrintOptions options)
public async Task ShowPrintUIAsync()
Both can be used to print generated report, Printing page of the FlexReportSamples sample demonstrates the using of these methods. - Added properties:
float TextFieldBase.TextAngle { get; set; }
float Field.TextAngle { get; set; }
Gets or sets the angle of text rotation within the field.
double TextFieldBase.LineSpacing { get; set; }
double Field.LineSpacing { get; set; }
Gets or sets the line spacing between text lines in the field, in percent. The default is 100 which corresponds to normal line spacing.
TextFitMode TextFieldBase.TextFitMode { get; set; }
Gets or sets a value indicating how the text is fit into field's bounds. - Behavior change: previously, if the type of a field could not be
resolved while loading a report, an exception occurred. Now instead of
the exception a text field is created, with the following text:
Unknown field type [XXX]. This field type may not be supported in the current edition of FlexReport.
C1.UWP.FlexViewer
Bug fixes
- Checkmarks are not shown beside some items in the View dropdown of FlexViewer. (TFS:189652)
- Addressed multiple issues with zooming to page width and switching view modes.
Improvements
- Added text search panel.
- Added the PageBorderBrush, PageAreaBackground, and PageFillBrush properties to C1FlexViewer.
- Supported page thumbnails in C1FlexViewer.
C1.UWP.Imaging
Improvements
- Added Bmp Codec for support of BMP format. Supported only reading/loading of files. Writing/saving not supported now.
C1.UWP.RichTextBox
Bug fixes:
- Fixed the issue that border of the cell comes along with image as the border
of image while dragging a image in table to another cell.(TFS-153416)
C1.UWP.Schedule
Bug Fixes:
- Fixed memory leak (Tfs 190302).
Release version 10.0.20162.509 - 05/16/2016
C1.UWP
Improvements
- [C1RangeSlider] Add ScrollBehavior property.
C1.UWP.FlexChart
Improvements
- Change beta license to normal license.
C1.UWP.FlexGrid
Bug fixes
- Fixed the issue that private properties are also rendered.(TFS-153844)
Improvements
- Add IsDeferredScrollingEnabled property to get or set a value that determines
whether scrolling should be deferred until the user releases the scrollbar thumb.(TFS-144316)
C1.UWP.FlexViewer
Bug fixes
- Page Number is shown as 0 when load the report contained only one page to FlexViewer. (TFS:152758)
- Unhandled exception is thrown when change the Page size to "Default". (TFS:152956)
Improvements
- Supported non-continuous mode in C1FlexViewerPane.
C1.UWP.PdfViewer
Bug Fixes
- Fixed the issue that application crashes while loads a pdf document. (TFS-152429)
C1.UWP.RichTextBox
Improvements:
- Add support for moving(drag/drop) pictures within the document.(TFS-153359)
Release version 10.0.20161.508 - 04/27/2016
C1.UWP.FlexViewer
Bug fixes
- An exception was thrown when closing a report which is in busy state.
- An exception occurred sometimes when switching from one report to another.
- C1FlexViewer thrown an exception on the designer surface.
- Mouse cursor was changed to IBeam after performing layout even if the viewer doesn't contain the mouse pointer.
- The "Open the document after export" checkbox is now hidden for Windows Phone.
Release version 10.0.20161.507 - 04/23/2016
C1.UWP.FlexChart
Bug fixes
- Fixed the problem with rendering selected series for area chart (TFS 150626).
- The axis displayed correctly after setting axis origin (TFS 150968).
- Series with bubble chart type are rendered correctly (TFS 150995).
- Cancel property works properly for SymbolRendering event in financial charts (TFS 151123).
- Fixed the problem with exception in area spline charts (TFS 151718).
C1.UWP.FlexViewer
Improvements
- Added C1FlexViewer control (beta version).
C1.UWP.Word
Bug fixes
- There is no footer visible in the Word document created using C1Word when it is saved in Docx format. (TFS:150574)
Improvements
- Add support of table cell pading for Open XML format (DOCX).
Release version 10.0.20161.506 - 04/01/2016
C1.UWP.FlexViewer
Bug fixes
- Text selection with touch didn't work correctly for the second and subsequent pages with display modes other than 96 DPI.
- Customized ZoomFactor value was not applied to C1FlexViewerPane. (TFS:149472)
C1.UWP.RichTextBox
Improvements:
- AutoFormatHyperlinks is used to indicate whether url strings would be converted
to hyperlink when the user presses the ENTER or SPACE key.(TFS-146369)
C1.UWP.Word
Bug fixes
- ForeFilling color of table in the C1Word Document is not effective in output RTF and DOCX files. (TFS:144710)
- Line break key 'Ctrl+Enter' in the Text Field , RTF Field and Paragraph Field are not effected in
Word export. (TFS:139058)
Improvements
- Impoved support of Word/RTF borders (for all RtfBorderObject heirs). Added RtfTableBorderObject
for all table objects (RtfTable, RtfRow and RtfCell).
Release version 10.0.20161.505 - 03/18/2016
C1.UWP.FlexViewer
Bug fixes
- An exception was thrown in Designer View after adding C1FlexViewerPane control. (TFS:149015)
Improvements
- Supported links, text selection, improved the object model.
Release version 10.0.20161.504 - 03/14/2016
C1.UWP.FlexViewer
Bug fixes
- Unhandled exception was thrown when the Visibility property is set to "Collapsed". (TFS:147653)
C1.UWP.Maps
Bug fixes:
- Fixed the issue that C1Maps does not move to any direction
by pressing arrow keys.(TFS-67665)
C1.UWP.RichTextBox
Bug fixes:
- Fixed the issue that text alignment of cell content is not retained as in
original while the nested table is copied and pasted.(TFS-144929)
Release version 10.0.20161.503 - 03/01/2016
Release version 10.0.20161.502 - 02/23/2016
C1.UWP
Improvements
- added support for MenuFlyoutItems in C1CommandExtensions.
C1.UWP.Excel
Bug fixes
- Excel file does not exported correctly while exporting the styles and merging the
cells of C1Excel. (TFS:144689)
C1.UWP.Gauge
Bug Fixes:
- Request to set default value for "FontFamily" in C1Gauge.Decorators.C1GaugeLabel property. (TFS-32018)
C1.UWP.RichTextBox
Bug fixes:
- Fixed the issue that On-Screen keyboard always opens in upper case on
Win10 Tablet.(TFS-143565)
C1.UWP.TileView
Bug fixes
- Remove "ButtonBackground" and "ButtonForeground" properties
since there is no button in C1TileView. (TFS-33882)
C1.UWP.Word
Bug fixes
- Backfilling color of table in the C1Word Document is not effective in output RTF
file. (TFS:144707)
Release version 10.0.20161.501 - 02/03/2016
C1.UWP.Excel
Bug fixes
- "Invalid Excel OpenXml file (*.xlsx)" exception is thrown while Importing
an Excel(.xlsx) file generated using Altova Mapforce or Telerik
SpreadSheetProcessing for Wpf with C1Excel. (TFS:142312)
C1.UWP.Pdf
Bug Fixes
- Other system font do not get applied to C1PDF. (TFS:143375)
C1.UWP.Word
Release version 10.0.20161.500 - 01/25/2016
C1.UWP.FlexChart
C1.UWP.FlexReport
Release version 10.0.20161.499 - 01/18/2016
C1.UWP
Bug fixes
- [C1TreeView] Fixed the issue that LineStroke and MouseOverBrush properties
are not affected.(TFS-33794)
C1.UWP.Excel
Bug fixes
- At times, position of a string is changed to BottomAligned in the output. (TFS:139667)
C1.UWP.Gauge
Bug Fixes:
- Fixed the issue that PointerStroke and PointerStrokeThickness are not effected in C1Knob.(TFS-41841)
C1.UWP.Pdf
Bug Fixes
- Color for pie chart is not exported correctly to pdf file. (TFS:137852)
- "NullReferenceException" has occurred when saving the pdf file that has attachment. (TFS:132231)
Improvements
- Common code with C1Pdf for WinForms and many changed for it.
- Added support embedded fonts (TrueType fonts, FontType property).
- Added support of PDF/A format (ConformanceLevel property).
- Changes for support bookmarks and links for FlexReport. Added new AddBookmark method.
C1.UWP.PdfViewer
Bug Fixes
- Fixed the issue that error image got displayed instead of smiles while
loading a pdf file in C1PdfViewer(TFS-137440)
C1.UWP.RichTextBox
Bug fixes:
- Fixed could not add space before table.(TFS-33428)
Release version 10.0.20153.496 - 12/23/2015
C1.UWP
Bug fixes
- [C1RadialMenu] C1RadialMenu freezes whole screen on Windows 10 (TFS-137618).
Release version 10.0.20153.493 - 11/30/2015
C1.UWP.TileView
Bug fixes
- Fixed the issue that NullReferenceException is thrown
if HeaderAlignment property of C1TileViewItem are set at run time.(TFS-42944)
Release version 10.0.20153.492 - 11/23/2015
C1.UWP
Improvements
- [C1RadialMenu] Add CollapseOnClick property for
C1RadialMenuItem to indicate if the menu will auto collapse when the user clicks on
item which has no child items.
C1.UWP.BarCode
Improvements
- Add SaveAsync(Stream stream, ImageFormat imgFormat) to save C1BarCode
as Image.(TFS-119864)
C1.UWP.Excel
Improvements
- Added new C1XLBook.ListSeparator property for using in methods C1XLBook.Load
(for .cvs files), XLSheet.LoadCsv and XLSheet.SaveCsv.
C1.UWP.Maps
Bug fixes:
- Fixed the issue that C1VectorPolyline rendered behind the
coordinate point in C1Maps.(TFS-137617)
C1.UWP.RichTextBox
Bug fixes:
- Fixed the issue that content will go to next line when press
space key in C1RichTextBox.(TFS-136732)
C1.UWP.Schedule
Improvements:
- Scheduler control templates reviewed for better performance.
Default control templates don't use C1Scheduler.VisualIntervalTemplate property. - C1SchedulerNavigator control has been moved out of the looping area.
Scheduler navigation buttons moved from the C1Scheduler template to the
C1SchedulerNavigator control.
That allows to use empty space near the C1SchedulerNavigator control to
show custom navigation UI (see our updated samples). - TimeRuler reviewed for performance. It is moved out of looping area
in the default C1Scheduler control template and doesn't need setting
ItemsSource from xaml any more.
Release version 10.0.20153.490 - 11/14/2015
C1.UWP.Excel
Bug fixes
- Image and CheckBox is not retained when the Excel file containing
check box and image is saved. (TFS:136880) - C1Excel incorrect loaded/saved hyperlink ("Cannot open the specified file.")
(TFS:136722)
C1.UWP.Tile
Improvements
- Removed C1FlipTile flickering at rotation.
Release version 10.0.20153.489 - 10/31/2015
C1.UWP.Excel
Bug fixes
- Cell range is NOT selected when cell range with Frozen row/col is
selected in C1Excel book. Regression issue. (TFS:30427)
Release version 10.0.20153.487 - 10/27/2015
C1.UWP
Breaking changes
- [C1ListViewer] BringIndexIntoView method second parameter "subOffset" default value
is set to null, and second parameter "subOffset" is nullable now. The same in its'
derived controls C1ListBox/C1TileListBox.
C1.UWP.Excel
Bug fixes
- NullReferenceException is thrown when loading an excle file
which contains macro with .xlsx/.xls format. (TFS:135360)
C1.UWP.PdfViewer
Bug Fixes:
- Fixed the issue that watermark image of pdf document is replaced with red cross
mark while loading in C1PdfViewer.(TFS-129639) - Fixed the issue that more than one page is moved while clicking the Next Page button
of C1PdfViewerToolbar.(TFS-132707) - Fixed the issue that System.NullReferenceException is thrown while loading a pdf
document in C1PdfViewer.(TFS-135478)
Release version 10.0.20153.486 - 10/21/2015
C1.UWP.Schedule
Bug Fixes:
- Fixed issues with Calendar drop-down (Tfs 131695).
Release version 10.0.20153.482 - 09/18/2015
C1.UWP
C1.UWP.Automation
C1.UWP.BarCode
C1.UWP.Calendar
C1.UWP.DateTime
C1.UWP.Excel
C1.UWP.Extended
C1.UWP.FlexGrid
C1.UWP.Gauge
C1.UWP.Imaging
C1.UWP.Maps
C1.UWP.OrgChart
C1.UWP.Pdf
C1.UWP.PdfViewer
C1.UWP.RichTextBox
C1.UWP.RichTextBox.PdfFilter
C1.UWP.Schedule
C1.UWP.Sparkline
C1.UWP.SpellChecker
C1.UWP.Tile
C1.UWP.TileView
C1.UWP.Zip
C1.UWP.RichTextBox.AppBar
C1.UWP.RichTextBox.Menu