Telerik UI for Blazor v2.xx

Released: Sep 18, 2019

v2.xx 中的更新

v2.17.0

Updated Sep 16, 2020

Features

  • Common
    • New TileLayout Component.
    • New Loader Component.
    • New Switch Component.
    • Update DPL (Telerik Document Processing Library) version to 2020.3.915.
  • TreeList
    • Add Visible Parameter to the TreeListColumn.
    • Multi-column sorting.
    • Search Box.
  • Chart
    • Three Charts for the Financial Industry: Stock, Candlestick and OHLC.
  • ContextMenu
    • Focus previous focused item when context menu is closed with keyboard.
  • Grid
    • Footer Template for Aggregates.
    • Multi-column sorting.
    • Search Box.
    • Column Menu.
    • Add Visible Parameter to the GridColumn.

Fixes

  • Window
    • Window does not open if its content has a component with an ICollection as a parameter.
    • Window throws Cannot process pending renders after the renderer has been disposed when the user closes the page.
    • Window in Window causes infinite loop and does not render.
  • TimePicker
    • System.Threading.Tasks.TaskCanceledException: A task was canceled after the component is disposed when Blazor circuit is disconnected.
  • TextBox
    • System.Threading.Tasks.TaskCanceledException: A task was canceled after the component is disposed when Blazor circuit is disconnected.
  • Grid
    • SetState does not reorder column data, only column headers, when ColumnVirtualization=true.
    • LoadState does not populate filters data in GridFilterMode.FilterMenu.
    • Filter icon is not updated when setting/removing the Filter from the State.
    • System.Threading.Tasks.TaskCanceledException: A task was canceled after the component is disposed when Blazor circuit is disconnected.
    • Disposing a grid during its initialization throws System.ObjectDisposedException: Cannot access a disposed object.
  • Charts
    • DataItem does not get the correct value when the chart has multiple series.
    • Cannot clear dynamically created series.
  • Scheduler
    • View modes dropdown not showing when collapsed.
  • NumericTextBox
    • System.Threading.Tasks.TaskCanceledException: A task was canceled after the component is disposed when Blazor circuit is disconnected.
  • TreeView
    • Rendering does not update when providing a new data source until you collapse and expand the node whose children were modified.

v2.16.0

Updated Aug 05, 2020

Features

  • Common
    • New Stock Chart.
    • New ContextMenu component.
    • New Editor component.
    • New TreeList component.
    • Compatibility with Blazor WebAssembly 3.2.1.
    • Themes Packages version.
  • Charts
    • Added candlestick and OHLC series types.
  • Grid
    • Implemented ContextMenu event for grid rows.
    • Exposed EventArgs on Grid click events.
    • Added event for when hierarchy in the grid is collapsed or expanded.
  • Menu
    • Added class parameter.
    • Disabled items.
    • Add menu line separators.

Fixes

  • Common
    • Unexpected build.config file showing up in Solution Explorer.
  • Grid
    • Cannot reorder columns after resetting the state.
    • FilterRow throws when the Grid is using DetailTemplate.
    • Clicking a non-editable cell in InCell edit mode alters row selection.
    • OnRead can work with grouping.
    • Custom filter is not cleared correctly when no descriptors are provided.

v2.15.0

Updated Jun 24, 2020

Features

  • Common
    • New Button Group component.
    • New Toggle Button component.
    • Updated dependency DPL version to 2020.2.615.
  • AutoComplete
    • Missing styles when the component is focused.
  • Charts
    • Click event on a Chart element.
    • Chart Tooltips.
  • Grid
    • Select last item in single selection mode and multiple SelectedItems.
    • Custom Filter Row.
    • Custom Filter Menu.
    • Support for binding Grid to dynamic ExpandoObjects.
    • Row click and double click events.
    • Support for Enum values in Editors and Filter.
    • Bind Grid to DataTable.
  • MultiSelect
    • Add styles when the component is focused.
  • TextBox
    • Password property.
    • Additional Parameters.
  • TreeView
    • Node click event.
    • Selection of Nodes.
  • Upload
    • Redesign upload rendering.

