Skip to content

Releases: syncfusion/ej2-react-ui-components

v20.2.38

12 Jul 17:42
Compare
Choose a tag to compare

Common

New Features

  • React sample browser is upgraded with React 18 version.
  • Provided the TypeScript 4.7 compatible support for the React components.
  • Provided the option to register the license key by using the npx command. Follow these steps to register the license using the npx command:
The npx command
Install the Syncfusion packages from npm.
Add the license key either in the environment variable SYNCFUSION_LICENSE or in the syncfusion-license.txt text file.
Run the command npx syncfusion-license activate to automatically register the license.

Carousel

Breaking Changes

  • Removed animation property from Carousel component, now you can set the animation effect directly to the animationEffect property.
  • To apply custom animation effects, Needs to set animationEffect property to custom and specify the custom animation class in cssClass property.

Previous

<CarouselComponent animation={{ customEffect: "parallax" }}></CarouselComponent>

Now

New Features

  • Provided option to play or pause the slides when hovering the mouse pointer over the Carousel element.

Chart

Bug Fixes

  • #I381436 - Data label is hidden in stacked bar series has been fixed.
  • #F175532 - Waterfall sum indexes are now rendering properly.
  • #I387394 - Marker position changes while displaying tooltip for rangearea issue has been fixed.
  • #I387391 - Horizontal and vertical line marker shapes are now rendering properly.

Checkbox

Bug Fixes

  • F379986 - The issue with "Screen reader reads checkbox field twice for tab keypress" has been resolved.

Dashboard Layout

Bug Fixes

  • #I382649 - The issue with "When resizing the page to less than mediaQuery value then the height was not proper for the Dashboard Layout component" has been resolved.

Diagram

Bug fixes

  • #I387297 - Now, the Expand & Collapse work properly for layout.
  • #I389174 - The undefined exception will no longer thrown while drag and drop the node from treeview to diagram.
  • #I384522 - Now, connector gets rendered properly in the complex hierarchical tree layout.
  • #I383401 - BPMN task type symbols are updated as per BPMN 2.0 standard.
  • #FB35907 - Localization support for symbol palette search box placeholder has been added.

Dialog

Bug Fixes

  • #FB35757 - Now, the issue with Content Security Policy is resolved when pasting the contents into the Rich Text Editor.
  • #F175969 - Now, the dragging working properly when dynamically set the dialog header.

Document Editor

Bug Fixes

  • #SF-379353, #SF-378987 - Resolved floating table overlapping issue.
  • #F174378 - Improved performance while editing in the protected document.
  • #SF-375732 - Resolved issue in rendering merged cell.
  • #SF-376914 - Resolved script error while updating the list.
  • #SF-378333 - Resolved tab character layouting issue.
  • #SF-381087 - Resolved issue in stopProtection API.
  • #SF-382546, #SF-384249 - Resolved table disappearing issue while applying top margin.

Gantt

Bug Fixes

  • #I380929 - Baseline end date issue for milestone with same baseline start and end date has been fixed.
  • #388575 - Virtual scroll issue when collapsed and searched has been fixed
  • #I385298 - Bottom Tier not partitioned properly when zoom to fit issue has been fixed.
  • #I388575 - Virtual scroll issue when collapsed and searched has been fixed

Grid

Bug Fixes

  • #I376131 - when cell containing the checkbox is double clicked the next cell content gets highlighted issue has been fixed.
  • #I385933 - Custom format on number column is not working properly in Grid pdf export issue has been fixed.
  • #FB35672 - Empty grid in batch edit mode throws script error has been fixed.
  • #I382789 - Tab key Navigation not working When allowEditing set to false with RowDragandDrop is fixed.
  • #FB34522 - Column reorder not working properly in column freeze enabled is fixed.

Kanban

Bug Fixes

  • #I385821 - Now, the server-side modified data is returned to the client side while performing the CRUD operation.
  • #I390524, #F175935 - Now, when dropping the card into an empty column will render it.

ListBox

Bug Fixes

  • #I383114 - Issue with "Drop event argument not passes the selected item properly, while drag and drop the multiple item of listbox" has been resolved.

Maps

Bug Fixes

  • #I388045 - In mobile devices, the marker tooltip will now render properly when touched.

MultiSelect

Bug Fixes

  • #I355272 - Issue with "wrong popup item get selected when popup has duplicate text with item template and change the text property dynamically" has been resolved.
  • #FB31100 - Issue with "popup is not opened while changing the popupHeight dynamically in the beforeOpen event" has been resolved.

PDF Viewer

Bug Fixes

  • #SF-383108 - Now,the custom stamp annotations are added properly in touch mode
  • #SF-377362 - Annotations are now placed in the correct position in the download PDF document with crop value.
  • #SF-383385 - The delete key can be used to remove annotations added in touch mode.
  • #SF-381030 - Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.
  • #SF-385936 - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
  • #SF-372855, #F173951 - An annotation can now be added and resized up to the edge of the PDF document.
  • #SF-380996 - The TextSearchComplete event will be triggered when the text is searched in the PDF viewer.
  • #SF-377035,#SF-379948 - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
  • #SF-380472 - Added form fields after pressing escape no longer shades form fields.
  • #SF-384112 - The formFieldSelect event will be triggered while selecting the first form field in the document.
  • #SF-386568 - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
  • #SF-382999 - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
  • #SF-379221 - Now, cache values (PDF_CONTENT) are updated in the getCache() method.
  • #SF-385864 - Now, the dropdown values will be changed programmatically in the PDF Viewer.
  • #SF-386545 - Now, the signature field color will appear while scrolling down long document.
  • #SF-272377 - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
  • #F173953 - Now, Script error have been resolved.
  • #SF-378591 - The issue with the comment panel not opening after disabling and enabling again has been fixed.

Pivot Table

Bug Fixes

  • The selection is now properly working when using the selection mode of the pivot table.
  • The engine population events are now properly triggered during virtual scrolling.

QueryBuilder

Bug Fixes

  • Issue with Dynamically changing the columns with complex data source of query builder has been fixed.
  • I379818 - Issue with Getting change event as undefined for fields having custom value template of query builder has been fixed.

RichTextEditor

Bug Fixes

  • #I385741 - Now, pressing the ctrl+c or shift key on the link inside the list doesn't remove the link.
  • #I386619 - Now, the content area is visible properly when maximizing and minimizing the Rich Text Editor.
  • #I385281 - Now, the height of the link, image, and table dialog when the RichTextEditor is in full-screen mode works properly.

