Unplanned
Last Updated: 03 Jun 2021 10:59 by ADMIN
Created by: Dan
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
2
Make the TreeList wrappers support the same functionality as the Kendo UI TreeList.  Make the method Height support also string values
Unplanned
Last Updated: 15 Jun 2020 13:46 by ADMIN
Add all of the supported Grid column properties to the GridColumnSettings class. Currently, only some of the options are added, which creates limitations when the LoadSettings option is used:

http://demos.telerik.com/aspnet-mvc/grid/columnsettings
Unplanned
Last Updated: 10 Jun 2021 06:55 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Implement kenfo.confirm with title
Unplanned
Last Updated: 04 Jan 2021 08:03 by ADMIN
Created by: Scott
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
16
I am using Kendo Spreadsheet for ASP.Net MVC and using it inside the Kendo window.

I need to customize the spreadsheet toolbar to add a custom button (Save) option for the users to save the spreadsheet.

I could see the reference for toolbar customization using Kendo UIJavascript , but not with MVC. Please suggest how to add a custom button in spreadsheet toolbar using MVC.
Unplanned
Last Updated: 20 May 2021 11:24 by ADMIN
Security Trimming feature will call AuthorizeAttribute.OnAuthorization internally, it would be nice to make sure that IsAccessibleToUser is thread safe.

Thanks
Unplanned
Last Updated: 25 Mar 2024 13:16 by ADMIN
Just like posted here (and declined) : http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/3844570-serialization-support-of-datasourcerequest-and-app

I would like to see a portable separate assembly that : 
- can be referenced both on ASP.NET MVC side and WCF server side.
- A DataSourceRequest and DataSourceResult class that serialize well in both SOAP and REST WCF.

Referencing Kendo from the Application server side also requires references to System.Web.Mvc, Razor pages, ... and others that shouldn't be necessary.
Unplanned
Last Updated: 02 Feb 2021 14:34 by ADMIN
Created by: Lee
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
7
When you export a sheet to Excel the Sheet is export as not-protected.  If there are cells that are locked then the user can edit them.  It would be really useful if you could specify tha a sheet were protected and when the sheet is exported it would be protected with a password.
Unplanned
Last Updated: 29 Jun 2021 06:39 by ADMIN
Created by: Mark
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1
Currently, you can accidentally click on the "X" when clicking on a spreadsheet  tab, which is very easy to do, and it instantly is deleted with no warning and no way to get it back.  

This is a serious problem for me, as I don't know of a workaround.  Suggestions:

1) Add a "Tab Deleted" event so that you can catch this and optionally cancel it.
2) Honor Workbook Protection in Excel so that you could prevent the tabs from being deleted.

Thanks,
Mark
Unplanned
Last Updated: 10 Jun 2021 12:45 by ADMIN
Would be great to limit the Locale files and / or make them specific to the locales you are actually using. e.g. only EN-NZ or EN-US
Unplanned
Last Updated: 01 Jul 2021 11:46 by ADMIN
Created by: Imported User
Comments: 3
Category: UI for ASP.NET MVC
Type: Feature Request
1
Probelm: 

Filterable Grid with a cell-type "number".
When this Cell will be filtered for the "number"-cell with the value "20", the value will automatically change to "20,00".
In order to remove this behaviour, you will have to asign a whole new kendo ui numeric textbox. (which is a littlebit too much).

Wouldn't it be better to asign a new cell option in the grid to avoid this problem?
Unplanned
Last Updated: 20 May 2021 11:20 by ADMIN
Created by: VnDevil
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
3
I'm using NumericTextBox in ASP.NET MVC now, and I don't see it support Mouse Wheel like control for ASP.NET AJAX?
Unplanned
Last Updated: 27 May 2021 07:26 by ADMIN
Created by: Nick
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
5
It seems that the default behavior of the control is to set autocomplete="off".  When setting using the .HtmlAttributes method int he MVC wrappers and setting autocomplete to something else this setting is ignored.