Fixes

  • Common
    • Popup is not closed on dispose.
  • Calendar
    • Calendars are missing mouseover effect.
  • DatePicker
    • Calendars are missing mouseover effect.
  • DateTimePicker
    • Calendars are missing mouseover effect.
  • DropDownList
    • Dropdown does not open upon click on the main element when component is inside a label.
  • Grid
    • Changing the grid columns collection after column is resized doesn't preserve column widths.
    • Grid loads empty wrong page if all items are deleted.
    • Remove the browser text selection when multiple items are selected.

v2.14.1

Updated Jun 3, 2020

Features

  • Grid
    • Improves performance.
  • TreeView
    • Improves TreeView performance.

Fixes

  • Menu
    • Arrow up on vertical menu has wrong action.
    • Menu keyboard navigation loses focus.
    • Menu items break functionality when hovered over.
  • TextBox
    • TextBox does not lose its focus when the user clicks outside of it.
  • TreeView
    • When using OnExpand, you get "Object reference not set to an instance of an object."

v2.14.0

Updated May 20, 2020

Features

  • Common
    • Compatibility with Blazor WebAssembly 3.2.0 (GA).

Fixes

  • DatePicker
    • WASM: Double click on the popup button causes "Error: Unknown edit type: 0".
  • DateTimePicker
    • WASM: Double click on the popup button causes "Error: Unknown edit type: 0".
  • Grid
    • Enabling Navigable causes DropDownList and Numeric Textbox to not work in Edit mode.
    • Changing the grid columns collection shows the new columns with the initial widths.
    • Closing InCell editing with a ComboBox as a custom editor from the OnChange event of the combobox throws an error in a WebAssembly app.
    • Row selection does not work with Row Template.
    • Filtering nested (navigation) properties works only for string types.
    • Grid filter menu throws on close with Esc.
    • Exception in WASM on scroll or scrollbar click when a popup is open: "Error: Unknown edit type: 0".
    • Groupable grid throws on column header click if filter menu is open.
  • TimePicker
    • WASM: Double click on the popup button causes "Error: Unknown edit type: 0".

v2.13.0

Updated May 13, 2020

Features

  • Common
    • New DateRangePicker Component.
    • New Drawer Component.
  • AutoComplete
    • Dropdown element matches the width of the main element when opening, when there is no explicit PopupWidth set. There is no default Width through an inline style.
  • Calendar
    • Range SelectionMode.
  • ComboBox
    • Dropdown element matches the width of the main element when opening, when there is no explicit PopupWidth set. There is no default Width through an inline style.
  • DateInput
    • Typing separator should move focus to the next segment in the date format.
    • Space moves focus to next segment in the date format.
  • DatePicker
    • Typing separator should move focus to the next segment in the date format.
    • Space moves focus to next segment in the date format.
  • DateTimePicker
    • Typing separator should move focus to the next segment in the date format.
    • Space moves focus to next segment in the date format.
  • DropDownList
    • Dropdown element matches the width of the main element when opening, when there is no explicit PopupWidth set. There is no default Width through an inline style.
  • Grid
    • Ability to serialize GridState with System.Text.Json.
    • Excel export.
  • MultiSelect
    • Dropdown element matches the width of the main element when opening, when there is no explicit PopupWidth set. There is no default Width through an inline style.
  • TimePicker
    • Typing separator should move focus to the next segment in the date format.
    • Space moves focus to next segment in the date format.

Fixes

  • AnimationContainer
    • Window has lower z-index than AnimationContainer.
  • DateInput
    • Typing a valid value for a segment focuses the next segment automatically.
  • DatePicker
    • Typing a valid value for a segment focuses the next segment automatically.
    • Picker's popup throws on location change.
  • DateTimePicker
    • Typing a valid value for a segment focuses the next segment automatically.
    • Picker's popup throws on location change.
  • Grid
    • Editors do not take the width of the cell.
    • Allow asynchronous callback for SelectedItemsChanged.
    • OnStateInit will throw for EmptyPartition.
    • DetailTemplate rows are missing alternating row classes in Grid Hierarchy.
    • Grid state is not restored for filter menu in WASM project.
    • Toggling columns in the SelectedItemsChanged event throws System.ArgumentOutOfRangeException: Index was out of range.
    • Grid stays in Edit mode after clicking Save when bound to ObservableCollection.
  • NumericTextBox
    • Class does not render on the main wrapping element.
  • TextBox
    • Width is not applied when Label is used.
  • TimePicker
    • Typing a valid value for a segment focuses the next segment automatically.
    • TimeView throws on close.
    • Picker's popup throws on location change.
  • Window
    • Window has lower z-index than AnimationContainer.

