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.
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 thePostRawFileinBeforeRemoveevent arguments.
MultiSelect
Bug Fixes
-
## I325197- Issue with “selected value is cleared from input while updating theQueryproperty in theValueChangeevent” has been resolved.
NumericTextBox
Bug Fixes
-
## F163871- Issue with “null reference exception occurs while settingCurrencyproperty value asAUDin 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.
TextBox
Bug Fixes
-
## F164555- Issue with “thekeydownevent is not fired while rendering theMultiLinetextbox” 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.
HeatMap
Bug Fixes
-
## F24593- The issue with “decimal type datasource” has been fixed.
Tree Grid
Bug Fixes
-
## F164785- Row Drag and Drop with PageSize mode as “All” works fine.
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 theDeniedSanitizeSelectorsproperty to customize the tags whenEnableHtmlSanitizeris 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 “GetRecurrenceDatesof theRecurrenceEditorreturns the incorrect date collection when the month day is 30 in month rule” has been fixed.
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/Updateaction 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.
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.
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.