Essential Studio for Blazor Release Notes
		
		v18.2.47
	
	
		
		July 28, 2020
	
	
	Document Editor
Breaking Changes
Event args type of OnToolbarClick was changed from Syncfusion.Blazor.Navigations.ClickEventArgs to Syncfusion.Blazor.DocumentEditor.ClickEventArgs.
## Bug fixes
## 284837 - Custom tool bar item click event issue in DocumentEditorContainer is resolved.
ListBox
Bug Fixes
- 
    ## 279155- Data source property binding not working after updated theShowCheckboxproperty issue resolved.
- 
    ## 276880- TheGetDataListmethod returning wrong data source after performing drag and drop operation issue resolved.
- 
    ## 279917,## 285983- Fixed the issues in drag / drop and dual listbox operations after the data source is updated dynamically.
File Manager
Bug Fixes
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the File Manager component.
Dialog
Bug Fixes
- 
## 286467- The issue with “Script error occurs with the SfDialog Hide method” has been resolved.
RichTextEditor
Bug Fixes
- The issue with “Can’t set font style after inserting a table” has been resolved.
- 
## 285696- The issue with “The GetText method does not return the newline tags from the Rich Text Editor content” has been resolved.
Gantt Chart
Bug Fixes
- 
## 283498- Included missing translation for blazor Gantt Component.
NumericTextBox
Bug Fixes
- 
## 286679- Issue with “ TheNumericTextBoxvalue is not updated in web assembly application when it’s run in release mode “ has been resolved.
Grid
Bug Fixes
- 
## 284480- Script error when havingulong?type for a property in Grid model is solved.
- 
## 284700- Cancel, save using Args.Cancel in OnActionBegin and Click cancel button updates the edited value is resolved.
- 
## 285358- List DataType values are not available in args.Data of ActionBegin is fixed.
- 
## F156317- Exception when callingGetFilteredRecordsmethod is solved.
- 
## 284106- Async Foreignkey Data not binded to grid on initial rendering is fixed.
- 
## 285398- Custom component in FilterTemplate is deleted after hide column using ColumnChooser is resolved.
- 
## 285390,## 286654- Exception occur when defining theRowHeightproperty to VirtualizedGrid with responsive is solved.
- 
## 285491,## F156155,## F156290- Exception occur in grid likeCannot set property 'blazor__instance' of nullis solved.
- 
## 282294- Spinner will not be hidden in client-side blazor Grid while performing row drag and drop withOnActionBeginevent is fixed.
- 
## 284405- Provided support to customize the Default Edit dialog in Grid with some more dialog properties.
- 
## 285426,## F156335- Exception throws while collapsing the expanded row is fixed.
- 
## 285000,## 286027- Excel Filtering is not working with ColumnMenu feature in Grid is fixed.
## New Feature
- 
## F155497- Provied support to add attribute to checkbox column.
Tree Grid
Bug Fixes
- 
## 277110,## 284219- Provided support to maintain expand collapse state while updating the datasource or performing any actions such as paging, filtering, etc.
Kanban
New Features
- 
## 273938, ## 275565- Arrange the cards in ascending or descending order based on theSyncfusion.Blazor.Kanban.KanbanSortSettings~SortByproperty.
Bug Fixes
- 
## F155726- The issue with “Syncfusion.Blazor.Kanban.KanbanEvents~DragStopargument’s data does not updated dynamically” has been resolved.