Schedule

Bug fixes

  • #F172936 - An issue with Form validator instance not available in popupOpen event of Scheduler has been fixed.
  • #F175741 - An issue with UID of the appointments varies every time while exporting appointments in ICS file has been fixed.
  • #I379499 - An issue with Recurrence appointments start and end times are not changed based on DST time zone has been fixed.

Splitter

Bug Fixes

  • #F385792 - The issues with the Splitter's first pane resizing to the right and the pane resizing not working properly has been resolved.

Spreadsheet

Bug Fixes

  • #I384048 - The issue of copied values being removed after saving when unique is applied is resolved.
  • #I379174 - After importing the protected excel file, the problem of not considering the password when selecting the unprotect sheet option in the sheet tab context menu has been resolved.
  • #I386574 - The exception thrown with font size pixel values while exporting is resolved.
  • #I384953 - Unique formula cell value gets #spill error on refresh issue resolved.
  • #F175967 - The addToolbarItems method is not working for locale other than 'en-US' issue has been resolved.

Tab

Bug fixes

  • #I388161 - An issue with "Removing the selected tab item" has been fixed.

Toast

Bug Fixes

  • F175544 - Now, the toast will render properly in the target container when the target API is set as an HTML element.

Tree Grid

Bug fixes

  • #I379658 - Remote data aggregate renders properly while on expand/collapse.
  • #I381526 - Checkbox column selection works properly when multiple hierarchy level record with filtering, searching actions performed.
  • #I383115, #F175737 - Resolved data repeats when we set dataSource through set timeout or created event and also while changing dataSource with virtualization.
  • #I372485 - addRecord method works properly while adding as in between row with infinite scrolling enabled.

TreeView

Bug Fixes

  • #I383454 - The issue with "The TreeView checked nodes state not maintained for remote data when enabling the persistence" has been resolved.

v20.2.36

30 Jun 10:28
Compare
Choose a tag to compare

Common

New Features

  • React sample browser is upgraded with React 18 version.
  • Provided the TypeScript 4.7 compatible support for the React components.
  • Provided the option to register the license key by using the npx command. Follow these steps to register the license using the npx command:
The npx command
Install the Syncfusion packages from npm.
Add the license key either in the environment variable SYNCFUSION_LICENSE or in the syncfusion-license.txt text file.
Run the command npx syncfusion-license activate to automatically register the license.

Carousel

Breaking Changes

  • Removed animation property from Carousel component, now you can set the animation effect directly to the animationEffect property.
  • To apply custom animation effects, Needs to set animationEffect property to custom and specify the custom animation class in cssClass property.

Previous

<CarouselComponent animation={{ customEffect: "parallax" }}></CarouselComponent>

Now

<CarouselComponent animationEffect="custom" cssClass="parallax"></CarouselComponent>

New Features

  • Provided option to play or pause the slides when hovering the mouse pointer over the Carousel element.

Chart

New Features

  • #I362746 - Provided keyboard navigation support for interactive elements on the chart.
  • #I353728 - Provided highlight and selection support for the range and point color mapping.

Checkbox

Bug Fixes

  • F379986 - The issue with "Screen reader reads checkbox field twice for tab keypress" has been resolved.

Dashboard Layout

Bug Fixes

  • #I382649 - The issue with "When resizing the page to less than mediaQuery value then the height was not proper for the Dashboard Layout component" has been resolved.

Diagram

Breaking Changes

  • In the Bezier connector, by default, the multiple segments will be created automatically if a user doesn't define segment collections in the application.
  • In the Bezier connector, based on segment count, multiple control points will be displayed to control the smoothness of the curve.
  • The Bezier connector source and target control points are visible only when you inject ConnectorEditing module.

Bug fixes

  • #I382500 - Now, the BPMN shape is changed properly at runtime.
  • #I382496 - BPMN gateway sub type is working properly while changing it during runtime.
  • #I383411 - Now, fill color is applied properly when changing the BPMN event at runtime.

Features

  • #I362749 - Provided option to adjust the distance between the source node and the target node of the orthogonal connection has been added.
  • #I347713 - Support to modify connector segments thumb icon shape and style has been added.
  • #FB31535 - Support for splitting and joining connectors has been added.
  • #I362796 - Support to highlight selected diagram elements on multiple selections has been added
  • #I362829 - Support to limit the connector segments while draw at run time has been added.
  • #I362755 - Support to edit multiple bezier segments with multiple control points has been added.

Document Editor

Bug Fixes

  • #I384261 - Resolved the script error in exporting the content control.
  • #I375732 - Resolved the table merged cell rendering issue.
  • #I376858 - Resolved the issue in loading the document.
  • #I375798 - Resolved the control hanging issue on opening a document due to tab element.
  • #I377834, #I376819 - Resolved the issue in saving the document with track changes.
  • #I375354 - Resolved the list indent layout behaviour.
  • #I379316, #I374993 - Resolved the number of spelling suggestion listing issue.
  • #I382192 - Resolved the undo and redo issue after adding un-posted comment.
  • #I383988 - Resolved the editing issue in inline form filling mode.
  • #I374466 - Resolved the issue in updating the drop down form field.
  • #I379507 - Resolved the tab alignment issue.

New Features

  • #I229069, #I243495, #I246168, #I276053, #I300275, #I316474, #I328061, #I329785, #I344454, #I347371, #F149002- Added support for paragraph border.
  • #I307286, #I330920 - Added support for restricting documents with tracked changes only protection type.
  • #I268209, #I298869 - Added support for display tracked changes commonly for table instead of row.
  • #I336116, #I342219, #I346980, #F164814, #F168911 - Improved the display, selection, and editing of the RTL text in a bi-directional layout.
  • #I315762 - Added MetafileImageParsed event in .NET Core and Java server-side library to generate fallback raster image for a metafile image while converting a Word document to SFDT.
  • Added an option to insert a new root word with a list of possible words to dictionary file in the server-side spell checker library.

Gantt

Bug Fixes

  • #I379308, #I380615 - Baseline end date issue for milestone with same baseline start and end date has been fixed.
  • #I383128 - DataSource gets updated wrongly when we update the data with invalid parentID issue has been fixed.
  • #I378077 - Newly added records not gets refreshed when running the sample using nodejs issue has been resolved.
  • #I382484 - Gantt records gets repeated when we perform scrolling in virtual data issue has been fixed.
  • #I376455 - Tab key navigation not working properly when moving to new records has been fixed.

