Essential Studio for Blazor Release Notes
Chart
Bug fixes
-
#I382927
- The accumulation tooltip is now properly displayed and the animation issue has been resolved. -
#I391246
- Legend is now rendering properly in mobile mode. -
#I381798
- Chart height is now proper while flipping the card. -
#F176125
- The console error when adding and removing striplines has been fixed. -
#T393572
- The accumulation chartOnPointClick
event now has anIsRightClick
property.
DashboardLayout
Bug Fixes
-
#FB31169
- The issue with “When wrapping Dashboard Layout in another component removing panel throws error” has been resolved. -
#I371660
- The issue with “Dynamically adding/removing the columns affects the grid lines and panel shadows in the Blazor Dashboard Layout component” has been resolved. -
#I376844
,#FB34202
- The issue with “The dynamic columns property change doesn’t reorder the panels within the available columns in the Dashboard Layout component” has been resolved.
Diagram
Bug fixes
-#I389845:
Now, the gridlines are properly updated while zooming in on french culture.
-#I389833:
The Null reference exception will no longer occur while establishing a connection from port to a node.
-#I390191:
Console exception will no longer occur while trying to render Context menu in wasm.
-#I389422:
Violation won’t occur with aria-label attribute while running accessibility test.
-#I389106:
Now, the Html symbol is properly dropped on the diagram from the palette.
-#I379285:
The Null reference exception will no longer occur while trying to save and load one diagram after disposing of another.
-#I387500:
Node size is properly updated while loading the first diagram after another one is disposed.
-#I387141:
Now, the cancel argument is working correctly for the DragDrop event.
-#I387834:
The Null reference exception will no longer occur while trying to load the saved data in the OnAfterRenderAsync method.
DocIO
Bug Fixes
-
#I389339
– The frame is now preserved properly while converting a Word document to a PDF. -
#I392240
– The TextBox is now preserved while resaving a DOCX format document. -
#I391930
- The ArgumentException will no longer be thrown while resaving a DOCX format document. -
#I391173
– The page number is now updated properly while calling theUpdateDocumentFields()
method. -
#I387397
– The NullReferenceException will no longer be thrown while converting a Word document to a PDF in iOS. -
#I389531
– The table is now preserved properly while converting a Word document to a PDF. -
#I391139
– The word counts are now updated properly while calling theUpdateWordCount()
method. - The text inside shape is now preserved properly while resaving a DOCX format document.
- The shape is now preserved properly while ungrouping the shapes in a DOCX format document.
File Manager
Bug fixes
-
#I392580
- The issue with “The context menu not properly opened for grid view in the Blazor File Manager component” has been resolved.
Grid
Bug Fixes
-
#I389861
- Improve accessibility issues with grid header table is fixed. -
#I389013
- The page size is changed and date filter is removed, when the filter is applied after another filter is fixed. -
#I386972
- DataGrid selection of selectionDrag is not correct with Initial Grouping is fixed. -
#I372090
- Header and content misaligned when scrollbar is enabled dynamically has been resolved. -
#FB36083
- DivideByZero exception thrown when Page size is 0 (caused by SfPager) is fixed. -
#F175550
- Grid sort arrow UI is in wrong place in WASM applicaton is fixed. -
#I389090
- Issue with context menu Touch Interaction has been resolved. -
#I365743
- Exception throws while changing the value of the custom component(rendered SfDropDownList inside) which is rendered in EditTemplate is fixed. -
#I384361
- Focus not applied on the current edit cell after pressing esc/enter key in popup has been fixed. -
#I388020
- Unable to select/copy Datagrid cell contents is fixed. -
#FB34000
- Can’t disable hovering in child grid while in Hierarchy grid is fixed. -
#I382154
- Issues related to AllowFreezeLineMoving feature is fixed.
Maps
Bug fixes
-
#I387775
- Marker clusters will now be properly added when markers are added dynamically in the WASM application.
Features
-
#I384529
- Support is added to import & export Calibrate/Line measurement annotation in the PDF library -
#I388607
- Support is added to get TextGlyph information from the TextWord API in the .NET framework platform. -
#F174432
- Support is added to get CRL and OCSP embedded details from the digital signature.
Bug Fixes
-
#I383953
- Invalid Password Exception will no longer occur when opening a password-protected document. -
#I388926
- A digital signature failed issue will no longer occur while getting a bookmark count from a signed PDF document. -
#F174432
- Exported JSON values are now exported properly, same as original fields values. -
#I390691
- A preservation issue no longer occurs when performing a PDF to PDF/A-2b conversion in an existing PDF document. -
#I389922
- The preservation issue will no longer occur after compressing a PDF document. -
#I387330
- Text color is no longer changed while converting PDF to PDF A conformance in different culture settings. -
#I385061
- Annotation state is missing issue will no longer occur while importing the annotation with the JSON file. -
#I379115
- PDF bookmark language is no longer changed while performing the reduction in a particular document. -
#I379416
- PDF conformance standard information is now shown properly in the Foxit PDF Editor tool. -
#I389204
- The top region is now preserved properly when appending the rotated document to a new document. -
#I389725
- Text is not extracted properly issue will no longer occur by using extract text lines from an existing PDF document. -
#I389056
- A rendering issue no longer occurs while drawing each page of the PDF template into a new PDF document. -
#I388814
- Performance is now improved when drawing the PDFGrid with 1L rows and 50 Columns. -
#I388004
- An unexpected token exception will no longer occur while opening the PDF document with open and repair mode. -
#I387689
- White spaces are added properly when importing the JSON data into form fields. -
#I386332
- Issues no longer occur while importing FreetextAnnotation into a particular PDF document. -
#I386166
- The incorrect field name exception will no longer occur when trying to receive a value from a newly added form field. -
#I388926
- The signature becomes an invalid issue will no longer occur when the Get page layer counts from an existing PDF document. -
#I389674
,#F36097
- Now, the BarHeight value returns the correct value when calling the PDFCode128Barcode. -
#F35896
- Size values are retrieved properly in the DataMatrixBarcode. -
#F35869
- Barcode to Image works fine in PdfEan13Barcode and PdfEan8Barcode. -
#391969
- Exported JSON values are exported properly the same as original fields values
Range Navigator
Bug Fixes
-
#F176242
- TheRefreshAsync
method has been added to refresh the range navigator.
Scheduler
Bug Fixes
-
#F176341
- An issue with the “RecurrenceEditor with monthly type” has been fixed. -
#I393747
- An issue withScrollToAsync
method not working in agenda view has been fixed. -
#I394110
- Exception when usingIsSlotAvailableAsync
method for resources has been fixed.
Sidebar
Bug Fixes
-
#I392584
- The issue with the Sidebar component when setting type as slide for both windows and iPad device has been resolved.
Stock Chart
Bug Fixes
-
#F175658
- TooltipRendering and SharedTooltipRendering events for stockcharts are triggering properly.
TreeMap
Features
-
#I393572
- TheIsRightClick
property is exposed in the event arguments of theOnClick
event to determine whether or not the right mouse button has been clicked.
TreeView
Bug fixes
-
#I392634
- The issue “Child nodes are not shown on dynamically added nodes while performing expand/collapse in Blazor TreeView” has been resolved. -
#I390342
- The issue with “Nodes are not expanded in TreeView when DataSource is updated dynamically with expanded field set to true” has been resolved.
Visual Studio Extensions
Bug Fixes
- #T394307 - Fixed obsolete compilation warnings in Blazor template studio and code generator samples.
XlsIO
Bug Fixes
-
#I386268 - Borders are now properly applied to the cells while resaving the Excel document.
- Chart created from scratch with string values is now rendered properly in Word to PDF Conversion.
- Invalid cast exception being thrown while converting Excel file with chart having date time category axis to PDF is now resolved.