v2.12.0

Updated May 5, 2020

Features

  • Compatibility with Blazor WebAssembly 3.2.0 Release Candidate.

v2.11.0

Updated Apr 22, 2020

Features

  • Common
    • Support for nested fields for the ToODataString extension method.
    • Compatibility with Blazor WebAssembly 3.2.0 Preview 4. Includes many anticipated features such as Logging, Brotli precompression, Globalization and Localization and more
    • Meaningful exceptions when Parameters with reference types receive a null value - include the parameter name.
    • Async validation compatibility in all inputs.
    • Ability to serialize the DataSourceRequest object.
  • Calendar
    • Improve calendar selection performance.
    • Shift + ArrowKeys selection.
  • Grid
    • Specify grid column title using DisplayAttribute.
    • Grid Autogenerated Columns.
    • Column Virtualization.
    • Support for nested (complex) models.
  • Scheduler
    • Month View.

Fixes

  • Calendar
    • FocusDate should not change on mouse down.
    • Incorrect range selection when holding shift.
    • Calendar always has 01/01/0001 date selected.
  • ComboBox
    • Wrong text shown in the combo when the AllowCustom is false and Value is not in the Data collection.
    • Value and Validation state do not update after changing the data and the Value manually.
  • Grid
    • GridCommandColumn breaks group footer template context.
    • Infinite loop in SelectedItemsChanged when the grid is bound to a pre-filtered/sorted collection.
    • Grid with Checkbox Column placed inside EditForm throws an error.
    • Opening cells for editing (InCell edit mode) alters row selection.
    • In InCell edit mode, Enter commits the cell, but then reopens it for edit immediately.
    • InCell editing of boolean fields only commits with Enter, not with the mouse.
  • Menu
    • Empty or null collection for the Data throws an ArgumentNullException: Value cannot be null. (Parameter 'source').
  • Pager
    • Pager throws on last page button click in WASM.
  • Scheduler
    • Scheduler throws on dbl click on empty time slot in WASM project.
    • Scheduler throws on calendar selection in WASM project.

2.10

Updated Apr 2, 2020

Features

  • Common
    • New ListView Component.
    • New Pager Component.
    • New CheckBox Component.
    • Compatibility with Blazor WebAssembly 3.2.0 Preview 3.
  • Grid
    • Grid Frozen Columns
    • SelectAll should persist selecteditems across paging, filtering,sorting and virtualization.
    • It is possible to toggle between no selection and enabled selection.
    • Shift + Arrows selection in grouped data.
    • SelectAllMode in the CheckBoxColumn.

Fixes

  • ComboBox
    • Combobox does not show selected value in 2.9.0.
  • DropDownList
    • Wrong text shown in the dropdown when the Value is not in the Data collection.
  • Grid
    • Hiding columns at runtime leaves the headers.
    • Grid throws on delete command.
    • Checkbox column on grouped grid not removing selection when page is changed.
    • Selection in a child grid affects the parent grid.
    • Selection through grouped items selects wrong items.
    • Clearing Grid data does not clear SelectedItems.
  • Menu
    • Menu keyboard navigation doesn't work.

v2.9.0

Updated Mar 18, 2020

Features

  • Common
    • New Upload component.
    • New Tooltip component.
    • Compatibility with Blazor WebAssembly 3.2.0 Preview 2.
    • VS Code Template Wizard.
    • Add real data in the demos.
    • Allow developers to mock services that are using Telerik Components for unit testing by removing private un-mockable dependencies and services.
    • Allow enabling the IL Linker for Telerik UI for Blazor.
  • Grid
    • Persist State.
    • Improved layout of the PopUp edit form.
    • Ability to set Sortable for individual columns.
    • Grouping from code.
    • Ensure filter buttons are always visible and the inputs are responsive.
  • Scheduler
    • Allows Recurring appointments.