Features

  • #I233407, #I258725, #I280586, #I291191, #I304599, #F160011, #I310340, #F163773, #I323187, #I323187, #I346348 - Provided Critical Path support for Gantt Chart. Please find the demo link here.
  • Provided State Persistence support for Gantt Chart. Please find the documentation link here.
  • #I233407, #I258725, #I280586, #I291191, #I304599, #F160011, #I310340, #F163773, #I323187, #I323187, #I346348 - Provided Critical Path support for Gantt Chart. Please find the demo link here.
  • Provided State Persistence support for Gantt Chart. Please find the documentation link here.

Grid

Bug Fixes

  • #I235957, #I347931, #F170423, #I356695 - Persist Selection misbehaves while sorting with virtualisation issue has been fixed .

New Features

  • #I359178 - Provided support to show clear icon in the Grid search text box. It helps to clear the text in search text box and also clear the searching in Grid control too. Please find the demo link here
  • #I328056, #I369597 - Provided support to prevent the selection of specific rows based on the condition.
  • Enhanced the keyboard support for Data grid control. Please find the demo link here
  • #I194399 - Provided support to rotate grid header while exporting.

ListBox

Bug Fixes

  • #I383114 - Issue with "Drop event argument not passes the selected item properly, while drag and drop the multiple item of listbox" has been resolved.

Maps

New Features

  • GeoJSON data with geometry types like "MultiLineString," "MultiPoint," and "GeometryCollection" can now be displayed in Maps.
  • #F170451 - urlTemplate has been extended to accept tile server URLs from online map providers like ESRI, TomTom, and Mapbox.
  • #I326902 - Support for legend is provided when markers or sublayers are rendered in the online map providers.

MultiSelect

Bug Fixes

  • #I355272 - Issue with "wrong popup item get selected when popup has duplicate text with item template and change the text property dynamically" has been resolved.
  • #FB31100 - Issue with "popup is not opened while changing the popupHeight dynamically in the beforeOpen event" has been resolved.

PDF Viewer

Bug Fixes

  • #I371792 - Pan mode is now activated for all mobile devices by default.
  • #I363298 - The issue when form fields had different names when the form designer module is enabled and disabled has been fixed.
  • #F173953 - The issue with the incorrect sentence search functionality in the PDF Viewer has been resolved.
  • #I368423 - Now, rotation for form elements is considered.
  • #F173751 - Radio buttons that have been dynamically imported can now preserve its checked status.
  • #I376227 - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
  • #I376346 - This issue with an annotation moving to the top of multiple pages has been resolved.
  • #F173061- A zoomToRect() method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
  • #I377714 - The problem with pinch zooming and form field position has been fixed.
  • #I377638 - The issue with the Read Only radio button value changing when downloading has been fixed.
  • #I378257- The issue with the checkbox printing multiple times has been resolved.
  • #I378394 - Changes to form field properties that are made using the formFieldPropertiesChange event are no longer lost is now working properly.
  • #I379205 - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
  • #I379120 - The pixel quality of the handwritten signature has now improved.
  • #I386899 - Issue with signature rendering is now resolved.
  • #I383513 - When a textbox is marked as required, it no longer has a red border in the document that's been downloaded is now working properly.
  • #I369733- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
  • #I383963 - Issue with cloned form field value is duplicated has been fixed.

Pivot Tabl...

Read more

v20.1.60

14 Jun 12:32
Compare
Choose a tag to compare

Common

Bug Fixes

  • #I381890 - "Script error occurred while using the routing in React 18 sample," issue has been resolved.

Chart

Bug Fixes

  • #I379535 - Background issue in PDF export has been fixed.
  • #I379093 - Draggable arrow for stacked series is removed.
  • #I381436 - Data label is hidden in stacked bar series has been fixed.
  • #I379549 - Add series using DataManager makes a request to the server for multiple times issue is fixed.

Diagram

Bug Fixes

  • #I381671 - Bpmn task type is working properly while changing from type Send to Receive.
  • #F175332 - Undo is working properly after deleting the node attached with connector.
  • #I376982 - Annotation dragging in connector and node is working properly when we set horizontal Alignment and vertical Alignment.

Document Editor

Bug Fixes

  • #I384262 - Resolved the script error while removing the text inside shape.
  • #I384843, #I383988 - Resolved issue in text form field after inserting space.
  • #I384262 - Resolved script error while removing content from inline shape.
  • #I382192 - Resolved issue in inserting comment.
  • #I380536 - Resolved script error while accepting table revision.
  • #I380523 - Resolved the crashing issue while inserting new line in protected region.
  • #I379507 - Resolved issue in tab stop width calculation.
  • #I375504 - Resolved script error while importing form fields.
  • #I374466 - Resolved script error while updating dropdown form field.

DropDownList

Bug Fixes

  • "Dropdown List template sample is not working in React 18" issue has been resolved.

File Manager

Bug Fixes

  • #I377914, #I383863 - The issue with "The toolbar view icon shows the HTML code instead of text and icon in the File Manager component" has been resolved.
  • '#I379214' - The issue with browsing files in File Manager while switching the view after sorting is resolved.

Gantt

Bug Fixes

  • #381374 - Editing milestone duration varies the start date issue has been been fixed.
  • #367483 - Indent Outdent toolbar options appearing when edit settings is not defined issue has been been fixed.
  • #384296 - Unable to draw dependency when progress mapping is disabled issue has been been fixed.

Grid

Bug Fixes

  • #I379616 - Script error when checkbox in last column while editing issue has been fixed.
  • #I379762 - Insert action issue with InfiniteScrolling in URL Adaptor has been fixed.
  • #F175233 - Scroller thumb is shown when empty record displayed in the Virtualization Grid has been fixed.

Kanban

Bug Fixes

  • #I379177,#I379023 - Now, the GetTargetDetailsAsync method doesn't display 'null' on an empty Kanban board.

Maps

Bug Fixes

  • "Maps throws script error while resizing the window in React 18 sample" issue has been resolved.

MultiSelect

Bug Fixes

  • #I378186 - Issue with "filtering is not working properly while performing the custom filtering in the filtering event" has been resolved

PDF Viewer

