Essential Studio for Blazor Release Notes
v17.3.21
October 29, 2019
Grid
Bug Fixes
-
#F148164
- Not able to perform delete operation while usingGuid
primary key in custom adaptor is resolved. -
#F148025
- Problem usingOnDataBound
event when binding empty data for grid is now resolved. -
#251971
-GetCurrentViewData
method is now public. -
#251682
- Problem usingOnActionFailure
event when throw an exception from server is now resolved. -
#F146078
- Template values are not updated properly on button click, when any of the model properties does not have setter is resolved. -
#F148442
-DateTime
objects get converted to UTC time while accessing the inserted record inActionEvents
is now resolved.
ListBox
Bug Fixes
-
#250346, 249719
- Provided an option for getting the reordered list in ListBox.
PDF Viewer
Bug Fixes
-
#251864
- The pages in the landscape document will be rendered properly.
Schedule
New Features
- The
OnActionBegin
event has been introduced to our Blazor scheduler which will trigger before each action like CRUD actions, view change, date change takes place.
Bug Fixes
-
#148413, #242174, #252907
- The issue withSelectedDate
andCurrentView
properties when usingActionCompleted
event has been fixed.
Tab
Bug Fixes
-
#252065
- Property binding withinOnAfterRender
life cycle method will work now.
Uploader
Bug Fixes
-
#248621
- Now, you can upload the large files in file upload component.