Fixes

  • ComboBox
    • Setting Value to string.Empty in an event handler causes infinite loop.
    • You can focus and type in a disabled input (through Tab or label).
  • DateInput
    • Unexpected years validation behavior on keyboard input.
    • You can focus and type in a disabled input (through Tab or label).
  • DatePicker
    • Unexpected years validation behavior on keyboard input.
    • You can focus and type in a disabled input (through Tab or label).
  • DateTimePicker
    • Unexpected years validation behavior on keyboard input.
    • You can focus and type in a disabled input (through Tab or label).
  • DropDownList
    • ValueTemplate throws an exception when there is no Data.
    • DropdownList Async Datasource.
  • Grid
    • When hiding a grid from within its selection handler, you get a System.ArgumentOutOfRangeException: Index was out of range.
    • Hiding a grid column causes data columns to be misaligned with headers.
    • Removing grid column breaks visualization.
    • Clear filter icon is not shown for empty filter operators.
    • Clear filter button doesn't clear input values for NumericTextBox and Textbox.
    • Horizontal scroll causes vertical scroll when grid in VirtualScroll mode.
    • Grid column menu appears filtered state even when column is not filtered.
    • Filtering String field by IsEmpty/IsNotEmpty doesn't apply at all.
  • NumericTextBox
    • You can focus and type in a disabled input (through Tab or label).
  • TextBox
    • You can focus and type in a disabled input (through Tab or label).

v2.8.0

Updated Feb 24, 2020

Features

  • Common
    • Provide the themes as Static Assets.
  • AutoComplete
    • Expose public Id parameter.
  • ComboBox
    • Expose public Id parameter.
  • DateInput
    • Parsing error message for date inputs and pickers is available from localization.
    • Expose public Id parameter.
  • DatePicker
    • Parsing error message for date inputs and pickers is available from localization.
    • Expose public Id parameter.
  • DateTimePicker
    • Parsing error message for date inputs and pickers is available from localization.
    • Expose public Id parameter.
  • DropDownList
    • Expose public Id parameter.
  • Grid
    • Keyboard navigation performance in a WebAssembly (WASM) project.
    • Improve selection performance
  • MultiSelect
    • Expose public Id parameter.
  • NumericTextBox
    • Expose public Id parameter.
  • TimePicker
    • Parsing error message for date inputs and pickers is available from localization.
    • Expose public Id parameter.

Fixes

  • Calendar
    • Selecting Dec from year 9999 throws in Calendar.
    • BottomView and View do not work.
    • Calendar renders wrong Century and Decade views for max date 31/12/9999.
  • ComboBox
    • Combobox doesn't clear its filter after filtering is disabled.
  • DateInput
    • Min and Max don't work.
  • DatePicker
    • BottomView and View do not work.
    • Calendar's Today button doesn't set date in the picker of a grid filter row.
    • Min and Max don't limit the text input, only the calendar.
    • DisabledDates does not work.
  • DateTimePicker
    • BottomView and View do not work.
    • Min and Max don't limit the text input, only the calendar.
  • Grid
    • When working with IQueriable the grid gets all the data from the database instead of the current page.
    • Navigable grid prevents filter row DDL from opening.
    • Calendar's Today button doesn't set date in the picker of a grid filter row.
    • Grid edited item is not closed on command column cell Esc press.
    • Holding arrow keys to move fast through Grid cells get quite slow and results in flickering.
    • Grid Tab index is not persisted on focus out of command column.
    • Grid Checkbox column header checkbox can't be accessed with the keyboard.
    • DetailTemplate offsets the FilterRow one column to the left.
  • TextBox
    • Floating Label should be animated onfocus instead of oninput.
    • TexBox has incorrect rendering.

v2.7.1

Updated Feb 12, 2020

Features

  • Grid
    • Add support for LazyLoadingProxies in EF.