Bug Fixes

  • #F174154- Now, the signature value for all signature fields in the PDF document will be updated programmatically using the updateFormFieldsValue() method.
  • #SF-376222- Now, Annotation selector binds correctly to annotations when dragging.
  • #SF-367416- The FindText() method of PDF Base allows for finding the number.
  • #SF-372876- The annotationSelect and commentAdd events are triggered properly for the sticky notes annotation.

QueryBuilder

Bug Fixes

  • I379818 - Issue with Getting change event as undefined for fields having custom value template of query builder has been fixed.

RichTextEditor

Bug Fixes

  • #I380279 - Now, the Image Resize icon is shown properly when Iframe is enabled.
  • #I381276 - Now, image alignment is maintained with Iframe mode when focusing on the component.

Sidebar

Bug Fixes

  • #F175215 - The issue with "Sidebar showBackdrop property is not working properly while setting the target property" has been resolved.

Spreadsheet

Bug Fixes

  • #I379196 - Left key navigation on 0th column throws script error on imported excel file issue has been fixed.
  • #I383098 - Enter dot(.) in a cell changed to NaN issue has been fixed.
  • #I380469 - The issue with the sum of decimal integers with three decimal places being formatted to two decimal places has been fixed.
  • #I376635 - The issue of the formula with an empty space before the cell reference is not updated properly while performing autofill has been resolved.
  • #I382547 - The issue of the selected range not being updated properly when the frozen column is not in the view port has been resolved.
  • #F175237 - The issue with adjacent column cells updating with formula results for concealed formula cells has been resolved.
  • #I383094 - Filter by selected cell value is not working for custom number format (0.00) applied cell issue resolved.
  • #I380690, #I380608 - Selection misalignment occurs and newly inserted row at the bottom is not updated properly in finite mode issues resolved.
  • #I381625 - The unfrozen columns getting scrolled while selecting the frozen column cells issue has been resolved.
  • #I382527 - Column selection in custom sort dialog not updated properly issue has been resolved.

Toast

Bug Fixes

  • I382879 - Now, the close event will be triggered only once when the toast is closed by swiping on the mobile devices.

Tree Grid

Bug Fixes

  • #I379686 - Tree column template renders properly while on state change.
  • #I376155 - Freeze direction works properly when enabled dynamically.

TreeMap

Bug Fixes

  • #I380447 - Exceptions will no longer be thrown if the TreeMap's id name contains an underscore character.

v20.1.59

07 Jun 11:38
Compare
Choose a tag to compare

Common

Bug Fixes

  • #I381890 - "Script error occurred while using the routing in React 18 sample," issue has been resolved.

Chart

Bug Fixes

  • #I379535 - Background issue in PDF export has been fixed.
  • #I379093 - Draggable arrow for stacked series is removed.
  • #I381436 - Data label is hidden in stacked bar series has been fixed.
  • #I379549 - Add series using DataManager makes a request to the server for multiple times issue is fixed.

Diagram

Bug Fixes

  • #I378190 - Now, distribute commands will work properly.

Document Editor

Bug Fixes

  • #F174916 - Resolved the numbering pop-up binding issue.
  • #I376243 - Resolved the script error in importing document with empty author.
  • #I369585 - Resolved the selection issue in selecting document with large number of pages.
  • #I375798 - Resolved the control hanging issue in opening the document.
  • #I367499 - Resolved the shape and chart rendering issue.

DropDownList

Bug Fixes

  • "Dropdown List template sample is not working in React 18" issue has been resolved.

File Manager

Bug Fixes

  • '#I368438' - The issue with "Copy/paste MAC keyboard shortcuts doesn't work for File Manager" has been resolved.

Gantt

Bug Fixes

  • #379229 - Pdf export is not working when using custom date format issue has been fixed.
  • #381109 - Issue when Zoom To Fit with unscheduled tasks has been fixed.

Grid

Bug Fixes

  • #I367001 - Alignment issue while adding new row with frozen grid and rowDragandDrop is fixed
  • #I378140 - Combination of Excel and Menu filter with foreignkey column throws script error is fixed
  • #I377994 - Row selection is not updated properly inside the rowDeselected event while performing data actions in grid has been fixed.

Maps

Bug Fixes

  • "Maps throws script error while resizing the window in React 18 sample" issue has been resolved.

MultiSelect

Bug Fixes

  • #I378186 - Issue with "filtering is not working properly while performing the custom filtering in the filtering event" has been resolved

PDF Viewer

Bug Fixes

  • #F174154- Now, the signature value for all signature fields in the PDF document will be updated programmatically using the updateFormFieldsValue() method.
  • #SF-376222- Now, Annotation selector binds correctly to annotations when dragging.
  • #SF-367416- The FindText() method of PDF Base allows for finding the number.
  • #SF-372876- The annotationSelect and commentAdd events are triggered properly for the sticky notes annotation.

QueryBuilder

Bug Fixes

  • I379818 - Issue with Getting change event as undefined for fields having custom value template of query builder has been fixed.

RichTextEditor

Bug Fixes

  • #I378184 - Now, the script error is not thrown when resizing the Rich Text Editor component with inline mode.
  • #I381208 - Now, applying bold multiple times using ctrl+b on the nested list works properly.

Spreadsheet

Bug Fixes

  • #I380999 - Date with year less than 1900 is considered as invalid date like excel and handled properly during filtering.

Tree Grid

Bug Fixes

  • #I376155 - Freeze direction works properly when enabled dynamically.

TreeMap

Bug Fixes

  • #I380447 - Exceptions will no longer be thrown if the TreeMap's id name contains an underscore character.

v20.1.58

31 May 14:20
Compare
Choose a tag to compare

Common

Bug Fixes

  • EJ2-59569 - Resolved the "Dashboard layout component crash while using cell spacing" issue in react component.

AutoComplete

Bug Fixes

  • #F34768 - Issue with "change event argument IsInteracted returns wrong value while rendering component with disabled custom value" has been resolved

Chart

Bug Fixes

  • #I378119 - PlotOffsetBottom not working fine issue has been fixed.

Circular Gauge

New Features

  • #I365344 - Dash array can now be customized in the border of the Circular Gauge.

DatePicker

Bug Fixes

  • #F34697 - Issue with "able to clear the input value using clear button when component in readonly mode" has been resolved.

DateRangePicker

Bug Fixes

  • #I378357 - Issue with "tab key navigation is not working between calendars" has been resolved.

