## 304204, F159834 - Issue with Expanding an item when Accordion loads with DataSource property has been fixed.
ComboBox
Bug Fixes
## 302218 - Issue with “home and end key is not navigated properly” has been resolved.
Common
Bug Fixes
## 295436, F159096 - Issue with Enum datatype DisplayName attributes return Null Value has been resolved.
DatePicker
Bug Fixes
## F159758- Issue with “error class is not added properly while typing the invalid date value on the input” has been resolved.
DropDownList
New Features
Now, you can bind the object type of value to the component.
<SfDropDownListTValue="Countries"TItem="Countries"@bind-Value="@ddlValue"Placeholder="Select a country"DataSource="@Country"><DropDownListFieldSettingsText="Name"Value="Code"></DropDownListFieldSettings></SfDropDownList>@code{privateCountriesddlValue{get;set;}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"}};protectedoverridevoidOnInitialized(){ddlValue=Country[1];}}
Grid
Bug Fixes
## F158639 - Disabling ShowFilterBarStatus property still shows the filter message in Pager is fixed.
## 300539 - SelectRows method is not working properly with DetailTemplate in expanded state is resolved.
## 298656 - Problem with Excel Exporting with header when having Stacked header Columns in Grid is fixed.
## F158110 - Exception occur while grouping a column after resizing it in grid is solved.
## 292628 - Exception occurs when opening the Excel Filter dialog second time after filtering ForeignKeyColumn is fixed.
## 299374 - Exception throws on searching in ExcelFiltering when column format is dd.MM.yyyy is resolved.
## 299170 - $search query string is not encoded while searching in ODataV4 adaptor is solved.
## 299330, ## 299953 - Problem in Excel exporting Grid with Remote data foreignkey column is fixed.
## 299292, ## 299533 - Toggle functionality does not work when select using programmatic way is solved.
Scheduler
Bug Fixes
## 302309 - An issue with close button type in more indicator popup has been fixed.
## 296823 - Issue with drag and drop shared events from one resource to another resource has been fixed.
## 303940 - Issue with Disable delete popup for specific events has been fixed.
Tree Grid
Bug Fixes
## 301744 - Adding a new record with NewRowPosition as Child without selecting any records works fine.
## 303936 - Binding the DataSource as an Observable Collection of ExpandoObject works fine.
XlsIO
Bug Fixes
#301367 - Hyperlink is now correct while changing the system culture in Excel to PDF conversion.
#292312 - Corruption no longer occurs while opening the resaved file using Excel 2013.
#298772 - Conditional format formula is now correct while saving the Excel document.
#301859 - ApplicationName in Built-in document properties is now parsed and serialized properly.
Hyperlinks in shapes are no longer removed while resaving the Excel document.