Hello Telerik support team,
I have an ASP.NET MVC project made in .NET Framework 4.6.2
It is using a local directory with files of version 2022.2.510 of Kendo UI. These are the contents of /lib/KENDOUIMVC/2022.2.510.545 of my project:
Kendo.Mvc.dll* cs-CZ/ el-GR/ fr-FR/ pl-PL/ ru-RU/ tr-TR/
Kendo.Mvc.xml da-DK/ es-ES/ he-IL/ pt-BR/ sk-SK/ uk-UA/
ar-AE/ de-DE/ export/ it-IT/ pt-PT/ spreadsheet/ zh-CN/
bg-BG/ distribution.xml fr-CA/ nl-NL/ ro-RO/ sv-SE/
I want to make use of the DropDownButton component in this project, and I tried the example code from this page:
https://demos.telerik.com/aspnet-mvc/dropdownbutton
I get this error however:
'WidgetFactory<InvoiceFilterViewModel>' does not contain a definition for 'DropDownButton' and no accessible extension method 'DropDownButton' accepting a first argument of type 'WidgetFactory<InvoiceFilterViewModel>' could be found (are you missing a using directive or an assembly reference?)
So I believe the DropDownButton is not available yet in the version of Kendo that I am using.
My questions;
1. Is it possible to upgrade my version of Kendo in the same way as have already? I tried looking in the downloads section, but I don't see the bundle of files I need. The source code bundles contain many different files. If this is not possible, can you then please tell me the alternatives?
2. Is it possible to see which versions a component is supported for on the Telerik documentation website?
I already applied an alternative using the DropDownList, but this does not really satisfy the requirements as a DropDownButton would. Note that upgrading the .NET version of this project is (sadly) not a possibility for me at the moment.
And a little side note, it seems this link is broken when clicking on the red "Documentation" button:
Page with the button: https://www.telerik.com/aspnet-mvc/dropdownbutton
Broken link: https://www.telerik.com/aspnet-mvc/documentation/getting-started