Kendo UI + Telerik UI for ASP.NET (MVC & Core) R3 2022

Released: Sep 14, 2022

Actualizaciones en R3 2022

Características

  • Common
    • Fluent Theme Package (v5.8.0)
    • Support for jQuery 3.6.1
    • Hide column that is currently grouped
    • Separate ToolBar tools navigation modes - only via Arrows or only via Tab
    • Classic Theme Package (v5.8.0)
    • Bootstrap Theme Package (v5.8.0)
    • Default Theme Package (v5.8.0)
    • Material Theme Package (v5.8.0)
  • Badge
    • Unify Badge rendering across flavors
  • ColorGradient
    • Add initialization from input to enable submitting form value
    • Enhance WAI ARIA attributes
    • Add ColorGradient, ColorPalette and FlatColorPicker to Form component editors
  • ColorPalette
    • Add initialization from input to enable submitting form value
    • Enhance WAI ARIA attributes
    • Add ColorGradient, ColorPalette and FlatColorPicker to Form component editors
  • ColorPicker
    • Enhance WAI ARIA attributes
  • FlatColorPicker
    • Add initialization from input to enable submitting form value
    • Enhance WAI ARIA attributes
    • Add ColorGradient, ColorPalette and FlatColorPicker to Form component editors
  • Form
    • Add ColorGradient, ColorPalette and FlatColorPicker to Form component editors
  • Grid
    • Update the Selectable widget events mechanism
    • Grid WAI-ARIA improvements
  • PDFViewer
    • Separate ZoomInOut buttons tool and Zoom selection tool in PDFViewer's ToolBar
  • Signature
    • Signature Component
  • PdfProcessing
    • Optimized and reduced the exported document size when using the same font on more than one block.
  • SpreadProcessing
    • 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.

Correcciones

  • Common
    • The background-color of a selected Grid row disappears in the LESS themes.
    • Changed: Deprecate MVC 3 and MVC 4 support
  • ComboBox
    • The text in disabled ComboBox is not selected properly.
  • DropDownList
    • Clicking on DropDownList when editing a Gantt TreeList field closes the cell instead of opening the DropDownList.
    • DropDownList popup does not close when clicking on the arrow icon.
  • DropDownTree
    • DropDownTree change event is not triggered if the widget has autoClose: false, checkboxes: false and filtering enabled
  • Editor
    • Editor is not displayed as expected on iPad in Safari desktop mode.
    • Tables background color copied from word file is not pasted into Editor.
  • Form
    • Changed: Checkbox fields should be rendered with label on the right
  • Gantt
    • Clicking on DropDownList when editing a Gantt TreeList field closes the cell instead of opening the DropDownList.
  • Grid
    • In Hierarchical Grid scenario, roles are not assigned to detail row/cell
    • Filtered virtual Grid truncates records.
    • Grid with Endless Scrolling, Server Grouping and Server Filtering throws an error.
    • Js exception is thrown when exporting a Grid with aggregates to Excel with the exportSelectedToExcel method.
    • Grid is not exported when multicolumn headers are configured and exportSelectedToExcel method is used.
  • PDFViewer
    • The zoom tool in the PDFViewer's toolbar is disabled when it is in the overflow menu.
  • PivotGridV2
    • Misalignment occurs in a scenario with horizontal scrolling
  • PopOver
    • Changed: Update Popover rendering
  • Scheduler
    • Right-click to open ContextMenu is selecting first item of the scheduler agenda view.
    • Scheduler scrolls top after editing an event.
    • Cannot read property 'firstChild' of undefined error thrown in Scheduler Month view when resources datasource is empty.
  • TextBox
    • Duplicate label element on changing TextBox properties via setOptions
  • TreeView
    • TreeView drag and drop not placing nodes at expected position after sorting
  • Window
    • The restore event is missing in the Window typescript definition.
  • Wizard
    • Wizard's stepper does not allow manual navigation when the select() method is used on the last step.
  • PdfProcessing
    • A signed and exported document does not show the digital signature in the Signature panel.
    • Hidden fields with pushButton widget become visible when using FlattenFormFields method to flatten fields.
  • WordsProcessing
    • Document containing Group element with no content control inside this part causes InvalidOperationException.
    • Break elements defined in the same run with other text are imported from DOCX at the end of the run.
    • Wrong paragraph`s parent when inserting new section between paragraphs.
    • Image alternate text is not properly exported to DOCX.
    • ReplaceText with a string containing multiple lines retains the formatting of only the first one.