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: 02 Sep 2015 13:52 by Gabriel
Created by: Gabriel
Comments: 3
Category: UI for ASP.NET MVC
Type: Feature Request
2
It would be great to be able to dynamically add Multi-Header columns in grids. Something similar to this http://stackoverflow.com/questions/30808655/dynamic-multi-header-column-in-kendo-mvc-grid

Declined
Last Updated: 26 Jun 2015 17:45 by ADMIN
Created by: Peter
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
When using the NoRecords template that was just introduced in Q2 2015. If the grid has pagaing enabled, the NoRecords template appears below the paging row which looks awkward, since the grid is empty. It would be nice that if paging is enabled on the grid, and the NoRecords template is triggered, hide the paging row.
Declined
Last Updated: 22 Jun 2015 14:04 by ADMIN
Created by: Christoph
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
2
In cases where the number of tabs in TabStrip Control is big and they don't fit the container size I believe a feature where the exceeding tabs should appear in OverflowPopUp, like the way it happens on the ToolBar Widget is going to be highly acceptable. Currently there exists only one workaround in cases like this, which is, make the TabStrip scrollable. I believe this option is totally outdated
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: 09 Jun 2015 13:42 by ADMIN
Declined
Last Updated: 08 Jun 2015 09:28 by ADMIN
Created by: Prashant
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Illegal characters in path.
  ~/Content/kendo/fonts/DejaVu/DejaVuSans-Bold.ttf) format("truetype"
Declined
Last Updated: 01 Jun 2015 15:36 by ADMIN
Created by: Justin
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
If I have a splitter with two horizontal panes, the right pane will adjust, but the left pane will not. The pane splitter itself will not move, and does not allows the left pane to adjust. This often prevents a responsive page.
Declined
Last Updated: 29 May 2015 11:18 by ADMIN
Created by: soniya
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Hi,
Mvc KendoGrid With ajax call is not working,it only returns Json.
Declined
Last Updated: 23 Mar 2015 17:35 by ADMIN
Created by: William
Comments: 6
Category: UI for ASP.NET MVC
Type: Feature Request
47
We want to generate PDF files with the grid configuration, i.e. with aggregates, grouping and basic formatting options; expecting can generate an appearence very close how the grid are presented.

Thanks.

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: 12 Mar 2015 13:32 by ADMIN
Created by: James
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
The Save Changes and Cancel Changes are are always enabled.  Make it so they are enabled if there are any uncommitted changes and disabled if not
Declined
Last Updated: 01 Dec 2014 10:16 by ADMIN
Created by: sathwik
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
1
I have edited the kendo grid example and i will post the code where i am able to replicat.
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.
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
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.