Declined
Last Updated: 29 Jun 2021 06:28 by ADMIN
Created by: Vasim
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
1
Buttons can be added to the toolbar as Enabled(true/false), it would be consistent to have the same option for Visible(true/false)

Currently the visibility can be changed via the API button.hide() or button.show(), however, not when initializing the toolbar using the MVC wrapper
Declined
Last Updated: 22 Mar 2023 16:01 by ADMIN

Aren't the files in the /Content/kendo/2023.1.314/ folder KendoUI version files, not MVC version files?

Below is the contents of the file after upgrading to the new version.

I thought it was strange, so I browsed the stylesheet folder of the newly installed version.

The folder contents of the previous version were as follows.

Isn't it a problem with the distributed installation files?

 

Declined
Last Updated: 09 May 2019 09:39 by ADMIN
Created by: Dan
Comments: 3
Category: UI for ASP.NET MVC
Type: Feature Request
1

Telerik UI for ASP.NET MVC version for custom datasource in the Read method of Transport does not support the method Data(string handler) in order to send additional parameters.

Kendo UI version supports this.

https://docs.telerik.com/kendo-ui/api/javascript/data/datasource/configuration/transport.read#transport.read.data

Is there a workaround for this?

Declined
Last Updated: 01 Jul 2021 10:35 by ADMIN
Hi!
Created by: RahulD
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Hi!
There should be something to post multiple grids data to controller. which was possible with serialize in telerik.
Declined
Last Updated: 20 Nov 2014 19:17 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Create a package for Django will make easier to implement Kendo UI to a project.
Declined
Last Updated: 10 Jun 2021 14:17 by ADMIN
Created by: quan
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
1
What's way to Apply DisplayTemplate(Annotation) for my Model with Ajax binding (Read) 
Declined
Last Updated: 24 Jun 2021 13:32 by ADMIN
Created by: Andrew
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
When user click on Edit/Add call custom url. To this url automate pass the ID(or viewModel for ASP.NET MVC) of current record (null if it's new record). This url have to return partial view for edit(or add) form (like template).
Declined
Last Updated: 14 May 2021 10:47 by ADMIN
Created by: Rami Abughazaleh
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Currently, if I want to bind an ASP.NET TreeList to an OData DataSource, I have to define the data source using a javascript object:

https://demos.telerik.com/aspnet-mvc/treelist/odata

https://demos.telerik.com/aspnet-core/treelist/odata

I would like to be able to be able to define the OData DataSource using ASP.NET Razor syntax just like the Grid:

https://demos.telerik.com/aspnet-mvc/grid/odata
https://demos.telerik.com/aspnet-core/grid/odata

Thank you.
Declined
Last Updated: 15 Jul 2021 07:23 by ADMIN
Created by: Arne
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
1
Possibility to iterate over all manually defined columns and f.i. set width or any other property. 
Declined
Last Updated: 10 Jan 2018 14:50 by ADMIN
Created by: imane
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Hi  I have some question the "ustr" i want use diagram  "https://demos.telerik.com/aspnet-mvc/diagram" link and i don't know what code it's use in method 

public ActionResult _OrgChart(){return Json(DiagramDataRepository.OrgChart(), JsonRequestBehavior.AllowGet);}

please i want to help what i do
Declined
Last Updated: 13 Dec 2013 15:44 by ADMIN
We are not able to perform aggregation method sum on Data Table decimal field, it will show "No generic method 'Sum' on type 'System.Linq.Enumerable' is compatible with the supplied type arguments and arguments. No type arguments should be provided if the method is non-generic." exception, It will be much useful for the user, once it is rectified.
Declined
Last Updated: 13 Dec 2013 14:37 by ADMIN
Column Menu has a list of columns available in the Grid, When we uncheck selected Column from list (that is hiding from the list). That time Column has to be close.
As of now, hiding column from the list using Column Menu makes Column Menu to jump to top corner of the browser.
Declined
Last Updated: 07 Jun 2021 12:09 by ADMIN
Created by: José Carlos
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1
Please consider implementing to have an option in the MultiSelect control to allow duplicate values.

The AutoComplete control can work with duplicates but only with text values and work with string value with a separator(s) defined. 
Declined
Last Updated: 20 Feb 2017 08:22 by ADMIN
Created by: Amit
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1
Customer wise live chat support required 
Declined
Last Updated: 10 Feb 2014 12:04 by ADMIN
i need to scroll and view the grid header content when there is no data.
even i used   .Selectable() but tat does not help me.please advice
Declined
Last Updated: 11 Jun 2021 14:38 by ADMIN
Created by: Simona
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
The serialization of a grid should be more lightweight. Texts are serialized multiple times - for each column and in case of several grids on a single view all texts are serialized many times.

The serialization of "standard-texts" can be optimized:

"filterable": {
                        "messages": {
                            "info": "Zeigt Zeilen mit Werten, die",
                            "isTrue": "ist richtig",
                            "isFalse": "ist falsch",
                            "clear": "Löschen",
                            "and": "Und",
                            "or": "Oder",
                            "selectValue": "-Wählen Sie-",
                            "value": "Wert",
                            "cancel": "Abbrechen"
                        },
                        "operators": {
                            "string": {
                                "eq": "Ist gleich",
                                "neq": "Ist nicht gleich",
                                "startswith": "Beginnt mit",
                                "endswith": "Endet mit",
                                "contains": "Beinhaltet", "doesnotcontain": "Beinhaltet nicht"
                            },
                            "number": {
                                "eq": "Ist gleich",
                                "neq": "Ist nicht gleich",
                                "gte": "Ist größer als oder gleich",
                                "gt": "Ist größer als",
                                "lte": "Ist kleiner als oder gleich", "lt": "Ist kleiner"
                            },
                            "date": {
                                "eq": "Ist gleich",
                                "neq": "Ist nicht gleich",
                                "gte": "Ist nach oder gleich",
                                "gt": "Ist nach",
                                "lte": "Ist vor oder gleich",
                                "lt": "Ist vor"
                            },
                            "enums": {
                                "eq": "Ist gleich",
                                "neq": "Ist nicht gleich"
                            }
                        }
                    },
Declined
Last Updated: 28 Sep 2015 11:51 by ADMIN
Created by: Palanisamy
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Kindly create samples for kendo dynamic tile view in asp.net mvc
Declined
Last Updated: 24 Sep 2015 10:58 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Kendo dropdown doesn't return correct selected index when scroll down "on next page"(scrolling view) and select there value. DDl shows correct text, bud index is incorect
Declined
Last Updated: 29 Jun 2021 06:26 by ADMIN
Imagine situation that you have 10 separate solutions - different software. In each you use Kendo library. If you want to update to the latest version you need to update in each project separately. How would you resolve such a issue instead of updating only one common project? Please add such a functionality.