Essential Studio for Blazor Release Notes
v17.3.14
October 3, 2019
DropDownList
Bug Fixes
-
#250024
- Issue with floating label misalignment in the outline mode has been resolved.
Uploader
Bug Fixes
-
#248647
- Now, you can add a custom header with upload request in theFileSelected
event of the fileUploader
component.
Grid
Bug Fixes
-
#249528
- Edit template column value is not updated properly on pressing enter key has been resolved. -
#248972
,#249387
- Not able to delete the records whenprimaryKey
is of string orGuid
type has been resolved.
Breaking Changes
- Now Date fields will be converted to local time zone by default. Previously you need to set the
DataUtil.serverTimezoneOffset
at the client side to show dates in local time zone.