I propose that the HtmlAttributes method should adhere to all settings that are passed into it.

Example using the MVC Wrappers:

html.Kendo().MaskedTextBoxFor(e).Mask(mask).HtmlAttributes(new { @class = "form-control", autocomplete = "tel-national" })
Unplanned
Last Updated: 01 Jul 2021 11:42 by ADMIN
Created by: Imported User
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
4
Please implement more Grid-parity features for the TreeList widget. Unfortunately, the filter for enum values shows only a numeric up/down on a TreeList. Change this behavior to match the Grid filter: here, enum values are shown with their textual representation (and, if provided, the [Display] attribute is evaluated).
Unplanned
Last Updated: 27 May 2021 10:44 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Hi Telerik Team:

I have some suggestions

1.- Add Scafolding for TreeList UI for ASP.NET MVC 
2.- Add Cell Edit with template for TreeList UI for ASP.NET MVC

Thanks
Unplanned
Last Updated: 21 May 2021 05:41 by ADMIN
Current Telerik MVC wizards for converting a project or creating a new Telerik project adds all possible Telerik files to the solution and also new Views under the shared folder.

As it is now, I include about FIVE Telerik script and css files in my views, but my project includes about 600 Telerik files in the /content and /script folders together. That is not ok and makes for very large and unnecessary complex solutions containing mostly unused code that makes the project difficult to overlook for an outside developer. In our company we like the solutions to only include files that are actually used and not alot of dead code.

Also, it is difficult to know which files that is possible to delete since there might be internal dependencies between kendo files.

It would be great to be given some choices in the wizards, like would you like to install everything or answer a few questions to do a custom installation. Things that are unnecessary are for example to include localization and globalization support for All possible languages even though the user specifies only German support, and also to include the files for all possible themes even though the user specifies the Metro theme. Then you could add a change project settings wizard where the theme or language or other settings could be changed. The wizard would simply change the included .js and .css files. Also the *.cshtml files in the Shared folder should be optional to install, not always included. Those are just examples, it would be great to customize the installations as much as possible.
Unplanned
Last Updated: 29 Apr 2021 11:09 by ADMIN
Created by: Tieson
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
6
Currently, if a developer wants to include only those files required for the extensions that are actually used in a project, they have to either figure the requirements out manually, or use the Custom Download tool at http://www.telerik.com/download/custom-download.

It would make the Visual Studio extension much more useful if the same functionality was available there; instead of dumping all of the JS and CSS files into the project, allow the developer to select the wrappers to include, and only include the CSS (and relevant assets) for the selected theme.
Unplanned
Last Updated: 11 Feb 2020 15:24 by ADMIN
Created by: Ranga Surendra
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
2
Please consider adding charting capabilities to Pivot grid control.
Unplanned
Last Updated: 11 Jun 2021 08:33 by ADMIN
Created by: Pier-Luc
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
2
It would be nice to handle editor template directly in the grid's configuration. Very often we have to use a simple custom editor but we end up creating a new file every time.

Html.Kendo().Grid<Model>()
.Columns(cols=>
{
    cols.Bound(m=>m.SomeProp)
        .EditorTemplate(@<div>
            Html.Kendo().ComboBoxFor(m=>m) [...]
        </div>);
})
Unplanned
Last Updated: 29 Jun 2021 06:38 by ADMIN
Make DataSourceRequest  and MenuItem objects serializable to support sql server session management. My suggestion is to make all these type of objects serializable.
Unplanned
Last Updated: 10 Jun 2021 11:09 by ADMIN
Created by: Sean
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
3
In the normal ASP.NET control, a timepicker can have multiple columns just by setting a property. Not so, with the MVC version. In one of my applications, the time can span all day, so even with 30-minute intervals it can result in a lot of scrolling. I would prefer to have that same property available or at a minimum the ability to assign a custom template.