Diagram

Bug Fixes

  • F173877 - Now, Node template has been rendered properly in layout.

Document Editor

Bug Fixes

  • #I378991 - Resolved the corruption issue in exporting the document with chart.
  • #I378564 - Resolved the script error in replacing more than 100 items.
  • #I378450, #I373175 - Resolved the script error in deleting the tracked content.
  • #I376819 - Resolved the issue in saving the document with track changes.
  • #I375984 - Resolved the script error on scrolling the document.
  • #I375559 - Table with wrapping styles is now preserved properly.
  • #I375504 - Resolved the script error in importing form field.
  • #I375369 - Resolved the layouting issue after after editing.

DropDownList

Bug Fixes

  • I375107 - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.

Dropdown Tree

Bug Fixes

  • #I374653 - The issue with "The filtering was not working properly when using a hierarchical data source for the Dropdown Tree component" has been resolved.

File Manager

Bug Fixes

  • #F173974 - The issue with "Cut and paste files from a parent folder to a sub folder using the toolbar doesn't show any alert for users in File Manager" has been resolved.

Gantt

Bug Fixes

  • #380136 - End date is not updated when we update the resource unit via updateRecordByID method.
  • #378491 - Data is not displayed when we frequently move between different tabs has been fixed.
  • #379660 - Script error thrown when switching between tabs has been fixed.

Grid

Bug Fixes

  • #I357493 - An issue with the grid throws a NotFoundError on Unmount in IE11 when using the custom template has been resolved.
  • #I372485 - Adding new rows in-between with infinite scrolling issue has been fixed.
  • #I375336 - Scrolling is not working fine with Virtualization Grid when having frozen column has been fixed.
  • #I374913 - Collapsing Group row is not working properly when cache mode enabled in InfiniteScrolling has been fixed.

Kanban

New Features

  • #I373922 - Now, we have improved the performance with the Kanban drag and drop action when large data is being loaded.

ListBox

Bug Fixes

  • F174682 - Issue with "Drag and Drop not working properly while using item template in listbox" has been resolved.

Menu

Bug Fixes

  • #I373045 - An issue with "Script error occurs while using keyboard navigation in menu" has been resolved.

PDF Viewer

Bug Fixes

  • #SF-377034- Now, the existing form fields value can be retrieved using the retrieveFormFields() method.
  • #SF-367416- The radio buttons on the iPad are displayed properly after zooming in and out.
  • #SF-374726- Signatures will appear in the PDF viewer for the provided document.

Pivot Table

Bug Fixes

  • #I380533 - When using value fields with advanced aggregate options, the pivot table can now be properly exported to Excel and CSV formats.

Popup

Bug Fixes

  • #I376806 - Now, the drop down list popup will close properly even after interaction with more than one drop down component.

ProgressBar

Bug Fixes

  • #I378263 - Progress bar is now working properly on resize.

RichTextEditor

Bug Fixes

  • #I378721 - Now, pressing the enter key on the selection of multiple paragraph contents works properly in the Firefox browser.
  • #I378378 - Now, copying and pasting the contents with a length that exceeds the maxLength API is properly prevented.
  • #I378378 - Now, adding a link, image, and table is properly prevented when the content length exceeds the maxLength API limit.
  • #I376816 - Now, applying the list by selecting all content that is pasted in the Rich Text Editor on the Firefox browser works and doesn't raise any console errors.
  • #I378378 - Now, copying and pasting the contents with a length less than or equal to the maxLength API is pasted properly in the Rich Text Editor.
  • #I380152 - Now, typing content in the Rich Text Editor when loading empty P tags in the Iframe mode works properly.
  • #I380165 - Now, the focus will be maintained properly after pressing the enter key in the Rich Text Editor when loading empty P tags.

Schedule

Bug Fixes

  • #I377836 - An issue with component state change when using workDays property has been fixed.
  • #I379346 - An issue with appointments rendered in start and end hour range in vertical views has been fixed.
  • #I379197 - An issue with normal appointment rendered in all day row in DST time zone has been fixed.

Splitter

Bug Fixes

  • #F174876 - Now, collapsing the splitter pane after resizing the pane and when the enablePersistance API is set to true works properly.

Spreadsheet

Bug Fixes

  • #I378302 - Unique formula referred cell values are deleted after performing the saveAsJson method issue is resolved.
  • #I377838 - Script error occurred while importing the custom number format applied excel issue is resolved.
  • #I379174 - Not considering the password when select the unprotect sheet option in sheet tab context menu issue is resolved.
  • #I378874 - Selection misalignment occurs while performing autofit when the column is hidden issue is resolved.

Tab

Bug Fixes

  • #I377292 - Accessibility issues in tab has been fixed.

Tree Grid

Bug Fixes

  • #I376335 - Tree Grid locales are updated dynamically.

TreeView

Bug Fixes

  • #I371505 - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.

v20.1.57

24 May 11:34
Compare
Choose a tag to compare

Common

Bug Fixes

  • #F173196 - The issue "OnPropertyChange is not triggered while the column length is not same" have been resolved.

AutoComplete

Bug Fixes

  • I372269 - Issue with "value is displayed instead of text while binding beyond the initial loading data values" has been resolved.

Chart

Bug Fixes

  • #I378119 - PlotOffsetBottom not working fine issue has been fixed.

Circular Gauge

New Features

  • #I365344 - Dash array can now be customized in the border of the Circular Gauge.

DateRangePicker

Bug Fixes

  • #I378357 - Issue with "tab key navigation is not working between calendars" has been resolved.

Diagram

Bug Fixes

  • F173877 - Now, Node template has been rendered properly in layout.

Document Editor

Bug Fixes

  • #I373287 - Resolved the control hanging issue while opening a document with table.
  • #FB34847 - Resolved the script error thrown on re-updating the custom toolbar.
  • #I376882 - Resolved the issue on applying highlight color after replacing the search text.
  • #I372421 - Resolved the insert table's paragraph format inheritance from previous paragraph.
  • #I378924 - Resolved the text frame margin saving issue in sfdt export.
  • #I375700 - Resolved the footnote misplacement in the initial layout.
  • #I371641 - Resolved the minimum column width causes in-finite lopping issue when resizing table.

DropDownList

Bug Fixes

  • I375107 - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.

Dropdown Tree