Fixes

  • Common
    • Wrong references to Document Processing packages for Trial uses.
  • Grid
    • Setting the Page parameter does not page to the correct page of data, only alters the highlighted index in the pager.
  • Scheduler
    • Scheduler throws on slot click.

v2.7.0

Updated Jan 30, 2020

Features

  • Common
    • New MultiSelect
    • Compatibility with Blazor WebAssembly 3.2.0 Preview 1.
  • AutoComplete
    • Custom filtering based on user input.
    • Add support for INotifyCollectionChanged data sources.
    • Add OnRead event.
  • Calendar
    • CTRL + ArrowKeys Navigation in Calendar.
  • ComboBox
    • Custom filtering based on user input.
    • Add support for INotifyCollectionChanged data sources.
    • Add OnRead event.
  • DropDownList
    • Add support for INotifyCollectionChanged data sources.
  • Grid
    • Group Header Template.
    • Column Header Template.
    • Grid Aggregates.
    • Keyboard navigation improvements.
  • TreeView
    • Add support for INotifyCollectionChanged data sources.
    • Home & End support in TreeView Keyboard Navigation.

Fixes

  • Calendar
    • Range Selection should skip disabled dates.
    • Calendar navigation closes grid's popup edit form.
  • ComboBox
    • Combobox triggers form submit on Enter in the popup.
    • Filtering does not work in a Window.
    • Combobox throws on Tab out when no Data is loaded.
  • DateInput
    • Pressing Enter while an input is focused submits the form it is in.
  • DatePicker
    • Today button throws in WASM app.
    • Calendar's Today button doesn't return focus to the input of the Date/TimePicker.
    • Pressing Enter while an input is focused submits the form it is in.
  • DateTimePicker
    • Calendar's Today button doesn't return focus to the input of the Date/TimePicker.
    • Set button should have a thicker outline when it's focused.
    • Pressing Enter while an input is focused submits the form it is in.
  • DropDownList
    • Clearing the value by setting it to null does not work.
  • Grid
    • Tab doesn't always move focus to filter row filter icon.
    • Grid range selection breaks with keyboard navigation enabled.
  • Menu
    • MenuItem steals focus after rendered.
  • NumericTextBox
    • Pressing Enter while an input is focused submits the form it is in.
  • TimePicker
    • Set button should have a thicker outline when it's focused.
    • Pressing Enter while an input is focused submits the form it is in.
  • TreeView
    • Aria-expanded missing from treeview nodes.
  • Window
    • Window with @bind-Visible throws during pre-rendering - The current thread is not associated with the Dispatcher.

v2.6.1

Updated Jan 16, 2020

Fixes

  • ComboBox
    • You can tab into and type in a disabled input.
  • DateInput
    • You can tab into and type in a disabled input.
  • DatePicker
    • Initial focus is missing in slow signalr connection.
    • You can tab into and type in a disabled input.
  • DateTimePicker
    • Initial focus is missing in slow signalr connection.
    • You can tab into and type in a disabled input.
  • Grid
    • Cannot resize and reorder columns.
    • Groupable column without Field throws a null exception.
    • Sortable column without Field throws a null exception.
    • Cannot set empty column title.
    • OnRead is called twice upon initialization.
    • Filterable column without Field throws a null exception.
  • NumericTextBox
    • You can tab into and type in a disabled input.
  • TabStrip
    • Cannot move the cursor in a textbox inside a tab strip with the arrows.
  • TextBox
    • You can tab into and type in a disabled input.
  • TimePicker
    • Initial focus is missing in slow signalr connection.

v2.6.0

Updated Jan 15, 2020

