Telerik blogs
Q1 2015 SP1 for UI for WPF and UI for Silverlight are available for download. You will find all enhancements and fixes in the detailed lists for WPF and Silverlight. I'll list the most important fixes here:

ChartView

  • Introduced MinZoom property of the chart so that it is possible to specify the minimum a chart can be zoomed out.

ComboBox

  • Improve Disabled state of Editable ComboBox in Windows8 and Office2013 themes.

Docking

  • Improve Disabled visual state in Office 2013 theme.

RichTextBox

  • Enabled merging a paragraph and a table, after deleting the paragraph symbol or section break before a table.

GridView

  • Performance improvements when exporting to xlsx and pdf.
  • AutoFitWidth option can be turned off by setting AutoFitColumnWidth property of GridViewDocumentExportOptions. When set to false, exporting performance is slightly improved.
  • Telerik.Windows.Controls.GridView.Export.dll: it contains logic for exporting RadGridView to xlsx and pdf formats, eliminating the dependency of Telerik.Windows.Controls.GridView.dll to all SpreadProcessing logic. The two methods ExportToXlsx and ExportToPdf are located here and if used, a reference to the new binary should be included.
  • Overload for AsyncExport that enables passing an Action delegate to work as a finished callback for the export operation. Thus users would get notified about the c completion and would be able to execute custom logic then.
  • ExportAsync's shouldDisposeString parameter is renamed to shouldDisposeStream.

PDF Viewer

  • Implemented support for Masked Images with separate image XObject used as explicit mask.

Spreadsheet

  • Introduced API for creating and setting CellValues directly into the cells.
  • Implemented support for conversion from Workbook to RadFixedDocument as an extension to the PdfFormatProvider.

SpreadProcessing

  • Introduced API for creating and setting CellValues directly into the cells.
  • Implemented support for conversion from Workbook to RadFixedDocument as an extension to the PdfFormatProvider.

WordsProcessing for WPF

  • Implemented support for conversion from RadFlowDocument to RadFixedDocument as an extension to the PdfFormatProvider.
  • Section.Rotate() method introduced in order to change the layout of a page.
Download the bits for WPF and Silverlight and give them a try. You can check our WPF and Silverlight demos and share your thoughts on our Ideas & Feedback portal.

hristo-maradjiev
About the Author

Hristo Maradjiev

Product Manager,
Telerik XAML Team

Related Posts

Comments

Comments are disabled in preview mode.