Essential Studio® for Gantt SDK - v34.2.6 Release Notes
GanttChart
Blazor Gantt Chart
Bug Fixes
-
#I864542- Fixed an issue where the timeline was not rendered after a page resize when the splitter position was changed. -
#I864655- Fixed an issue where the horizontal scrollbar automatically scrolled after cell editing. -
#I865811- Fixed an issue where an unnecessary horizontal scrollbar was displayed during expand and collapse operations. -
#I863122- Fixed an issue where updated duration unit values were not retained when editing the Duration column through cell editing while mapping a string-type Duration field.Previous:
The Duration field returned only numeric values such as “3” or “4” in event arguments and template values when mapped as a string-type field. During filtering, queries, filter methods, and filter popup selections supported only the numeric value, making it impossible to filter using duration values such as “3 days” or “4 days” as displayed in the UI.Current:
The Duration field returns the complete duration value, such as “3 days” or “4 days”, in event arguments and template values when mapped as a string-type field. Filtering now supports the complete duration values displayed in the UI, including values used in queries, filter methods, and filter popup selections.
Test Results
| Component Name | Platform | Test Cases | Passed | Failed | Remarks |
|---|---|---|---|---|---|
| Gantt | Blazor | 10486 | 10486 | 0 | All Passed |
| Gantt | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 5949 | 5949 | 0 | All Passed |
| Gantt | WPF | 2550 | 2550 | 0 | All Passed |
| Kanban | Blazor | 599 | 599 | 0 | All Passed |
| Kanban | Web(Javascript, Angular, React, Vue, ASP.NET Core & MVC) | 320 | 320 | 0 | All Passed |
| Kanban Board | WPF | 112 | 112 | 0 | All Passed |
| Kanban Board | WinUI | 2085 | 2085 | 0 | All Passed |
| Kanban Board | .NET MAUI | 1060 | 1060 | 0 | All Passed |