
Adds bookmarks support to PDFViewer.
Features
- PDFViewer
- Add Bookmarks support in the PDFViewer. PDF files that have bookmarks in them will contain a table-of-contents like navigation.
- RadGridView
- Add caption.
- RadMultiColumnComboBox
- Add ability to display focus cues when DropDownStyle = DropDownList.
- RadPageView
- Navigation View should offer public properties for enabling/disabling the animation.
- RadPropertyGrid
- Add three-state functionality for the PropertyGridCheckBoxItemElement.
- PdfProcessing
- Implement import and export for "W*" clipping operator.
- Implemented import for "b" geometry operator.
Fixes
- PDFViewer
- "A general error occurred in GDI+" when loading a pdf file.
- RadBarcode
- The ForeColor property set to the control should propagate to the main element.
- RadBrowseEditor
- Clear button is not shown when you set the BrowseElement.ShowClearButton property true.
- RadChartView
- Improve the VerticalAdjusmentLabelsStrategy of the smart labels in the BarSeries so that it avoids collisions with the bar data point.
- RadCheckedDropDownList
- NullReferenceException when refilling items while the autocomplete popup is opened.
- RadCommandBar
- Visual Studio crashes when you add a button in the designer while the application is running.
- CommandBarMaskedEditBox - the mask cannot be set at design time.
- RadDateTimePicker
- Incorrect style for the drop down when the ThemeName is set and then RadDateTimePickerCalendarShowTimePicker is enabled.
- RadDropDownList
- Clear button is not visible in the editable part for RadDropDownList and RadMaskedEditBox.
- InvalidOperationException ("Cross-thread operation not valid") when adding a RadDropDownList to the Form.Controls collection in the BackgroundWorker.RunWorkerCompleted event.
- RadGridView
- The changes are not committed to the data set when the new row is focused.
- Expander item overlaps with the hyperlink cell's text in a self-reference grid.
- Performance in the BestFitHelper needs to be improved when the grid is in SelfReference.
- The format of the column is not respected when using nullable DateTime.
- Header checkbox does not uncheck the rows when grouping is used.
- New row is added even when the validation is canceled.
- When IsSearchAsync is false the navigation keys work differently.
- When IsSearchAsync is false the waiting bar does not stop after the search is finished.
- Performance of the GridViewCheckBoxColumn when the header checkbox is toggled and the column is sorted.
- RadLayoutControl
- The group items should expose Expanded/Expanding and Collapsed/Collapsing events.
- RadListView
- Searching with text starting with similar letters doesn't navigate you to the correct item.
- RadMenu
- The arrow is not updated when the items are cleared.
- Items are selected when disabled.
- RadMultiColumnComboBox
- RadMultiColumnCombobox - control is shrunk when the DropDownStyle is set to DropDownList and the text is empty.
- RadPageView
- Visual Studio hangs when adding children to the StripViewItemLayout via the Edit UI Elements.
- Add collapsing/expanding events to the navigation view.
- Incorrect layout in RightToLeft mode with Navigation View.
- RadPivotGrid
- NullReferenceException when setting the data source of the control to null.
- RadPopupEditor
- TextChanged event is not fired when you type in the editable part.
- RadPropertyGrid
- The ValueChanged event cannot be fired from custom editor.
- RadSpinEditor
- Setting the TabStop property on the control should propagate to the hosted text box.
- RadSpreadsheet
- The font/size of the first cell is changed when setting the associated ribbon bar.
- RadTextBox
- Incorrect control's bounds when manipulating the AutoSize property at design time.
- RadTreeView
- Filtering doesn't show the correct results.
- ToggleStateTypeConverter should handle converting from/to System.Windows.Forms.CheckState as well.
- RadVirtualGrid
- The pinned rows do no have any styles in Material themes.
- Current page index is not updated in the VirtualGridPagingPanelElement when the rows are cleared.
- TPF
- Font set with a GraphicsUnit.Pixel is measured and painted as with GraphicsUnit.Point.
- RadScrollBarElement - the default value of the MinThumbLength property should be increased in the touch themes.
- UI for Winforms
- StackLayoutElement should respect the Visibility of the elements when arranging them.
- WordsProcessing
- DocxFormatProvider: NullReferenceException is thrown while importing hyperlink without runs.
- PdfProcessing
- InvalidCastException is thrown while importing font descriptor used by different types of fonts.
- NullReferenceException is thrown when importing document with XFA fields.
- Invoking ToString() of a PdfHexString containing empty string leads to IndexOutOfRangeException.
- SpreadProcessing
- ArgumentException is thrown when exporting characters not supported in XML.