
Includes improved filter operators, strong typing support for MaskedTextBox, plus support for PanelBar in MVVM.
Features
- PanelBar
- Adds templates support for PanelBar in Model–View–ViewModel (MVVM).
- DataSource
- Adds IsNullOrEmpty and IsNotNullOrEmpty filter operators.
- MaskedTextBox (ASP.NET Core)
- Strong typing support for AutoComplete, ComboBox, DropDownList, MultiSelect, ColorPicker, MaskedTextBox, Slider and RangeSlider TagHelpers.
- FilterMenu
- Adds IsNullOrEmpty and IsNotNullOrEmpty filter operators.
- TreeView
- Update indeterminate state of checkboxes when dataSource is filtered.
Fixes
- All components
- Fixed - CheckBox renders two input fields.
- AutoComplete
- Fixed - DropDownList: cannot set autoWidth in html.
- Fixed - AutoWidth is not applied when clearing manually in ComboBox and AutoComplete
- Fixed - Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
- Fixed - AutoComplete's dropdown is not properly resized when noDataTemplate is initially shown and the AutoWidth functionality is enabled.
- Button
- Fixed - Button keeps active state if pressing Enter to trigger click and changing focus inside click event handler
- ButtonGroup
- Fixed - Badge method should return the value set for a certain button
- Calendar
- Fixed - The Calendar selectDates method should clear the selected dates when an empty array is passed.
- Chart
- Fixed - Chart plotArea method should return ChartPlotArea in typescript
- Fixed - Added persistVisibility option. (ASP.NET Core)
- ComboBox
- Fixed - Filter is not cleared upon blur after selecting the value of the input
- Fixed - DataSource Read is forced on select event of cascading comboboxes
- Fixed - ComboBox and DropDownList Change event doesn't trigger with the Kendo UI 2018 R1 release
- Fixed - DropDownList: cannot set autoWidth in html
- Fixed - AutoWidth is not applied when clearing manually in ComboBox and AutoComplete
- Fixed - Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
- Fixed - ValueMapper function gets called unexpectedly when ComboBox has initially selected value and the user changes the selection to one of the next items
- Fixed - Selecting item with virtual scrolling looses the actual item in Firefox
- DataSource
- Fixed - TypeScript: Missing inPlaceSort property for the DataSource in the definitions
- Dialog
- Fixed - Dialog content is trimmed, if it exceeds dialog dimensions
- Fixed - Unexpected Dialog buttons left alignment when buttonLayout is set to normal
- Fixed - Action buttons in Dialog are not expanded to the entire width when buttons' layout is stretched
- Fixed - Long Dialog title issues
- Fixed - Wrong Dialog height, if height property is set to a small value, e.g. 150px
- Fixed - Dialog title text falls on a second row in Office 365 and Nova themes
- Fixed - Missing Dialog buttons rounded corners in RTL with HighContrast Theme
- DropDownList
- Fixed - DataSource TypeScript group option should accept any parameter.
- Fixed - ComboBox and DropDownList Change event doesn't trigger with the Kendo UI 2018 R1 release
- Fixed - OptionLabel is not selected when selecting a value that does not exist
- Fixed - DropDownList: cannot set autoWidth in html
- Fixed - DropDownList autoWidth option cannot be set through data attribute
- Editor
- Fixed - Editor adds new lines within comment blocks after viewing the HTML and clicking Update
- Fixed - Empty hyperlink is inserted when pressing enter at the beginning of link
- Fixed - Missing styles for table in inline Editor
- Fixed - There are additional borders after adding tools in Editor that are hidden in specific scenarios
- Fixed - Unexpected buttons hiding on clicking Editor's content in SASS themes
- Fixed - Inline Editor toolbar buttons are not visible with Nova theme
- Gantt
- Fixed - Gantt Task edit dialog appearance issues in RTL
- Grid
- Fixed - Extend TypeScript definition of GridColumn command
- Fixed - Grid does not persist selection after cancelling popup editing
- Fixed - Grid does not show data if pager option 'All' is selected
- Fixed - Dropdowns in Grid filter menu are not closed on devices with touch and mouse
- Fixed - Kendo Grid data not refresh after Menu Filter clear
- Fixed - Grid pageSize(All) not persisting after adding a new record
- Fixed - Validation tooltip visible with correct data in the Grid
- Fixed - Grid editing form doesn't close with filtered data containing only 1 item
- Fixed - Styled checkbox not clickable in Grid Batch edit mode
- Fixed - Column.editor property of Grid TagHelper should be of type function. (ASP.NET Core)
- ListView
- Fixed - ListView drag events could not be detected on Windows device with capactive touch screen in IE and Edge browsers.
- MaskedTextBox (ASP.NET Core)
- Fixed - MaskedTextBox does not expose Rules property in the ASP.NET Core html helper.
- MediaPlayer
- Fixed - fullScreen property of the MediaPlayer doesn't work
- Fixed - MediaPlayer TypeScript functions have Void as a return
- MultiSelect
- Fixed - MultiSelect throws an error for initially selected items with autoBind: "false" and grouping
- Fixed - DropDownList: cannot set autoWidth in html
- Fixed - Wrong position of clear button on AutoComplete, ComboBox and MultiSelect in RTL in IE
- Fixed - All items cannot be selected with keyboard Shift + Arrow key in MultiSelect
- Fixed - Values are not selected with autoBind: "false"
- NumericTextBox
- Fixed - NumericTextBox does not reflect changes applied through setOptions
- Fixed - HTML attributes are cleared from input element on form reset
- Fixed - The NumericTextBox does not allow writing or paste decimals with decimals 0 and restrictDecimals to false.
- Fixed - NumericTextBox without spinners has a gray background
- Pager
- Fixed - Grid does not show data if pager option 'All' is selected
- Fixed - Grid pageSize(All) not persisting after adding a new record
- Spreadsheet
- Fixed - Spreadsheet's Format dialog content is cut in Nova theme
- Fixed - Broken appearance of Spreadsheet's sheets bar in all themes, when there are scroll buttons
- TabStrip
- Fixed - Setting animation to false does not completely disable TabStrip animation in IE and Edge for Material theme
- ToolBar
- Fixed - Wrong color of split button arrow by click
- Fixed - Disabled Button in Toolbar should have focus stylization
- Fixed - Cannot toggle checkboxes in ToolBar overflow popup
- Fixed - Disabled ToolBar SplitButton can be opened with the keyboard
- Fixed - Inconsistent filling of the available space on init and on re-size
- Fixed - Inconsistent states appearance of ToolBar buttons
- TreeList
- Fixed - TreeList does not fire expand/collapse events when using keyboard navigation
- Window
- Fixed - Disabled anchor in Window prevents Tab navigation to other focusable elements (IE)
- Wrappers (ASP.NET MVC): Chart
- Fixed - Chart axis title rotate is missing from MVC Wrappers
- Fixed - Chart dashType applied with incorrect casing in MVC Chart, leading to PDF export failure
- Fixed - Added persistVisibility option
- Wrappers (ASP.NET MVC): Grid
- Fixed - Grid "select all" checkbox renders invalid input tag
- Wrappers (ASP.NET MVC): Spreadsheet
- Fixed - Spreadsheet server-side Save method does not export the correct value for cells with custom format
- Wrappers (ASP.NET MVC): TreeView
- Fixed - Checkboxes in Treeview MVC wrapper with remote data binding are native because of wrong rendering