
Adds new Property Grid, Collection and Dock Panel components.
Features
- What's New
- RadCollectionEditor and RadCollectionEditorPicker are editor controls that provide UI for editing collections and their items.
- RadCollectionNavigator provides UI for seemless editing and navigation of а given data collection.
- RadPropertyGrid provides an easy and versatile approach to processing data objects' properties. Utilizing its autogeneration features and intuitive custom editors capabilities, users would be able either to display data in a way that best fits their needs or modify it with minimal effort.
- Provided built-in extension methods (Export/ExportAsync) in RadDataGrid for exporting the data to various formats (.xlsx, .xls, .pdf, .csv) via the RadSpreadProcessing library.
- Introduced Print Titles, allowing for specific rows and columns to be repeated on every printed page in SpreadProcesssing.
- DocxFormatProvider in WordsProcessing now supports import/export of shapes from/to DOCX file format. Note: Text inside shapes is not yet supported.
- WordsProcessing now supports Page Numbering Fields - PAGE, PAGEREF, NUMPAGES, SECTIONPAGES, SECTION.
- Common
- Improved the visual appearance of the controls to resemble the new Microsoft Windows 11 design (only for WinUi for Desktop).
- All binaries are now digitally signed with strong key.
- DataGrid
- Provided built-in extension methods (Export/ExportAsync) in RadDataGrid for exporting the data to various formats (.xlsx, .xls, .pdf, .csv) via the RadSpreadProcessing library.
- Examples
- Update the app to resemble the refreshed Windows 11 look.
- PdfProcessing
- Optimized and reduced the exported document size when using the same font on more than one block.
- Introduced support for exporting document pages to images.
- SideDrawer
- Introduced DrawerOpening and DrawerClosing events that occurs when the drawer starts opening/closing.
- Implemented new property IsOpen to indicating whether the drawer is opened or closed. The HideDrawer and ShowDrawer now are obsoleted.
- SpreadProcessing
- Exposed a method converting hex colors to Telerik.Documents.Media.Color.
- Introduced Print Titles, allowing for specific rows and columns to be repeated on every printed page.
- SpreadStreamProcessing
- Implemented workbook import.
- WordsProcessing
- DocxFormatProvider: Introduced support for importing images defined in AlternateContent tag.
- Introduced support for title attribute of the NonVisualDrawingProperties for a shape/image when working with DOCX.
- Introduced support for Page Numbering Fields - PAGE, PAGEREF, NUMPAGES, SECTIONPAGES, SECTION.
- DocxFormatProvider: Introduced support for import/export of shapes from/to DOCX file format. Note: Text inside shapes is not yet supported.