Declined
Last Updated: 12 Jun 2015 16:22 by Robert
Created by: Developix
Comments: 19
Category: UI for ASP.NET MVC
Type: Feature Request
83
Option to change button type (like in Telerik MVC)

columns.Command(commands =>
        {
            commands.Edit().ButtonType(GridButtonType.Image);
            commands.Delete().ButtonType(GridButtonType.Image);
        })
Declined
Last Updated: 23 Mar 2015 17:35 by ADMIN
Created by: Meerkat
Comments: 4
Category: UI for ASP.NET MVC
Type: Feature Request
3
I think you should seriously consider a .Placeholder option for the Datapicker controls. Other controls like the ComboBox have this and it is a great pity that it is not available for the DatePicker as well. It would be nice to see something like "Please enter your birthday" 
Declined
Last Updated: 03 Sep 2012 00:59 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Add ASP.NET MVC Wrappers to Nugget to import kendoui easily into new projects.
Declined
Last Updated: 24 May 2013 20:10 by ADMIN
Created by: Babak
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Hello, double click on tabStrip tab in loadContentFrom mode open loadContentFrom parameter in new page.
this is a bug.
Declined
Last Updated: 25 May 2021 09:47 by ADMIN
Created by: loi
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
4
Please consider adding a short-hand method to set the id of form element widgets such as:
Html.Kendo().DatePicker().Name("StartDate").Id("FormA_StartDate");

The code above looks a lot cleaner and more fluent and the one below.
Html.Kendo().DatePicker().Name("StartDate").HtmlAttributes( new { id = "FormA_StartDate"} );

This really comes in handy when building large single page application (SPA) where many entry forms are loaded onto a single page. Manually setting the Id property for widget elements help avoid potential html elements' id conflicts when we have Kendo form widgets of the same name.
Declined
Last Updated: 25 May 2021 09:46 by ADMIN
Created by: Victor
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
5
I would like the possibility to use client details templates for server bound grids (and maybe other components). That is - the main grid should be fully loaded when the page loads (without ajax requests), but the details should be loaded on demand (when clicking the > icon) via ajax.
Declined
Last Updated: 18 Oct 2012 15:31 by ADMIN
Right now we when using both server and client binding have to write all templates (and details templates) twice, I really hope you can find a way to configure them the same way. Maybe the #= syntax can be parsed on the server or maybe, even better, the t => t.Column syntax could be translated to client code?
Declined
Last Updated: 20 Jun 2019 13:17 by ADMIN
Created by: Imported User
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
4
Also add appropriate dependencies to the current package like JQuery version. So in this case the MVC would be dependent on the main Kendo package and the Kendo package would depend on JQuery.
1 2 3 4 5 6