Telerik UI for ASP.NET MVC

Deliver high-quality apps in the quickest timeframe with 100+ ASP.NET MVC UI components.

Published by Telerik
Distributed by ComponentSource since 2018

Prices from: ₩ 1,408,600 Version: 2025 Q1 NEW Updated: Feb 27, 2025

i

Please note: Starting December 1, 2023, any new Telerik UI for ASP.NET MVC standalone license will no longer ship Kendo UI and ASP.NET Core.
Telerik UI for ASP.NET MVC is now available as a standalone product as well as continuing to be part of Telerik DevCraft UI, Telerik DevCraft Complete and Telerik DevCraft Ultimate.

Telerik UI for ASP.NET MVC no longer includes Telerik UI for ASP.NET Core...

Show more

Please note: Starting December 1, 2023, any new Telerik UI for ASP.NET MVC standalone license will no longer ship Kendo UI and ASP.NET Core.
Telerik UI for ASP.NET MVC is now available as a standalone product as well as continuing to be part of Telerik DevCraft UI, Telerik DevCraft Complete and Telerik DevCraft Ultimate.

Telerik UI for ASP.NET MVC no longer includes Telerik UI for ASP.NET Core and Kendo UI.

Telerik UI for ASP.NET MVC 2025 Q1 (2025.1.211)

Released: Feb 12, 2025

Updates in 2025 Q1 (2025.1.211)

Features

  • Breaking Changes:
    • Starting with 2025 Q1, all users of Telerik UI for ASP.NET MVC will need to apply a valid license key file to both new and existing projects.
  • Common:
    • Added new OTP Input Component.
    • Added new Chart Wizard Component.
  • Dependencies:
    • Telerik Document Processing Library (DPL) version has been updated to 2025.1.205 (important security updates).
    • Fluent Theme Package (v.10.2.0).
    • Classic Theme Package (v.10.2.0).
    • Bootstrap Theme Package (v.10.2.0).
    • Default Theme Package (v.10.2.0).
    • Material Theme Package (v.10.2.0).
  • AIPrompt:
    • Added Microsoft.Extentions.AI integration demo.
  • AutoComplete, ComboBox, DateInput, DatePicker, DateRangePicker, DateTimePicker, MaskedTextBox, MultiColumnComboBox, MultiSelect, NumericTextBox, TextArea, TextBox, TimeDurationPicker, TimePicker:
    • Added support for configuring InputMode attribute of input elements.
  • ColorGradient:
    • Added size property.
  • ColorPalette:
    • Added size property.
  • ColorPicker:
    • Added Adaptive Mode.
    • Added size property.
  • FlatColorPicker:
    • Added size property.
  • Form:
    • Form ClearButton configuration.
  • PDFViewer:
    • Added PDFViewer: Annotations.
    • Implemented new script approach for PDFViewer HTMLHelper after the upgrade to pdf.js v4.
  • TabStrip:
    • Enhanced TabStrip scroll buttons.
    • Added size property.
    • Added support for TabStrip tabs alignment.
  • ToolBar:
    • Added ToolBar size property.
    • Added ToolBar scroll and section overflow modes.
  • Windows installer (MSI):
    • Upgraded WiX version from 3.14.0 to 5.0.2.
  • Visual Studio Extension:
    • Added "Download License Key" functionality.
    • Added CSP compatible versions of project templates.

