Essential Studio® for Blazor Release Notes (Beta)
Accordion
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| destroyed |
Destroyed |
| clicked |
Clicked |
| expanding |
Expanding |
| expanded |
Expanded |
Accumulation Chart
Breaking Changes
- Tag name for series collection changed to AccumulationChartSeriesCollection from AccumulationSeries
- Tag name for series collection changed to AccumulationChartSeries from AccumulationChartAccumulationSeries
| Previous Event Name |
Modified Event Name |
| animationComplete |
OnAnimationComplete |
| beforePrint |
OnPrint |
| chartMouseClick |
OnChartMouseClick |
| chartMouseDown |
OnChartMouseDown |
| chartMouseLeave |
OnChartMouseLeave |
| chartMouseMove |
OnChartMouseMove |
| chartMouseUp |
OnChartMouseUp |
| loaded |
Loaded |
| pointClick |
OnPointClick |
| pointMove |
PointMoved |
| resized |
Resized |
Bug Fixes
- #237427 - Child properties of event arguments are accessible now in the handler.
AutoComplete
Breaking Changes
| Previous Event Name |
Modified Event Name |
| actionBegin |
OnActionBegin |
| actionComplete |
OnActionComplete |
| actionFailure |
OnActionFailure |
| beforeOpen |
OnOpen |
| change |
ValueChange |
| close |
OnClose |
| customValueSpecifier |
OnCustomValueSpecifier |
| open |
Opened |
| select |
OnValueSelect |
Bug Fixes
-
#236816 - Provided native support to focusIn and focusOut methods for AutoComplete component.
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
Calendar
Breaking Changes
| Previous Event Name |
Modified Event Name |
| change |
ValueChange |
| renderDayCell |
OnRenderDayCell |
Chart
Breaking Changes
| Previous Event Name |
Modified Event Name |
| animationComplete |
OnAnimationComplete |
| beforePrint |
OnPrint |
| chartMouseClick |
OnChartMouseClick |
| chartMouseDown |
OnChartMouseDown |
| chartMouseLeave |
OnChartMouseLeave |
| chartMouseMove |
OnChartMouseMove |
| chartMouseUp |
OnChartMouseUp |
| dragComplete |
OnDragComplete |
| loaded |
Loaded |
| pointClick |
OnPointClick |
| pointMove |
PointMoved |
| resized |
Resized |
| scrollChanged |
ScrollChanged |
| scrollEnd |
OnScrollEnd |
| scrollStart |
OnScrollStart |
Checkbox
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| change |
ValueChange |
Chip
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| click |
OnClick |
| Delete |
OnDelete |
Circular gauge
Breaking Changes
| Previous Event Name |
Modified Event Name |
| animationComplete |
AnimationCompleted |
| dragEnd |
OnDragEnd |
| dragMove |
OnDragMove |
| dragStart |
OnDragStart |
| gaugeMouseUp |
OnGaugeMouseUp |
| Resized |
Resizing |
Color Picker
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| beforeModeSwitch |
OnModeSwitch |
| beforeTileRender |
OnTileRender |
| change |
ValueChange |
| open |
Opened |
| select |
Selected |
ComboBox
Breaking Changes
| Previous Event Name |
Modified Event Name |
| actionBegin |
OnActionBegin |
| actionComplete |
OnActionComplete |
| actionFailure |
OnActionFailure |
| beforeOpen |
OnOpen |
| change |
ValueChange |
| close |
OnClose |
| customValueSpecifier |
OnCustomValueSpecifier |
| open |
Opened |
| select |
OnValueSelect |
Bug Fixes
-
#236816 - Provided native support to focusIn and focusOut methods for ComboBox component.
Common
New Features
- Provided Template support
- Provided Html attributes support
Breaking Changes
- The NuGet package name is changed
| Previous NuGet |
Modified NuGet |
| Syncfusion.EJ2.AspNet.Core.RazorComponents |
Syncfusion.EJ2.Blazor |
| Previous Namespace |
Modified Namespace |
| Syncfusion.EJ2.RazorComponents |
Syncfusion.EJ2.Blazor |
- Event name changes done for components
Breaking Changes
| Previous Event Name |
Modified Event Name |
| beforeClose |
OnClose |
| beforeItemRender |
OnItemRender |
| beforeOpen |
OnOpen |
| created |
Created |
| onClose |
Closed |
| onOpen |
Opened |
| select |
ItemSelected |
Dashboard Layout
Breaking Changes
| Previous Event Name |
Modified Event Name |
| change |
Changed |
| drag |
Dragging |
| dragStart |
OnDragStart |
| dragStop |
OnDragStop |
| resize |
Resizing |
| resizeStart |
OnResizeStart |
| resizeStop |
OnResizeStop |
DatePicker
Breaking Changes
| Previous Event Name |
Modified Event Name |
| change |
ValueChange |
| close |
Closed |
| open |
OnOpen |
| renderDayCell |
OnRenderDayCell |
Bug Fixes
-
#237432, #239678 - Resolved the issue with bind-value that holds previous date value when select the date.
-
#236816 - Provided native support to focusIn and focusOut methods for DatePicker component.
DateRangePicker
Breaking Changes
| Previous Event Name |
Modified Event Name |
| change |
ValueChange |
| close |
Closed |
| open |
OnOpen |
| renderDayCell |
OnRenderDayCell |
| select |
RangeSelected |
Bug Fixes
-
#237432, #239678 - Resolved the issue with bind-value that holds previous date value when select the date.
-
#237432 - Value displayed properly while two-way binding to the Date Range Picker component.
-
#236816 - Provided native support to focusIn and focusOut methods for Date Range Picker component.
DateTimePicker
Breaking Changes
| Previous Event Name |
Modified Event Name |
| change |
ValueChange |
| close |
Closed |
| open |
OnOpen |
| renderDayCell |
OnRenderDayCell |
Bug Fixes
-
#236816 - Provided native support to focusIn and focusOut methods for DateTimePicker component.
Diagram
Breaking Changes
| Previous Event Name |
Modified Event Name |
| OnDragEnter |
DragEnter |
| OnDragLeave |
DragLeave |
| OnDragOver |
DragOver |
| OnSelectionChange |
SelectionChange |
| OnMouseEnter |
MouseEnter |
| OnMouseLeave |
MouseLeave |
| OnMouseOver |
MouseOver |
| OnClick |
Clicked |
Dialog
Breaking Changes
| Previous Event Name |
Modified Event Name |
| beforeClose |
OnClose |
| beforeOpen |
OnOpen |
| close |
Closed |
| drag |
OnDrag |
| dragStart |
OnDragStart |
| dragStop |
OnDragStop |
| open |
Opened |
| overlayClick |
OnOverlayClick |
| resizeStart |
OnResizeStart |
| resizeStop |
OnResizeStop |
Bug Fixes
- The issue with preventing open/close of dialog using args.cancel has fixed.
DocumentEditor
Breaking Changes
| Previous Event Name |
Modified Event Name |
| contentchange |
ContentChanged |
| customcontextmenubeforeopen |
OnContextMenuOpen |
| customcontextmenuselect |
ContextMenuItemSelected |
| documentchange |
DocumentChanged |
| requestnavigate |
OnRequestNavigate |
| searchresultschange |
SearchResultsChanged |
| Selectionchange |
SelectionChanged |
| Viewchange |
ViewChanged |
| zoomfactorchange |
ZoomFactorChanged |
Bug Fixes
- The ServiceUrl is no longer expected for service side actions, these actions are Integrated within Blazor and created a NuGet package Syncfusion.EJ2.WordEditor.Blazor that can be used to create DocumentEditor in Blazor
DocumentEditorContainer
Breaking Changes
| Previous Event Name |
Modified Event Name |
| contentchange |
ContentChanged |
| selectionchange |
SelectionChanged |
Dropdown List
Breaking Changes
| Previous Event Name |
Modified Event Name |
| actionBegin |
OnActionBegin |
| actionComplete |
OnActionComplete |
| actionFailure |
OnActionFailure |
| beforeOpen |
OnOpen |
| change |
ValueChange |
| close |
OnClose |
| open |
Opened |
| select |
OnValueSelect |
Bug Fixes
-
#236816 - Provided native support to focusIn and focusOut methods for Dropdown List component.
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| beforeOpen |
OnOpen |
| beforeClose |
OnClose |
| beforeItemRender |
OnItemRender |
| close |
Closed |
| open |
Opened |
| select |
ItemSelected |
FileManager
Breaking Changes
| Previous Event Name |
Modified Event Name |
| beforeFileLoad |
OnFileLoad |
| beforeFileOpen |
OnFileOpen |
| beforeSend |
OnSend |
| fileDragStart |
OnFileDragStart |
| fileDragStop |
OnFileDragStop |
| fileSelect |
FileSelected |
| menuClick |
OnMenuClick |
| menuOpen |
MenuOpened |
| failure |
OnError |
| success |
OnSuccess |
| toolbarClick |
ToolbarItemClicked |
| toolbarCreate |
ToolbarCreated |
| uploadListCreate |
UploadListCreated |
File Upload
Breaking Changes
| Previous Event Name |
Modified Event Name |
| actionComplete |
OnActionComplete |
| canceling |
OnCancel |
| change |
ValueChange |
| chunkFailure |
OnChunkFailured |
| chunkSuccess |
Chunksuccess |
| chunkUploading |
OnChunkUploadStart |
| clearing |
OnClear |
| failure |
Failured |
| fileListRendering |
OnFileListRender |
| pausing |
Paused |
| progress |
Progressing |
| removing |
OnRemove |
| resuming |
OnResume |
| selected |
FileSelected |
| success |
Success |
| uploading |
OnUploadStart |
Gannt
Breaking Changes
| Previous Event Name |
Modified Event Name |
| Load |
OnLoad |
| Databound |
DataBound |
Grid
Bug Fixes
-
F145222 - Script error during page navigation from grid page is fixed.
-
F145013 - Added CommandClicked event support.
- OnActionComplete event is now triggered after edit/update the records
Breaking Changes
| Previous Event Name |
Modified Event Name |
| actionBegin |
OnActionBegin |
| actionComplete |
OnActionComplete |
| actionFailure |
OnActionFailure |
| beginEdit |
OnBeginEdit |
| commandClick |
CommandClicked |
| dataBound |
DataBound |
| created |
Created |
| destroyed |
Destroyed |
| headerCellInfo |
HeaderCellInfo |
| load |
OnLoad |
| queryCellInfo |
QueryCellInfo |
| recordDoubleClick |
OnRecordDoubleClick |
| rowDataBound |
RowDataBound |
| rowDeselected |
RowDeselected |
| rowSelected |
RowSelected |
| rowSelecting |
RowSelecting |
| toolbarClick |
OnToolbarClick |
Heatmap
Breaking Changes
| Previous Event Name |
Modified Event Name |
| cellClick |
CellClicked |
| cellSelected |
CellSelected |
| created |
Created |
| load |
OnLoad |
| loaded |
Loaded |
| resized |
Resized |
| tooltipRender |
TooltipRendering |
Inplace Editor
Breaking Changes
| Previous Event Name |
Modified Event Name |
| actionBegin |
OnActionBegin |
| actionFailure |
OnActionFailure |
| actionSuccess |
OnActionSuccess |
Linear gauge
Breaking Changes
| Previous Event Name |
Modified Event Name |
| animationComplete |
AnimationCompleted |
| gaugeMouseLeave |
OnGaugeMouseLeave |
| gaugeMouseUp |
OnGaugeMouseUp |
| Resized |
Resizing |
ListBox
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| actionBegin |
OnActionBegin |
| actionFailure |
OnActionFailure |
| beforeItemRender |
OnItemRender |
| change |
ValueChange |
| destroyed |
Destroyed |
| drag |
Dragging |
| dragStart |
DragStart |
| drop |
Dropped |
ListView
Breaking Changes
| Previous Event Name |
Modified Event Name |
| actionBegin |
OnActionBegin |
| actionComplete |
ActionCompleted |
| actionFailure |
OnActionFailure |
| select |
Selected |
Maps
Breaking Changes
| Previous Event Name |
Modified Event Name |
| animationComplete |
AnimationCompleted |
| beforePrint |
OnPrint |
| bubbleClick |
OnBubbleClick |
| bubbleMouseMove |
OnBubbleMouseMove |
| Click |
OnClick |
| doubleClick |
OnDoubleClick |
| markerClick |
OnMarkerClick |
| markerMouseMove |
OnMarkerMouseMove |
| Pan |
OnPan |
| Resize |
Resizing |
| rightClick |
OnRightClick |
| shapeHighlight |
ShapeHighlighted |
| Zoom |
OnZoom |
MaskedTextBox
Breaking Changes
| Previous Event Name |
Modified Event Name |
| change |
ValueChange |
Bug Fixes
-
#236816 - Provided native support to focusIn and focusOut methods for MaskedTextBox component.
Breaking Changes
| Previous Event Name |
Modified Event Name |
| beforeClose |
OnClose |
| beforeItemRender |
OnItemRender |
| beforeOpen |
OnOpen |
| created |
Created |
| onClose |
Closed |
| onOpen |
Opened |
| select |
ItemSelected |
Multiselect Dropdown
Breaking Changes
| Previous Event Name |
Modified Event Name |
| actionBegin |
OnActionBegin |
| actionComplete |
OnActionComplete |
| actionFailure |
OnActionFailure |
| beforeOpen |
OnOpen |
| change |
ValueChange |
| chipSelection |
ChipSelected |
| close |
OnClose |
| customValueSelection |
OnCustomValueSpecifier |
| open |
Opened |
| removed |
ValueRemoved |
| removing |
OnValueRemove |
| select |
OnValueSelect |
| tagging |
OnChipTag |
Bug Fixes
-
#236816 - Provided native support to focusIn and focusOut methods for Multiselect Dropdown component.
NumericTextBox
Breaking Changes
| Previous Event Name |
Modified Event Name |
| change |
ValueChange |
Bug Fixes
-
#236816 - Provided native support to focusIn and focusOut methods for NumericTextBox component.
PDF Viewer
Breaking Changes
| Previous Event Name |
Modified Event Name |
| documentLoad |
DocumentLoaded |
| documentUnload |
DocumentUnloaded |
| documentLoadFailed |
DocumentLoadFailed |
| ajaxRequestFailed |
AjaxRequestFailed |
| pageClick |
OnPageClick |
| pageChange |
PageChanged |
| hyperlinkClick |
OnHyperlinkClick |
| zoomChange |
ZoomChanged |
| annotationAdd |
AnnotationAdded |
| annotationRemove |
AnnotationRemoved |
| annotationPropertiesChange |
AnnotationPropertiesChanged |
| annotationResize |
AnnotationResized |
Bug Fixes
- Provided support to PDF Viewer work without Service URL dependency in Blazor server-side application.
Pivotview
Breaking Changes
| Previous Event Name |
Modified Event Name |
| HyperlinkCellClick |
HyperlinkCellClicked |
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| begin |
OnBegin |
| end |
OnEnd |
| fail |
OnFailure |
| progress |
Progressing |
Query Builder
Breaking Changes
| Previous Event Name |
Modified Event Name |
| beforeChange |
OnValueChange |
| change |
Changed |
| created |
Created |
| ruleChange |
RuleChanged |
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| change |
ValueChange |
Range Selector
Breaking Changes
| Previous Event Name |
Modified Event Name |
| beforePrint |
OnPrint |
| changed |
Changed |
| loaded |
Loaded |
| resized |
Resized |
Recurrence Editor
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| destroyed |
Destroyed |
| change |
OnChange |
Rich Text Editor
Breaking Changes
| Previous Event Name |
Modified Event Name |
| actionBegin |
OnActionBegin |
| actionComplete |
OnActionComplete |
| change |
ValueChanged |
| resizeStart |
OnResizeStart |
| resizeStop |
OnResizeStop |
| toolbarClick |
OnToolbarClick |
| beforeDialogOpen |
OnDialogOpen |
| dialogOpen |
DialogOpened |
| dialogClose |
DialogClosed |
| beforeQuickToolbarOpen |
OnQuickToolbarOpen |
| quickToolbarOpen |
QuickToolbarOpened |
| quickToolbarClose |
QuickToolbarClosed |
| beforeSanitizeHtml |
OnSanitizeHtml |
Schedule
Breaking Changes
| Previous Event Name |
Modified Event Name |
| actionComplete |
ActionCompleted |
| actionFailure |
OnActionFailure |
| cellClick |
OnCellClick |
| cellDoubleClick |
OnCellDoubleClick |
| created |
Created |
| dataBinding |
DataBinding |
| dataBound |
DataBound |
| destroyed |
Destroyed |
| eventClick |
OnEventClick |
| eventRendered |
EventRendered |
| navigating |
Navigating |
| popupOpen |
OnPopupOpen |
| select |
OnSelect |
Breaking Changes
| Previous Event Name |
Modified Event Name |
| change |
Changed |
| close |
OnClose |
| open |
OnOpen |
Slider
Breaking Changes
| Previous Event Name |
Modified Event Name |
| change |
OnChange |
| changed |
ValueChanged |
| created |
Created |
| renderedTicks |
TicksRendered |
SmithChart
Breaking Changes
| Previous Event Name |
Modified Event Name |
| animationComplete |
AnimationCompleted |
| beforePrint |
OnPrint |
Sparkline
Breaking Changes
| Previous Event Name |
Modified Event Name |
| pointRegionMouseClick |
OnPointRegionMouseClick |
| pointRegionMouseMove |
OnPointRegionMouseMove |
| Resize |
Resizing |
| sparklineMouseClick |
OnSparklineMouseClick |
| sparklineMouseMove |
OnSparklineMouseMove |
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| beforeItemRender |
OnItemRender |
| click |
Clicked |
| close |
Closed |
| open |
Opened |
| select |
ItemSelected |
Splitter
Breaking Changes
| Previous Event Name |
Modified Event Name |
| beforeCollapse |
OnCollapse |
| beforeExpand |
OnExpand |
| resizeStart |
OnResizeStart |
| resizeStop |
OnResizeStop |
Stock Chart
Breaking Changes
| Previous Event Name |
Modified Event Name |
| loaded |
Loaded |
| pointClick |
OnPointClick |
| pointMove |
PointMoved |
| rangeChange |
RangeChanged |
| stockChartMouseClick |
OnStockChartMouseClick |
| stockChartMouseDown |
OnStockChartMouseDown |
| stockChartMouseLeave |
OnStockChartMouseLeave |
| stockChartMouseMove |
OnStockChartMouseMove |
| stockChartMouseUp |
OnStockChartMouseUp |
Tab
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| destroyed |
Destroyed |
| adding |
Adding |
| added |
Added |
| selecting |
Selecting |
| selected |
Selected |
| removing |
Removing |
| removed |
Removed |
TextBox
Bug Fixes
-
#236816 - Provided native support to focusIn and focusOut methods for TextBox component.
TimePicker
Breaking Changes
| Previous Event Name |
Modified Event Name |
| change |
ValueChange |
| close |
Closed |
| itemRender |
OnItemRender |
| open |
OnOpen |
Bug Fixes
-
#236816 - Provided native support to focusIn and focusOut methods for TimePicker component.
Toast
Breaking Changes
| Previous Event Name |
Modified Event Name |
| beforeOpen |
OnOpen |
| click |
Clicked |
| close |
Closed |
| open |
Opened |
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| change |
ValueChange |
Breaking Changes
| Previous Event Name |
Modified Event Name |
| afterClose |
Closed |
| afterOpen |
Opened |
| beforeClose |
OnClose |
| beforeCollision |
OnCollision |
| beforeOpen |
OnOpen |
| beforeRender |
OnRender |
| created |
Created |
| destroyed |
Destroyed |
TreeGrid
Bug Fixes
#240296 - Hierarchical data binding works fine.
Breaking Changes
| Previous Event Name |
Modified Event Name |
| created |
Created |
| load |
OnLoad |
| expanding |
Expanding |
| expanded |
Expanded |
| collapsing |
Collapsing |
| collapsed |
Collapsed |
| dataBound |
DataBound |
TreeMap
Breaking Changes
| Previous Event Name |
Modified Event Name |
| beforePrint |
OnPrint |
| Click |
OnClick |
| doubleClick |
OnDoubleClick |
| drillEnd |
DrillCompleted |
| itemClick |
OnItemClick |
| itemHighlight |
ItemHighlighted |
| itemMove |
OnItemMove |
| mouseMove |
OnMouseMove |
| Resize |
Resizing |
| rightClick |
OnRightClick |
Treeview
Breaking Changes
| Previous Event Name |
Modified Event Name |
| drawNode |
OnDrawNode |
| dataBound |
DataBound |
| destroyed |
Destoyed |
| created |
Created |
| nodeEditing |
NodeEditing |
| keyPress |
OnKeyPress |
| nodeEdited |
NodeEdited |
| nodeSelected |
NodeSelected |