Bug Fixes

  • #I374653 - The issue with "The filtering was not working properly when using a hierarchical data source for the Dropdown Tree component" has been resolved.

File Manager

Bug Fixes

  • #F173974 - The issue with "Cut and paste files from a parent folder to a sub folder using the toolbar doesn't show any alert for users in File Manager" has been resolved.

Gantt

Bug Fixes

  • #F174816 - Landscape page orientation is not working when exporting Pdf has been fixed.
  • #377857 - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.

Grid

Bug Fixes

  • #I359884 - Accessibility of Grid component has been improved.
  • #I376539 - Sorting issue on URL Adaptor DataManagerRequest has been fixed.
  • #I365726 - Image and Text overlap issue in excel image has been fixed.

ListBox

Bug Fixes

  • F174682 - Issue with "Drag and Drop not working properly while using item template in listbox" has been resolved.

Menu

Bug Fixes

  • #I373045 - An issue with "Script error occurs while using keyboard navigation in menu" has been resolved.

PDF Viewer

Bug Fixes

  • #SF-376240- Multiple words in the typed handwritten signature and signature fields are preserved correctly in the downloaded document.
  • #F174506- Improved the printing quality of the PDF viewer.
  • #SF-372853- Now, ink annotation will be added programmatically with path data available in the annotationAdd event.

Pivot Table

Bug Fixes

  • #I378816 - When the defer layout update option is enabled, dataBound event is now restricted while clicking cancel option in the popup field list UI.
  • #F174968 - When virtual scrolling is enabled, the pivot table can now be rendered properly while perform member filtering.
  • The pivot table's column selection is now working properly.

Popup

Bug Fixes

  • #I376806 - Now, the drop down list popup will close properly even after interaction with more than one drop down component.

ProgressBar

Bug Fixes

  • #I378263 - Progress bar is now working properly on resize.

RichTextEditor

Bug Fixes

  • #I377121 - Now, adding the cssClass property will also add the CSS class to all the dependent components of the Rich Text Editor.

Schedule

Bug Fixes

  • #I377836 - An issue with component state change when using workDays property has been fixed.
  • #I379346 - An issue with appointments rendered in start and end hour range in vertical views has been fixed.
  • #I379197 - An issue with normal appointment rendered in all day row in DST time zone has been fixed.

Spreadsheet

Bug Fixes

  • #I379389 - The issue of save as dialog export file type not properly displayed in Angular spreadsheet has been resolved.
  • #I378071 - The issue of sheet is not rendering when we perform an undo action after pasting a value from another sheet has been resolved.

Tab

Bug Fixes

  • #I377292 - Accessibility issues in tab has been fixed.

Tree Grid

Bug Fixes

  • #I376335 - Tree Grid locales are updated dynamically.

TreeView

Bug Fixes

  • #I371505 - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.

v20.1.56

17 May 11:08
Compare
Choose a tag to compare

AutoComplete

Bug Fixes

  • I372269 - Issue with "value is displayed instead of text while binding beyond the initial loading data values" has been resolved.

Chart

Bug Fixes

  • #I378119 - PlotOffsetBottom not working fine issue has been fixed.

Document Editor

Bug Fixes

  • #I376089 - Resolved the error when converting sfdt to docx in Java server library.
  • #I375856 - Resolved the issue in opening a document with nested content control and exporting to docx.
  • #I373359 - Resolved the multiples instances of table of content was created when track changes was enabled issue.
  • #I375732 - Resolved the table merged cell rendering issue.
  • #I375798 - Resolved the control hanging issue on opening a document due to tab element.
  • #I375298 - Resolved the indentation hides text in web layout.
  • #I375704 - Resolved the restart level issue in word export.
  • #I375703 - Resolved the footnote inside the table layout issue in initial rendering.

DropDownList

Bug Fixes

  • I375107 - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.

File Manager

Bug Fixes

  • #F174002 - The issue with "Drag and drop throws an error for the date-modified column of the File Manager" has been resolved.

Gantt

Bug Fixes

  • #F174816 - Landscape page orientation is not working when exporting Pdf has been fixed.
  • #377857 - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.

Grid

Bug Fixes

  • #F174681 - Provided support for Column dragging when dynamically enabling the Group drop area.
  • #I375458 - Column read as draggable after disabling column reorder for Particular column has been fixed.
  • #I376011 - Styling issue on grouping all the columns in grid is fixed.
  • #I352445 - Changed the title and read message of three dot icon in Page container.
  • #I366376 - column template does not destroyed while using setRowData method has been fixed.

ListBox

Bug Fixes

  • F174682 - Issue with "Drag and Drop not working properly while using item template in listbox" has been resolved.

Menu

Bug Fixes

  • #I373045 - An issue with "Script error occurs while using keyboard navigation in menu" has been resolved.

PDF Viewer

Bug Fixes

  • #SF-371824- The properties of form fields will be updated properly using the updateFormField method while scrolling over pages.

Pivot Table

Bug Fixes

  • The pivot table can now be sorted properly with date type headers.

New Features

  • The pivot table now has support for adding custom classes via 'cssClass' property.

RichTextEditor

Bug Fixes

  • #I377121 - Now, adding the cssClass property will also add the CSS class to all the dependent components of the Rich Text Editor.

Spreadsheet

Bug Fixes

  • #I378180 - Image not cleared when apply clear all action issue is resolved.
  • #I376814 - SPILL error in UNIQUE and IFS formula with the loaded JSON data issue fixed.
  • #F174476 - The issue of importing an excel file into a spreadsheet taking too long has been resolved.

Tab

Bug Fixes

  • #F174831 - An issue with drag not works when adding multiple tab items has been fixed.

Tree Grid

Bug Fixes

  • #I376335 - Tree Grid locales are updated dynamically.

TreeView

Bug Fixes

  • #I371505 - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.

raw

0

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

68

69

70

71

72

73

74

75

76

77

78

79

80

81

82

83

84

85

86

87

88

89

90

91

92

93

94

95

96

97

98

99

100

101

102

103

104

105

106

107

108

109

110

111

112

113

114

115

116

117

118

119

120

121

122

123

124

125

126

127

128

129

130

131

132

133

134

135

136

137

138

139

140

141

142

143

144

145

146

147

148

149

150

151

152

153

154

155

156

157

158

159

160

161

162

163

164

165

166

167

168

169

170

171

172

173

174

175

176

177

178

179

180

181

182

183

184

185

186