Features

  • Common
    • New AutoComplete Component.
    • New PDFProcessing library.
    • New SpreadProcessing library.
    • New SpreadStreamProcessing library.
    • New WordsProcessing library.
    • New ZipLibrary.
    • Keyboard Support.
    • WAI-ARIA Support.
    • Accessibility (compliance with WCAG 2.1, Section 508).
    • The OnChange event has unified and improved behavior - it fires on every Enter hit in the input and on Blur.
  • Calendar
    • Accessibility and Keyboard Navigation.
  • ComboBox
    • FilterOperator Parameter.
    • OnChange fires when the user selects an item from the dropdown.
    • Accessibility and Keyboard Navigation.
  • DatePicker
    • Accessibility and Keyboard Navigation.
  • DateTimePicker
    • Accessibility and Keyboard Navigation.
  • DropDownList
    • Expose OnChange event.
    • Add DefaultText Parameter and obsolete DefaultItem.
    • Accesibility and KeyBoard navigation.
  • Grid
    • Keyboard navigation.
    • Grid editors take 100% width of their cell.
  • Menu
    • Accessibility and Keyboard Navigation.
  • NumericTextBox
    • Accessibility and Keyboard Navigation.
    • Support for Int16 (short).
  • Scheduler
    • Resources.
    • Resize events.
    • Drag & drop events.
  • TabStrip
    • Accessibility and Keyboard Navigation.
  • TimePicker
    • Accessibility and Keyboard Navigation.
  • TreeView
    • Accessibility and Keyboard Navigation.
  • Window
    • Accessibility and Keyboard Navigation.

Fixes

  • Calendar
    • Calendar is cut-off when screen scaling is applied.
    • Calendar with multiselection enabled, loses selection for views other than Month.
  • ComboBox
    • Cannot clear the Value.
  • Grid
    • Closing the Insert window with its [x] button leaves a blank row in the grid.
    • Pager items appearance is unclear with page numbers > 1000.
  • Menu
    • Menu Item does not render correctly with URL property set.
  • NumericTextBox
    • NumericTextBox doesn't respect Min/Max values when bound with bind-value syntax.
  • TabStrip
    • Nested TabStrips show direction indicators from their parent as well.
  • TextBox
    • Fast Typing/Deleting in TextBox flickers.
  • TreeView
    • Load-on-demand nodes cannot be collapsed.

v2.5.1

Updated Dec 18, 2019

Features

  • Common
    • Remove some DataSource package dependencies to improve compatibility with Controller Scaffolding and with future upgrades of framework packages.
  • Grid
    • Allow deselection with Ctrl+click and through the checkbox column in single selection mode.
    • Improve scrolling performance in Virtual Grid.
  • Scheduler
    • Clicked time slot in OnEdit event when inserting a new appointment.

Fixes

  • AnimationContainer
    • AnimationContainer throws during dispose.
  • ComboBox
    • Nullable Enum is not accepted as a valid value type.
  • DropDownList
    • Nullable Enum is not accepted as a valid value type.
  • Grid
    • Selection does not work when clicking on the checkbox (works when clicking the row).
    • Some redundant dots in the checkbox column.
  • Window
    • Window with @bind-Visible throws during pre-rendering - The current thread is not associated with the Dispatcher.

v2.5.0

Updated Dec 5, 2019

Features

  • Common
    • Compatibility with Microsoft .NET Core 3.1.
    • New Scheduler component.
    • Components Globalization.
    • Update package to Microsoft .NET Standard 2.1.

Fixes

  • AnimationContainer
    • AnimationContainer throws during pre-rendering when Top or Left are set.
  • Grid
    • Grid FilterMenu filter icon has wrong pointer.
    • Some redundant dots are visible for edited rows.

v2.4.0

Updated Nov 19, 2019

Features

  • Common
    • Compatibility with Microsoft .NET Core 3.1 preview 3.
    • Component Localization.
  • Grid
    • Grid horizontal scrolling.
  • TabStrip
    • Allow TabStrip to have no active tab.

Fixes

  • Grid
    • Grid grouping by column throws when dropped over non groupable column.
  • Window
    • Window should be closed on dispose.

v2.3.0

Updated Nov 6, 2019

Features

  • Common
    • New ComboBox component.
    • Compatibility with Microsoft .NET Core 3.1 preview 2.
    • Add DataSourceRequest.ToOdataString method.
  • Calendar
    • MultiView Calendar.
  • Grid
    • Column resizing.

Fixes

  • Window
    • The window actions (maximize, minimize) disappear on second render.

v2.2.1

