## 292006 - Improper Culture updation between different browser tabs and machines issue has been resolved.
DropDownButton
## 312086 - Provided @attribute support for adding custom attributes to dropdown items.
Grid
Bug Fixes
## 310204, ## 313729 - PagerDropdown not showing any text on clicking “All” option in dropdown is fixed.
## F161219 - Incorrect tooltip text is shown in filter dialog after performing search(in Excel and Checkbox filter) is resolved.
## 313357 - Exception throws while binding more than one record in Grid with CSLA Framework based datasource is fixed.
## 307970, ## 309376, ## 312888 - ODataV4 Patch request ignores boolean value false is fixed.
## F161212 - Grouped column name is displayed wrongly in exported file is solved.
New Features
## 306086 - Provided support for passing the arguments in ActionBegin and ActionComplete events on currently selected columns from the column chooser.
## F159206 - Provided ExcelExport support for Grid with Virtaulization and Grouping.
MaskedTextBox
Bug Fixes
312016, 312020 - Issue with “performance issue occurs when place the 14+ masked textbox component on same page” has been resolved.
MultiSelect
New Features
## 310697 - Now, you can provide collection of object type to Value property.
<SfMultiSelectTValue="List<Countries>"TItem="Countries"@bind-Value="@MultiValue"Placeholder="Select a country"DataSource="@Country"><MultiSelectFieldSettingsText="Name"Value="Code"></MultiSelectFieldSettings></SfMultiSelect>@code{privateList<Countries>MultiValue{get;set;}=newList<Countries>(){newCountries(){Name="Australia",Code="AU"}};publicclassCountries{publicstringName{get;set;}publicstringCode{get;set;}}privateList<Countries>Country=newList<Countries>{newCountries(){Name="Australia",Code="AU"},newCountries(){Name="Bermuda",Code="BM"},newCountries(){Name="Canada",Code="CA"}};}
Bug Fixes
## 313805 - Issue with “the Value property is not updated while clicking on the grouping label checkbox in the popup” has been resolved.
Schedule
Bug Fixes
## 309826 - An issue with “the appointments are not rendered properly when we applying scale as transform” has been fixed.
## 312124 - An issue “the appointments are not getting updated when we call StateHasChanged from another page” has been fixed.
Tab
Bug Fixes
## F161648 - Now the value of SelectedItem is -1 when there is no tab items.
TreeView
Bug Fixes
## 309136 - The issue with “Animation settings is not working in the TreeView” has been resolved.
XlsIO
Bug Fixes
#310319 - Conditional format is now proper in Excel to PDF conversion when using relative cell address.
#310561 - Template marker copy range is now applied properly for relative conditional format formula.
#310022 - String type number value is now detected and changed to an actual number value.
#312715 - Hair border with black color is now proper in worksheet to image conversion.
#311736 - Cell border is now rendered properly in worksheet to image conversion.