Essential Studio for Blazor Release Notes
v18.3.50
November 17, 2020
ListBox
Bug Fixes
-
## 301564- ListBoxGroupBynot working withItemTemplateissue resolved.
QueryBuilder
Bug Fixes
-
F158857- Missing space added in conditional operatorNot Equal.
CheckBox
New Features
-
## 301128- Provided thebytesupport for checkbox.
Tree Grid
Bug Fixes
-
## 301292- Tree Grid datasource is updated properly forBatchedit mode. -
## 300362- Wrapping the Tree Grid inside a custom wrapper component works fine.
NumericTextBox
Bug Fixes
-
## 293197- Issue with “decimal value is accepted while setting byte data type to value” has been resolved.
Calendar
New Features
-
## 297741,## 299669- Now, provided Selected/DeSelected events.
DatePicker
New Features
-
## 297741,## 299669- Now, provided Selected event that trigger after selecting the value from DatePicker popup.
DateTimePicker
New Features
-
## 297741,## 299669- Now, provided Selected event that trigger after selecting the value from DatePicker & TimePicker popup.
TimePicker
New Features
-
## 297741,## 299669- Now, provided Selected event that trigger after selecting the value from TimePicker popup.
Tooltip
Bug Fixes
-
## 291626,## 288720- Now, the Tooltip will be in the opened state while maintaining a hover over the tooltip popup, even using the close delay property. -
## 292549- The issue with “the tooltip is hidden while clicking the popup in mobile mode” has been resolved.
TreeView
Bug Fixes
-
## 300977- Now, theGetTreeDatamethod will return the updated value for theisCheckedattribute.
Accordion
Bug Fixes
-
## 297190,## 297971,## 300444,## F158871- The Issue with ExpandedIndices and Expanded property binding has been fixed.
New Features
-
## 296105- Provided the unique identifier support to Accordion Panes. - The two way binding support has been provided for
Expandedproperty of Accordion item.
Scheduler
Bug Fixes
-
F159563- An issue with View wise Template not applied to events in more Event popup has been fixed. -
## 301405- Issue with opening editor window has been fixed. -
296823,300420,F159045- Appointments not saved while save using Editor window template with resources has been fixed.
Breaking Changes
- ActionType enumeration value is changed from “ActionType.DateNaviagte” to “ActionType.DateNavigate”.
Grid
Bug Fixes
-
## 294608- No records to display shows on printing grid with foreignkey columns is fixed. -
## 299044- IsShiftKeyPressed argument is always false inRowSelectingEventwhen shift key is pressed is resolved. -
## 295804-AllowNextRowEditnot creating new row when last column has AllowEditing/AllowAdding as false is solved. -
## 295793,## 298323-Updatemethod is triggered when trying to insert the record second time when first attempt is failed, is resolved. -
F158848-ReorderRowsmethod not reordering the selected row properly is fixed.
New Features
-
## 297976- Provided information for row selection(Shift/Ctrl) inRowSelectEventArgsandRowDeselectEventArgs. -
## 288543- Provided support to add additional sheet to Export excel file from Grid.