Fixes

  • Common:
    • Fixed issue where an error is thrown by npm build due to missing 'kendo-version' module.
    • Fixed issue where source mapping does not allow debugging of kendo.all.min.js.
  • Chart:
    • Fixed issue where Chart setOptions() fails to reflect the noData chart overlay.
    • Fixed issue where Stacked Chart legend's colors are not in sync with series colors.
  • Chat:
    • Fixed issue where clicking scroll buttons submits the form containing the Chat.
  • DatePicker:
    • Added support for configuring InputMode attribute of input elements.
  • DateTimePicker:
    • Fixed issue where changing the AM/PM in the DateTimePicker using the arrow keys also changes the day.
  • Diagram:
    • Fixed issue regarding TypeError: diagram.exportImage(...).done is not a function.
  • DockManager:
    • Fixed issue where you are unable to drag tabbed DockManager panes.
  • DropDownList:
    • Fixed issue where binding an MVVM DropDownList to null data produces an error.
    • Fixed issue where change event is not fired when selecting an item with the keyboard in DropDownList.
    • Fixed issue where the initially selected option of a DropDownList filter menu is not set.
  • DropDownTree:
    • Fixed issue where DropDownTree input field does not show selected items correctly.
  • Editor:
    • Fixed issue where content in inline Editor is wrapped when its font style is changed.
    • Fixed issue regarding Duplicate Editor tools in the more tools menu and the toolbar.
    • Fixed issue where clicking on disabled Editor tools such as Outdent removes the focus from the edit area.
    • Fixed issue where Inline Editor removes Toolbar items when it is set as resizable.
    • Fixed issue where the name of the custom tool in the Editor is not added as a class in the element.
  • Gantt:
    • Fixed issue regarding missing last row in Gantt exported to PDF.
  • Grid:
    • Fixed issue where Grid ScrollToItem throws an error with virtual columns.
    • Fixed issue where CTRL + END is not working on a Grid with column virtualization.
    • Fixed issue where ColumnMenu in Grid is not scrollable.
    • Fixed issue where the last column of the Grid is different color when a hidden column is sorted.
    • Fixed issue where SaveButton() method does not render Cancel Command in Grid's Toolbar Template.
    • Fixed issue where the k-toolbar-solid class is missing in the MVC Grid's toolbar.
    • Fixed issue where preventing Excel export does not work.
    • Fixed issue where Grid is lacking header classes when created from HTML table.
    • Fixed issue where script tag gets executed on drag when encoding is enabled in Grid.
    • Fixed issue where last item of Grid e.sender.items is undefined.
    • Fixed issue where the k-sorted class is applied to the incorrect column when the sorted column is hidden.
    • Fixed issue where Grid Column filter input is not focused when you click on it.
    • Fixed issue where Aria labels for Grid row filter inputs are not descriptive.
    • Fixed issue where sorted styles are incorrectly applied to the Grid last column.
    • Fixed issue where RTL Grid with horizontal scrolling scrolls to the last column instead of the first.
    • Fixed issue where ColumnMenu groups in combination with multi-column headers gives an error.
    • Fixed issue where DatePicker min does not take effect in Grid when culture is set.
    • Fixed issue where Grid column menu does not disable last checkbox when the menu option for command column is set to false.
    • Fixed issue where Download Builder Tool does not add all dependencies for Grid.
    • Fixed issue where Grid row reorder triggers Destroy transport.
    • Fixed issue in Grid where locked cells without content cause the row to grow larger.
    • Fixed issue where Grid table goes outside the border of the widget on window resize.
    • Fixed issue where Kendo Grid resize handle not working with virtual scroll.
    • Fixed issue where you are unable to drag and drop the first unlocked Grid column as the last locked column.
    • Fixed issue where the cellClose event of the Grid doesn't fire when the value is modified and the cell is closed.
    • Fixed issue where ForeignKey column does not use the EditorTemplate.
    • Fixed issue where the initially selected option of a DropDownList filter menu is not set.
    • Fixed issue where Column Menu with Component Type "modern" is not translated.
    • Fixed issue where empty Grid fails accessibility check as it has element with role="rowgroup", that does not contain row elements.
    • Fixed issue where using the setOptions() method in an MVVM Grid causes two read requests.
    • Fixed issue where filterMenuOpen not triggered when enabled adaptive rendering of Grid.
    • Fixed issue where Filter menu position is not correct when opened for the first time.
  • Menu:
    • Fixed issue where Menu throws error on second click on mobile devices.
    • Fixed issue where Menu doesn't close on mobile devices.
  • MultiSelect:
    • Fixed issue where MultiSelect duplicates selected item.
  • Popover:
    • Fixed issue where the hide method doesn't hide the Popover when toggleOnClick is set to true.
    • Fixed issue where JS error is thrown by Popover action click handler.
  • Scheduler:
    • Fixed issue regarding Scheduler header and table misalignment when the browser is zoomed.
    • Fixed issue where unexpected add event triggered on editing an existing event of Scheduler with eventTemplate containing a table element.
    • Fixed issue where Scheduler change event does not fire when selecting the last slot after previous selection.
  • Slider:
    • Fixed issue where Slider's increase and decrease buttons are focusable.
  • Splitter:
    • Fixed issue where Splitter's methods do not behave as expected.
    • Fixed issue when the splitbar is focused, the page scrolls down.
  • Spreadsheet:
    • Fixed issue where Spreadsheet saveAsExcel throws an error.
  • TabStrip:
    • Fixed issue where TabStrip doesn't switch to scrolling when resized smaller.
  • TaskBoard:
    • Fixed issue where TaskBoard Execute Event - MoveCardCommand is not prevented.
  • TimePicker:
    • Fixed issue regarding Modern TimePicker incorrect value when using the keyboard.
    • Fixed issue where TimePicker filter dropdown list does not show all time slots after clearing the filter.
  • TreeList:
    • Fixed issue where TreeList sends only 3 delete requests for parent row with more than two children.
    • Fixed issue where dragging reverted when moving with draghandle below same-level item.
  • Upload:
    • Fixed issue where Upload's dropzone message disappears when dragging a file.