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 theFileSelectedevent of the fileUploadercomponent.
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 whenprimaryKeyis of string orGuidtype has been resolved.
Breaking Changes
- Now Date fields will be converted to local time zone by default. Previously you need to set the
DataUtil.serverTimezoneOffsetat the client side to show dates in local time zone.