Essential Studio for Blazor Release Notes
v19.1.59
May 04, 2021
AutoComplete
Bug Fixes
-
## I323883
- Issue with “typed value is not maintained to the input element when expando object is bound” has been resolved.
Chart
Bug Fixes
-
## F164880
- Data label in accumulation chart renders properly, when the animation is disabled. -
## 324742
- Console error while using tooltip template for large amount of data has been resolved. -
## 325444
- Column chart is now renders properly, when the animation is disabled. -
## 325742
- Stripline text rotation is now working properly in german culture.
DateTimePicker
Bug Fixes
-
## I325294
- Issue with “popup is not positioned properly in the mobile browser while clicking on the time icon” has been resolved.
File Upload
Bug Fixes
-
## I325049
- Now, you can disable thePostRawFile
inBeforeRemove
event arguments.
Grid
Bug Fixes
-
## F163765
- Grouping is not working when ShowDropArea is enabled dynamically is fixed. -
## I322472
- Two cells gets selected on clicking the second cell in same row when SelectionMode is Both is resolved. -
## I316976
- Selection not cleared onAdd
/Update
action when the grid has only one record is solved. -
## I317410
,## I323856
,## I323274
- Exception occur when trying to expand the collapsed column with Virtualization and Height as 100% is resolved. -
## I315090
- Need to handle AllowSearching(false) property for foreignkey column and corresponding f-key search req should not be processed is fixed. -
## I317922
- CSP violation error is thrown while navigating between Grid pages using Pager navigation buttons is resolved.
New Features
-
## F162447
,## I324750
- Provided additional target information inRowDragEventArgs
. -
## I294714
- Need to perform search operation based on values displayed in filter item template is fixed. -
## I319531
- Provided option to prevent exporting HeaderRow in excel export.
HeatMap
Bug Fixes
-
## F24593
- The issue with “decimal type datasource” has been fixed.
MultiSelect
Bug Fixes
-
## I325197
- Issue with “selected value is cleared from input while updating theQuery
property in theValueChange
event” has been resolved.
NumericTextBox
Bug Fixes
-
## F163871
- Issue with “null reference exception occurs while settingCurrency
property value asAUD
in the Blazor WASM
application” has been resolved. -
## I324941
- Issue with “input gets flicker while entering the value in the azure hosted application” has been resolved.
RichTextEditor
Bug Fixes
-
## F163355
- The issue with “Unable to edit the content in the Rich Text Editor when rendered inside a table in Firefox browser” has been resolved.
New Features
-
## F164066
- Provided theDeniedSanitizeSelectors
property to customize the tags whenEnableHtmlSanitizer
is enabled.
Property | Type |
---|---|
DeniedSanitizeSelectors |
string[] |
Code
<SfRichTextEditor DeniedHtmlSanitizerSelectors="@FilterElements">
</SfRichTextEditor>
@code {
public string[] FilterElements { get; set; } = new string[] { "iframe[src]" };
}
Scheduler
Bug Fixes
-
## I324994
- An issue with the “Scheduler Date is not converted to different culture” has been fixed. -
## F164920
- An issue with the “Scheduler throws script error when adding appointments to Sunday when FirstDayOfWeek set to Monday” has been fixed. -
## FB24108
- An issue with the “GetRecurrenceDates
of theRecurrenceEditor
returns the incorrect date collection when the month day is 30 in month rule” has been fixed.
Stock Chart
Bug Fixes
-
## F164880
- Console error while rendering indicator with decimal values has been resolved. -
## 323430
- Console error while disabling the shared tooltip has been resolved. -
## 323442
- Trendlines are now working properly when selecting or deselecting through dropdown. -
## F164381
- Label format is applied properly for range selector in stock chart.
TextBox
Bug Fixes
-
## F164555
- Issue with “thekeydown
event is not fired while rendering theMultiLine
textbox” has been resolved.
TimePicker
Bug Fixes
-
## I325134
- Issue with “popup is not get opening in the mobile browser while clicking on the time icon” has been resolved.
Tree Grid
Bug Fixes
-
## F164785
- Row Drag and Drop with PageSize mode as “All” works fine.