Completed
Last Updated: 20 Nov 2014 20:46 by ADMIN
Created by: Böckle
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
I would appeciate the ability to define an edit template (like the detail template) in the grid (for Inline or popup editing), in order to have complete control about the layout and functions. Also the usage of all controls should be possible (nested grids).
Declined
Last Updated: 20 Nov 2014 20:35 by ADMIN
Created by: Bing
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
add maximize, minimize or close actions on sortable panel demo
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: 20 Nov 2014 19:10 by ADMIN
Created by: Imported User
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
2
I've downloded a free Kendo UI Trial. Unfortunately there aren't StockData.mdf in Template project. Can you fix this issue? I'm choosing component base for our company and it realy prevents me.
Completed
Last Updated: 20 Nov 2014 18:55 by ADMIN
Created by: Chrys
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
6
Create an mvc reportviewer control for MVC so that you don't have to hack it with an aspx page inside of razor view engine. Should work similar to the devexpress mvc reportviewer control.
Completed
Last Updated: 20 Nov 2014 18:41 by ADMIN
Created by: cameron
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
41
Support drag and drop in the MVC Wrapper for the Kendo Grid.
1. Be able to drag and drop rows within the same grid to change the order of the rows.
2. Be able to drag and drop rows from one grid to another.
3. Support multi-selectiong of rows and dragging and dropping them
4. Customize drag and drop events for the grid.  Example: When dragging rows from one grid to another, be able to modify the drop functionality.
Completed
Last Updated: 17 Jul 2014 14:42 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
3
Update Kendo project template so that it is compatible with ASP.NET and Web Tools 2012.2.
Declined
Last Updated: 21 Feb 2014 14:08 by ADMIN
 in Thailand use Year is Buddhist Datepicker not work and another  problem can't not research in google so another tools is cool

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
Completed
Last Updated: 07 Feb 2014 15:20 by ADMIN
Created by: Ian
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
2
The Multiselect control hardcodes the style of the Placeholder to Arial, 13px. Please make this either have HtmlAttributes or put a style on it, that can be overwritten.
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.
Completed
Last Updated: 25 Nov 2013 15:16 by ADMIN
Created by: Imported User
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
1
Presently, there's no way to pass a parameter to the Deferred function. If i have a need to make the control deferred depending on a condition, i have to write the code this way:

@{
    var treeView = Html.Kendo().TreeView()
        .Name("aName");
        
    if (this.IsAjax)
    {
        treeView.Deferred();
    }
    
    treeView.Render();
}

It would be great if we could pass a parameter that way:

@(
    Html.Kendo().TreeView()
        .Name("aName")
        .Deferred(this.IsAjax)
)
Declined
Last Updated: 25 Sep 2013 11:39 by ADMIN
Created by: Imported User
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
3
As the DropDownListFor object has both a "DataValueField" and "TextValueField", i find it frustrating that the AutoCompleteFor object only has a "TextValueField.  This makes it cumbersome to actually get the ID and make it part of the MVC model binding.   Have a DataValueField would greatly simplify MVC model binding for the types of projects that I'm involved in.
Declined
Last Updated: 18 Jun 2013 18:14 by ADMIN
Created by: Tolga Erdogus
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
2
Sometimes it is necessary to be able to define certain fields as editable during and edit but not create or vice versa.

So, we should have the option to not show some of the model fields during edit and possibly not show a different set of fields during create.
Declined
Last Updated: 14 Jun 2013 18:16 by ADMIN
Created by: Michael Sogos
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1
Why you not create a radio button list and a checkbox list with model binding
Declined
Last Updated: 12 Jun 2013 23:24 by ADMIN
I believe the intent of the component Kendo is very good, but this in a very early stage. For example, resource error in Portuguese language
Completed
Last Updated: 07 Jun 2013 19:28 by ADMIN
For example if you use grid in Client mode it's use case sensitive sorting without any post-back to server which is real cool. But in situation when you need to export grid data to(csv, pdf...) you can pass sorting options from grid to server, collect all data from DB and create exported document. BUT for example SQL server use case insensitive default sorting, so exported documen will not have same data order like grid.
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: 10 May 2013 15:12 by ADMIN
Created by: Arnab
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
It will be helpful if we have insert table, add/delete rows or columns button on the toolbar. I have seen Radeditor toolbar for Asp.net Ajax by Telerik. It will be great if more useful buttons are added on the toolbar.