187

188

189

190

191

192

193

194

195

196

197

198

199

200

201

202

203

204

205

206

207

208

209

210

211

212

213

214

215

216

217

218

219

220

221

222

223

224

225

226

227

228

229

230

231

232

233

234

235

236

237

238

239

240

241

242

243

244

245

246

247

248

249

250

251

252

253

254

255

256

257

258

259

260

261

262

263

264

265

266

267

268

269

270

271

272

273

274

275

276

277

278

279

280

281

282

283

284

285

286

287

288

289

290

291

292

293

294

295

296

297

298

299

300

301

302

303

304

305

306

307

308

309

310

311

312

313

314

315

316

317

318

319

320

321

322

323

324

325

326

327

328

329

330

331

332

333

334

335

336

337

338

339

340

341

342

343

344

345

346

347

348

349

350

351

352

353

354

355

356

357

358

359

360

361

362

363

364

365

366

367

368

369

370

371

372

373

374

375

376

377

378

379

380

381

382

383

384

385

386

387

388

389

390

391

392

393

394

395

396

397

398

399

400

401

402

403

404

405

406

407

408

409

410

411

412

413

414

415

416

417

418

419

420

421

422

423

424

425

426

427

428

429

430

431

432

433

434

435

436

437

438

439

440

441

442

443

444

445

446

447

448

449

450

451

452

453

454

455

456

457

458

459

460

461

462

463

464

465

466

467

468

469

470

471

472

473

474

475

476

477

478

479

480

481

482

483

484

485

486

487

488

489

490

491

492

493

494

495

496

497

498

499

500

501

502

503

504

505

506

507

508

509

510

511

512

513

514

515

516

517

518

519

520

521

522

523

524

525

526

527

528

529

530

531

532

533

534

v20.1.55

12 May 13:06
Compare
Choose a tag to compare

Common

Bug Fixes

  • I339589 - Resolved the DropdownButton issue with react component as target.

Chart

New Features

  • #I360879 - Provided support to disable the marker explode without tooltip and highlight mode.

Diagram

Bug Fixes

  • #I373763 - Now, old value of SelectionChange event are updated properly.
  • #I373774 - The sourcePointChange and targetPointChange events are triggered while dragging the node.
  • #I375741 - Now, the performance and Memory leak is resolved in the saveDiagram method.
  • #I372151 - Now, bezier connector annotation get exported properly as an image.
  • #I376498 - Now, the diagram zooming behaviour is changed as an old behaviour.

Document Editor

Bug Fixes

#FB34545 - Resolved the document editor container component destroy issue
#I375339 - Resolved the restart page numbering consideration on table of content updation.
#I374447 - Resolved the empty pages issue on printing a document with landscape orientation
#I373959 - Resolved the pagination issue on layouting and downloading a sfdt
#I373287 - Resolved the control hanging issue while opening a document with table
#I366157, #I367362 - Resolved the table rendering issue at the bottom of the page
#I373048 - Rejecting new paragraphs tracked changes releases the occupied space.
#I372635 - Resolved the issue in review pane while opening a default document with track changes.
#I372245 - Resolved the layouting issue for large footnote content which flows over the current page
#I371788 - Resolved the multiple call issue when enabling the spellcheck after editing the document
#I371641 - Resolved the minimum column width causes in-finite lopping issue when resizing table
#I368482 - Resolved the table in document overlaps footer
#I367499 - Resolved the chart color rendering and shape overlapping issue
#I368087 - Resolved the list format issues when open document by Document Editor

DropDownButton

Bug Fixes

  • #I375771 - Text content contains html tag elements considered as HTML Element in DropDownButton issue has been resolved.

File Manager

Bug Fixes

  • #I368832, #I374668 - The issue with "Not able to upload an excel file in the File Manager component with SQL file provider" has been resolved.

Gantt

Bug Fixes

  • #370224 - Filtering issue when rendering Gantt inside the modal has been fixed.
  • #376228 - Duration is not updated while updating resource units using updateRecordByID method issue has been fixed.
  • #376455 - Tab key navigation not working properly when moving from grid to timeline issue has been fixed.

LinearGauge

Bug Fixes

  • #I377447 - When the bar pointer value is set to zero, the start of the pointer curve is properly rendered.
  • #I377616 - The Linear Gauge, which is embedded in its root element, is now rendered in 50% height.

PDF Viewer

Bug Fixes

  • SF-372732- A signature in the signature field will be displayed in the downloaded document when the form field properties have been updated using the updateFormFields method.

Pivot Table

Bug fixes

  • #I363090 - The previous cell selection can now be maintained while restricting the current selection in the pivot table's column axis using the cell selecting event.
  • #I373754 - The pivot table can now be exported properly to Excel and CSV formats while using the virtual scrolling feature, with sub-totals hidden.
  • #I374945 - The pivot chart will now refresh properly with the specified height when switching from adaptive to desktop mode.

Features

  • #F174296 - Members of a specific field are now sorted based on user-defined order in the Pivot Table's row and column axes.

QueryBuilder

Bug Fixes

  • I375944 - Issue with Null value is not available in IN operator of query builder has been fixed.

RichTextEditor

Bug Fixes

  • #I374234 - Now, the Rich Text Editor table resize works properly when width is configured for the parent element.

Schedule

Bug Fixes

  • #I374675 - The appointment border maintained after deselection on multiple appointment selections has been fixed.
  • #I373707 - An issue with appointments rendered in the min-max date range in vertical views has been fixed.

Spreadsheet

Bug Fixes

  • #F174225 - Background color not exported properly when the conditional formatting contains "null" format issue resolved.
  • #I377104 - Clear options not working properly for localized text issue is resolved.

New Features

  • #I362282 - Provided support for date column filter popup UI like parent-child combination of checkboxes functionality.

TreeMap

Bug Fixes

  • #I377352 - The samples in the TreeMap sample browser can now be edited in the StackBlitz.

v20.1.52

04 May 07:45
Compare
Choose a tag to compare

Chart

Bug Fixes

  • #I375071 - Now axis labels is rendering properly with label rotation.

Document Editor

