Essential Studio for Blazor Release Notes
v18.3.48
November 11, 2020
ContextMenu
Bug Fixes
-
## 295563
- Context menu with combination of with and without icons in items will align the menu items dynamically based on the icon size.
Dialog
Bug Fixes
-
## 297143
- The issue with “Dialog resize is not working properly after window resizes” has been resolved.
Grid
Bug Fixes
-
## 294140
- Need to focus Search Textbox in excel Dialog upon opening is fixed. -
## 291788
,## F157533
,## 292175
- EnableToolbarItems not works when Disabled property enabled in ItemsModel is resolved. -
## 271849
,## 297619
,## F159382
- Filter popup automatically closed while selecting date value in FilterMenu with ColumnType as DateTime is solved. -
## 298414
- Opening ColumnMenu after scrolling page misplace the ColumnMenu dialog is resolved. -
## 295188
,## F158182
- Problem with triggering DateRangePicker event when render DateRangePicker inside FilterTemplate is fixed. -
## 296662
-ResizeStopped
event invoked event before ending resize action with wrong column values and also invoked for all the columns is fixed. -
## 301009
- All the contextmenu items opened in the grid content on hovering submenu whenContextMenuOpen
event is bounded is solved. -
## 290720
,## 290348
- Exception thrown while opening excel filter when ExpandoObject type property in grid model class is fixed.
New Features
-
## 272325
- Improved the ColumnMenu placement in Blazor Grid to achieve parent based scrolling. -
## 276820
- ODataV4 Patch request send all the properties instead of modified properties is fixed.
Kanban
Bug Fixes
-
## 299364
- An issue with the “Kanban add, update and delete operation not working properly when using oDataV4 adaptor” has been fixed.
ListBox
New Features
-
F158810
-OnDrop
event raised while dropping list item in the same dragged item.
Bug Fixes
-
## 273595
- Dropping list item in between the two items not working issue resolved. -
## 297826
,F158449
,F159417
- Script error while updating the data source in web assembly application issue resolved.
ListView
Bug Fixes
-
## 300465
- The issue with automatic sorting of Nested List has been resolved. -
F159174
,F159257
,F159208
- The issue with Checkbox selection has been resolved.
RichTextEditor
Bug Fixes
-
## 298946
- The issue with “The bottom border is not visible when the height is set in the Rich Text Editor” has been resolved. -
## 296325
- The issue with “The image rename functionality is not working when pasting the image in the Rich Text Editor” has been resolved.
Scheduler
Bug Fixes
-
## 301297
,## 299623
- An issue with the “Scheduler throws a null exception when we render it inside the dialog component” has been fixed.
Spinner
Bug Fixes
-
## F158981
,## F159052
- The issue with “Script error occurred in the Spinner when rendered in a different culture” has been resolved.
SplitButton
Bug Fixes
-
## 299366
-OnItemRender
event triggering continuously in web assembly application issue resolved.
Tooltip
Bug Fixes
-
## 289033
- The issue with “The tooltip is visible when we hover fast even after setting theargs.cancel
as true” has been resolved.
New Features
- Provided the support to render the Tooltip component based on the
data-title
attribute of the target element.
Tree Grid
Bug Fixes
-
## 298668
-DisplayAsCheckbox
property works fine for tree column.