Telerik blogs
Faster document exporting, improved RichTextEditor and other optimizations are here in this service pack release for UI for WinForms.

Fresh on the heels of our R3 2016 release, The first Service Pack (SP1) for the latest release of UI for WinForms brings a variety of product improvements as well as some useful additions to the suite. These include:

  • New export to Excel (xlsx, csv) library with very high performance and low memory footprint—RadSpreadStreamProcessing
  • New export provider for RadGridView, utilizing RadSpreadStreamProcessing
  • New functionality added in the Converter Tool
  • RichTextEditor now offers Row properties in the Table Properties dialog
  • Null values support for the ChartView-PivotGrid integration
  • RichTextBox is now removed from the codebase

RadSpreadStreamProcessing

New Document Exporting Library

The new library added to UI for WinForms will allow you to create large spreadsheet documents and export them, in a split-second, to the most common file formats with great performance and minimal resources. 

A reasonable question to ask is: “How is this different than the 'old' RadSpreadProcessing?" The key difference is the absence of a document model. This ensures the blazing performance of the export, as the content is written directly to a stream without increasing memory usage. Of course, if you need to load and edit documents, or evaluate formulas, the general-purpose RadSpreadProcessing should step up.

RadSpreadStreamProcessing

GridViewSpreadStreamProcessing

New Export Provider for RadGridView

This new provider utilizes the newly introduced RadSpreadStreamProcessing library, and allows you to export large amounts of data faster and with a very low memory footprint. 

grid export

New Functionality in Converter Tool 

In this release we have added the last from our list of standard controls to convert—RichTextBox.

In addition, the functionality to hand pick the files/projects to be converted was also added, so you no longer have to convert the whole solution at once.

converter

RadRichTextEditor 

The Table Properties dialog now features Row options section, which allows for specifying the height of specific posts.

RTE row options

RichTextBox

Removed from Codebase

The time has come to remove the previous implementation of our rich text editor from our codebase, after it was marked as obsolete for more than a year. We have been strongly advising users to use the new RadRichTextEditor control which supports all of the functionality of the previous one, plus much more.

Feel free to share your thoughts on the release or your product suggestions in the comments section below. 


Stefan Stefanov
About the Author

Stefan Stefanov

Stefan Stefanov (MCPD) is a Senior Manager, Product Management and Product Marketing at Progress. He has been working with Telerik products since 2010, when he joined the company. Off work he enjoys traveling, hanging out with friends and reading various technology blogs. You can find Stefan on Twitter and LinkedIn.

Related Posts

Comments

Comments are disabled in preview mode.