Essential Studio for Blazor Release Notes
v18.2.45
July 14, 2020
DatePicker
Bug Fixes
-
## 281341
- Issue with “block out dates is not maintained in the popup after value selection in the calendar” has been resolved. -
## 284164
,## 284303
,## 284175
- Issue with “console error throws while settingFirstDayOfWeek
in component” has been resolved. -
## F154476
,## F154595
,## 283044
- Now, provided state persistence support in the DatePicker component.
DropDownList
Bug Fixes
-
## 282892
- Issue with “dynamic value is not updated to input element when use value template” has been resolved. -
## F154476
,## F154595
,## 283044
- Now, provided state persistence support in the DropDownList component.
Grid
Bug Fixes
-
## 275957
- Problem with clearing the searched value in WebApiAdaptor is fixed. -
## 284647
- Exception occurs when we create a grid inside dialog template with contextmenu enabled is resolved. -
## 284708
- DropDownList is not rendered for foreignkey column when first value is null is solved. -
## 284510
- Editing works in command column even when specify allowEditing as false is resolved. -
## 284158
,## 284510
,## 284480
,## 284721
- Exception occur while editing the record with GridCommandColumns at first position is solved. -
## 284688
- Included Uid Parameter in the GridColumn. -
## F155983
- Exception occur while rendering the Grid with AutoFit and Aggregates is fixed. -
## 284333
,## F155801
- Exception is thrown while defining AutoFit for GridCommandColumn is solved. -
## 284292
- Header background color does not set while set using CustomAttributes is resolved. -
## F155838
,## 284259
- Exception throws while opening Excel filter in ClientSide application is fixed. -
## 284445
- Problem with dynamically updating the Visible property value is fixed. -
## F155903
,## 283472
-GetRowIndexByPrimaryKey
return incorrect result is resolved.
In-place Editor
Bug Fixes
-
## F154491
- The issue with “OnActionBegin
event triggers only during the second time, when configuring validation with Date mode in the In-place Editor” has been resolved. -
## 284162
- AutoComplete, ComboBox model with dataSource binding not working issue in In-place Editor has been resolved.
NumericTextBox
Bug Fixes
-
## 284365
- Issue with “group separator is not accepted when set German culture to the numeric textbox” has been resolved. -
## F154476
,## F154595
,## 283044
- Now, provided state persistence support in the NumericTextBox component.
RichTextEditor
Bug Fixes
-
## 282680
- The issue with “ImageUploading event arguments in RichTextEditor doesn’t return the uploading image filesData” has been resolved.
Scheduler
Bug Fixes
-
## 155722
- The arguments withinOnActionFailure
event is getting properly. -
## 155684
- The issue with default value of the fields are not showing in the editor window has been resolved. -
## 281802
- The whitespace between appointment and work cell has been removed whenEnableMaxHeight
is set to true.
Tabs
Bug Fixes
-
## 284115
- Exception occurs when adding tab dynamically with header asRenderFragment
has been resolved. -
## 154606
- The issue with tabs in popup mode placed inside splitter has been resolved.
TextBox
Bug Fixes
-
## F154476
,## F154595
,## 283044
- Now, provided state persistence support in the TextBox component.
TimePicker
Bug Fixes
-
## 281262
- Issue with “time picker input is editable when set false value to theAllowEdit
property” has been resolved.
Tooltip
New Features
-
## 280868
- ProvidedRefreshPosition
public method to refresh the tooltip element position dynamically.