Bug Fixes

  • #SF-368653 - Resolved the Document Editor numbering continuity issue.
  • #SF-376374 - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side.
  • #SF-373298 - Resolved the extra paragraph added while updating the table of contents.
  • #SF-373359 - Resolved the multiples instances of table of content creation when track changes is enabled.
  • #SF-373451 - Resolved exception while open the document with image without relation identifier.
  • #SF-373159 - Resolved the console error thrown on pasting a content and then changing page orientation.
  • #SF-373175 - Resolved the script error thrown on deleting the revision text.
  • #SF-372741 - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document.
  • #SF-372794 - Resolved the script error while serializing sfdt document with page break to html format in server-side.
  • #SF-372636 - Resolved the text inside the shape with wrapping style 'in-front of text'.
  • #SF-372159 - Default number format for Page field is now displayed properly.
  • #SF-371816 - List format is now preserved properly on importing.
  • #SF-371644 - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying.
  • #SF-370909 - Resolved the script error rendering after content delete.
  • #SF-369585 - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages.
  • #SF-368794 - Resolved the tab space issue.
  • #SF-366157, #SF-367362 - Resolved the table rendering issue at the bottom of the page.
  • #SF-293527 - Justify paragraph layout issue in new page first paragraph is now resolved.
  • #SF-373340 - Resolved the content hanging issue while opening the attached document.
  • #SF-372431 - Resolved the table misalignment issue if the table has positioning properties.

File Manager

Bug Fixes

  • #I371623 - The issue with "Unable to perform file operations on the filtered file items in File Manager" has been resolved.

Gantt

Bug Fixes

  • #372661 - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.

Grid

Bug Fixes

  • #I366094 - Need to consider validation when multiple records are added in batch edit mode has been fixed.
  • #I374850 - When allowKeyboard was set to false the selection was not prevented correctly has been fixed.
  • #F141605 - Provide support get distinct value from server when open the Excel/Checkbox filter has been fixed.

ListBox

Bug Fixes

  • I374083 - Issue with "Filtering did not work in the datasource empty list" has been resolved.

PDF Viewer

Bug Fixes

  • SF-361979- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.

ProgressBar

Bug Fixes

  • #I368371 - Progress bar label fading out on animation is resolved now.

RichTextEditor

Bug Fixes

  • #I375434 - Now, pressing the enter key multiple times when the content is empty in the Rich Text Editor on the Firefox browser works properly.
  • #I349917 - Now, the floating toolbar in the Rich Text Editor is displayed properly when rendered inside the modal dialog.
  • #I376141 - Now, pressing enter key before the image with caption doesn't remove the image.
  • #I373983, #I374234 - Now, the Rich Text Editor table resize works properly when placed inside the Grid component.

Spreadsheet

Bug Fixes

  • #F174531 - Cleared the formula dependencies from calculate instance while importing the excel file.
  • #I375090 - The dollar formula throws an error when used with a single argument issue resolved.

Tree Grid

Bug Fixes

  • #F174245 - Checkbox column works properly with stacked header.

v20.1.51

26 Apr 13:41
Compare
Choose a tag to compare

Diagram

Bug Fixes

  • #I375103 - Now, Port visibility will work properly on mouse hover in Canvas mode.

Document Editor

Bug Fixes

  • #I361566, #I372584 - Resolved the wrapping style issue in header/footer.
  • #I373016 - Resolved the script error in accepting the revision inside the table.
  • #I370714 - Resolved the character format updating issue.
  • #I364803 - Resolved the track changes to empty page.
  • #I356022 - Resolved the wrong comma placing in Hebrew language.
  • #I368816 - Resolved the pie chart rendering and exporting issue.

Gantt

Bug Fixes

  • #373529 - Task label is not properly displayed in pdf export issue has been fixed.
  • #373829 - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
  • #374212, #372614 - Timeline is not rendered properly when using hour format in DST issue has been fixed.
  • #367794 - Cell editing issue in internet explorer has been fixed.

Grid

Bug Fixes

  • #I367001 - Script error thrown when adding rows with template has been fixed.
  • #I375273 - Grid is not rendering properly with row height and frozen columns properties has been fixed.
  • #FB29914 - GroupCaptiontemplate is not shown when applied it to first column has been fixed.
  • #I367596 - Default filter value is not displayed when no records match the filer is fixed.
  • #I370329,#I373234 - Command column not working properly for default action is fixed.
  • #I372528 - The custom component in the filter bar template throws a script error when it is focused is fixed.

ListBox

Bug Fixes

  • I374083 - Issue with "Filtering did not work in the datasource empty list" has been resolved.

PDF Viewer

Bug Fixes

  • #SF-369554- The form fields are now added horizontally to the page, even for rotated documents.
  • #SF-369733- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
  • #SF-371560- Form fields in a rotated document will be rendered according to the field rotation.

QueryBuilder

Bug Fixes

  • I368359 - Issue with Validate Fields is not properly working for the rule template in query builder has been fixed.
  • I374364 - Issue with Query builder rule shows field value instead of label value, while we set fieldMode as dropdowntree has been fixed.

RichTextEditor

Bug Fixes

  • #I373527 - Now, the font name is updated properly when using the custom font names in the Rich Text Editor.
  • #I373953 - Now, inserting the table after the list element with the image doesn't remove the image from the list.
  • #I372489 - Now, resizing the images with equal height and width works properly.
  • #F173394 - Now, the undo and redo keys work properly when pasting the content in the Rich Text Editor.

Spreadsheet

Bug Fixes

  • #I366807 - Clear all does not remove data validation when it applied on whole column issue has been fixed.
  • #I372777 - Hidden rows are visible in saved excel file issue resolved.
  • #I368023 - Issue with UNIQUE formula while performing clipboard (copy/ paste) action is fixed.
  • #I374129 - Shift selection causes the selection to move away from the spreadsheet table issue has been resolved.
  • #I371703 - Filtering causes selection misalignment and script error issue with freeze pane which was applied in scrolled content has been resolved.
  • #I374628 - Pasting empty cell along with formula cell within the same range, empty cell is pasted with wrong value issue has been fixed.
  • #I374069 - When we copy uneven row data from an external source, the paste is not working properly issue is resolved.
  • #I375840 - Border not applied properly when using locale text issue is resolved.
  • #I370989 - Data not pasted proper value in formula contained cells is fixed.

Tab

Bug Fixes

  • #F174269 - Tab throws script error while adding items with headerTemplate has been fixed.

Tree Grid

Bug Fixes

  • #I372618 - Resolved searching after scroll shows no records to display in case of Virtualization enabled.

TreeView

Bug Fixes

  • #I371505 - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.