Updated Oct 23, 2019

Fixes

  • Grid
    • Virtual Grid old data showing when using async OnRead
    • Column reordering throws for dirty string column in edit mode.
    • Binding the Page index does not work with OnRead
  • Window
    • Window text is blurred in Edge and Chrome for some demos.

v2.2.0

Updated Oct 17, 2019

Features

  • Common
    • Compatibility with .NET Core 3.1 preview 1.
  • Grid
    • Column reordering.
    • Virtualization.

Fixes

  • Common
    • Updated dependencies in the DataSource package.
  • AnimationContainer
    • Animation Container is not shown when turning off animation.
  • DatePicker
    • Popup is not visible in Firefox.
    • DatePicker's calendar cuts some dates for months having 6 rows.
  • DateTimePicker
    • TimePicker can't set time.
    • Popup is not visible in Firefox.
  • DropDownList
    • Popup is not visible in Firefox.
  • Grid
    • Wrong selection checkbox state in Client app when clicking the checkboxes.
    • The grid's pager Next/Last buttons remain active even if no items are rendered.
    • Wrong column alignment when no scrollbar is present (e.g., on mobile devices).
    • "Add" command not using popup mode.
  • Menu
    • Grid filter menu closing throws.
    • Popup is not visible in Firefox.
    • Multiple parent menu items can be expanded at the same time.
  • TimePicker
    • TimePicker can't set time.
    • Popup is not visible in Firefox.
  • Window
    • When minimized Window header becomes transparent for Bootstrap and Material themes.

v2.1.1

Updated Oct 1, 2019

Fixes

  • Wrong tooltips on pager buttons.
  • Remove id="grid" attribute from grid table.

v2.1.0

Updated Sep 25, 2019

Features

  • Common
    • Compatibility with .NET Core 3.0.
  • Charts
    • Add bubble series.
    • Add scatter and scatter line series.

v.0.0

Updated Sep 18, 2019

Features

  • Common
    • New DateTimePicker component.
    • Compatibility with .NET Core 3 RC1.
    • Remove methods that change collections (like grid columns and window actions) in favor of conditional markup.
  • Calendar
    • Support two-way binding for View parameter.
    • Support two-way binding for Date parameter.
  • Charts
    • Refresh method re-renders the chart with updated options.
  • DateInput
    • Extend Format support for DateInput.
  • DatePicker
    • Extend Format support for DateInput.
  • Grid
    • Add support for two-way binding for Page parameter.
    • Remove default values from Grid Editors.
    • Hierarchical Grid (Detail template).
    • Remove EventsManager from the Grid, events are now in the main tag.
    • Make the "EditMode" property of the Grid an enum.
  • NumericTextBox
    • NumericTextBox now has a Width property.
  • TabStrip
    • Add ActiveTabIndex Parameter.
  • Window
    • Render the Window in the main component of the app.

Fixes

  • Common
    • Outdated Reference in Teleirk.DataSource.
    • Changed:
      • Namespace Change.
      • Removed Method and Properties.
      • Renamed Tags.
  • AnimationContainer
    • Height not updating when value comes from function.
  • Calendar
    • Calendar navigates to current view on selection.
    • View, Date Parameter cannot be updated.
  • DateInput
    • Width property has no effect for DateInput.
  • DatePicker
    • DatePicker does not have a failed validation appearance.
  • Grid
    • Toolbar buttons cannot be disabled.
    • Grid throws when grouping label of column that has grouping disabled is drag-dropped to the group panel.
    • Editing decimal values.
    • Horizontal scroll does not scroll headers.
  • Menu
    • Multiple parent menu items can be expanded at the same time.
  • NumericTextBox
    • Decimal separator can be typed in the input, when bound to a whole number type.
    • The Decimals property does not work.
    • Value cannot be deleted.
    • Editing decimal values.
  • TabStrip
    • Tabs limit the width of their content.
  • TimePicker
    • TimePicker drop down should have fixed location when in scrollable containers.
  • Window
    • Window Medium size doesn't work.
    • Reopening a closed maximized window does not restore its maximized state.
    • Minimized state is affected by Width and Height.