Syncfusion Essential Studio for Blazor 2021 Volume 1 SP1

Released: May 13, 2021

Atualizações na 2021 Volume 1 SP1

Recursos

  • Gantt Chart
    • Added support for creating dependencies by UI interaction on Desktop mode.
    • Added support for predecessor lag similar to Microsoft Project.
    • Added support for restricting zooming level.
  • Grid
    • Improved Batch editing functionality to save adjacent cell values in OnCellSave event.
    • Added SetAttribute method support in QueryCellInfo and RowDataBound events.
  • HeatMap
    • Added support for “Dynamic Update of DataSource in HeatMap”.
  • Kanban
    • Added target support to get the dropped card details when external drag and drop has been performed.
  • ListBox
    • Drag and drop can now be performed between more listboxes.
    • Custom TValue support has been added.
    • Changed Scope type from SfListBox<TValue, TItem> to string.
    • Changed method public async Task MoveAllTo(SfListBox<TValue, TItem> scope = null, double? index = null) to public async Task MoveAllTo(string scope = null, double? index = null).
    • Changed method public async Task MoveTo(TValue values = default, double? index = null, SfListBox<TValue, TItem> scope = null) to public async Task MoveTo(TValue values = default, double? index = null, string scope = null).
  • Pivot Table
    • The raw data of an aggregated cell can now be retrieved using the cell template feature.
  • RichTextEditor
    • Added support for table cell merging and splitting in Rich Text Editor table properties.
    • Added BeforePasteCleanUp and AfterPasteCleanUp events for customizing pasted content in the Rich Text Editor.
    • code>CommandsWidth model width property has been deprecated. Use CommandsWidth - Width property to configure the width for an inserted image.
  • Splitter
    • Added the EnableReversePanes property to reverse the splitter panes order.
  • Stock Chart
    • Added event for period selection in Stock Chart.
  • Tree Grid
    • Added Dynamic Object Data Binding support.

Correções

  • Chart
    • AxisLabelRender event now trigger properly on chart initial loading.
  • Dashboard Layout
    • Issue with “IDisposable error occurs when navigating through the pages rapidly” has been resolved.
    • Issue with “Dashboard Layout’s holder when resizing the panel” has been resolved.
    • Issue with “Column Property is not working properly when adding panel” has been resolved.
    • Issue with “Dragging and Resizing panel when used in another razor page is not working” has been resolved.
    • Issue with “Dashboard’s dragging and resizing doesn’t work when dynamically updating the value” has been resolved.
  • File Upload
    • Issue with “progress bar is not updated properly while pausing and resume action in the chunk upload” has been resolved.
  • FileManager
    • Issue with “Custom Setting Icon in Toolbar not working in FileManager” has been resolved.
    • Issue with “OnSuccess event is not triggered for Upload action in FileManager” has been resolved.
    • Issue with “Prevent the upload using access control is not working in FileManager” has been resolved.
  • Gantt Chart
    • Custom field property value is not working properly in tooltip template is fixed.
    • OnActionComplete event not firing in edit actions is fixed.
  • Grid
    • Perform editing using F2 key throws exception in wasm is fixed.
    • Update icon in toolbar is in disabled state after invoking UpdateCell method in OnCellSave event is resolved.
    • Misalignment occurs while performing Autofill in material theme is fixed.
    • Exception is thrown when trying to search the value in excel/ checkbox filter using DynamicObject as a Grid datasource is solved.
    • Exception occurs in Grid having GroupCaptionTemplate when grouping GridForeignColumn is fixed.
    • White space occur when render a Grid with grouping the only AutoFit column is resolved.
    • IsHeaderCheckboxClicked property was not updated while we prevent the header checkbox selection by enabling the args.cancel value is solved.
    • Unable to add new record in empty grid when using remote data source is resoved.
    • Grid behaves as Multiple Selection when dynamically changing SelectionType to Single and then removing checkbox column is fixed.
  • HeatMap
    • Issue with “CellClick event argument returns null for XValue” has been resolved.
    • In-place Editor
    • The issue with “The date format in the In-place Editor Date type is not working properly when culture(eg: french) is loaded” has been resolved.
  • ListBox
    • The issue with @attribute not working for ID property has been resolved.
  • ListView
    • Issue with “ListView with GroupBy doesn’t work when dataSource is updated dynamically” has been resolved.
    • Issue with “Last Item in ListView while enabling Virtualization is not visible when updating dataSource dynamically” has been resolved.
    • Issue with “Nested List with GroupBy and Clicked event” has been resolved.
    • Issue with “ListView throws NullReference Exception” has been resolved.
    • Issue with “Selection is not maintained when using GroupBy, Checkbox and Clicked event” has been resolved.
    • Issue with “ListView component with large dataSourcebreaks when navigating through pages” has been resolved.
    • Issue with “ListView with HTML Attributes property in DataModel is not working” has been resolved.
    • Issue with “ListView li Height is not updating properly when setting Virtualization” has been resolved.
    • Issue with “EnableVirtuazlization is not working while rendering ListView inside Dialog component” has been resolved.
    • Issue with “GetCheckedItems does not return the expected result” has been resolved.
    • Issue with “ListView’s checkbox gets toggled when margin is set” has been resolved.
  • Maps
    • Arrow will now render properly in the navigation line with tile maps.
  • Masked Textbox
    • Issue with “typed character is not converted to the upper case while typing more than alphabets to the masked input” has been resolved.
  • Menu
    • SubMenu flickering issue has been resolved.
    • The issue “Script error thrown while opening another menu before closing the menu popup” has been resolved.
  • Pivot Table
    • The alignment issue in the pivot chart when it is inside a tab has been fixed.
  • QueryBuilder
    • The issue with the predicate not working properly in complex condition has been resolved.
  • Scheduler
    • An issue with the “Scheduler is not allowed to create or edit the events in mobile mode when the property EnableCompactView is true” has been fixed.
    • An issue with the “Scheduler height is not adjusted in TimelineMonth view when we remove the resources dynamically” has been fixed.
    • An issue with the “Appointments width are not adjusted properly when we setting up the StartHour and EndHour properties” has been fixed.
    • An issue with the “More indicator number and the more indicator popup’s date is not converted to different culture” has been fixed.
  • Sidebar
    • Issue with “Sidebar changed event is not triggered when closing” has been resolved.
    • Issue with “Sidebar disrespecting MediaQuery after page load” has been resolved.
  • Slider
    • Issue with “Slider OnChange event is not triggered when setting ShowButtons as true” has been resolved.
  • Tooltip
    • Issue with “MouseTrail is not working when using OpenDelay” has been resolved.
  • Tree Grid
    • DropDown Edit with custom dataSource works fine.
  • TreeView
    • The issue with “The given animation effect is not applied in the TreeView” has been resolved.
    • The issue with “The root level first node flickers when performing any operations in the TreeView” has been resolved.
  • Visual Studio Extensions
    • The German language issue in Syncfusion Blazor Template Studio has been resolved.
    • Enabled the Syncfusion Blazor Code Generator extension in the Blazor application’s pages folder.
    • Enabled all of the Blazor application model classes for Kanban component in Syncfusion Blazor Code Generator.