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: 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: 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: 21 Jan 2021 06:29 by ADMIN
A lot of our applications contain a number of prompts for activating certain processes.  These include DropDownLists, DatePickers, etc.  Most of these controls have <widget>For wrappers for binding to a model's properties for sending back to an Controller/Action.  Some of the KendoUI widgets do not have this functionality so we are currently unable to easily submit data back for all of our controls in one model class.  We would like to be able to do this for ListView and Grid.  ListView to return a IEnumerable<class> for all of the selected rows.  And the same for Grid.  GridFor to return a IEnumerable<class> for all of the selected rows.  We need some way to bind all of our widgets inside a form to a single model that has numerous properties so we can get/post to a Controller/Action and have all of that data available very easily witihn one class...and implemented in a consistent manner for all widgets.  ListView and Grid are just 2 that we need right now, but would certainly like for all MVC Widget wrappers to always have <widget>For extensions as a standard practice.  We believe this will make the KendoUI product stand-out among all of the available options and be the easiest to work with.  We want to make our developers highly productive and this will go a long way towards that end.
Declined
Last Updated: 10 Jun 2021 11:02 by ADMIN
As a suggestion for future development, make Kendo compatible with RazorGenerator.Mvc per this link: http://blog.mirajavora.com/re-use-mvc-views-across-projects-with-razor-generator
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: 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: 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: 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.
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
Declined
Last Updated: 29 Apr 2021 10:52 by ADMIN
Make it possible to use custom names for the unit test and OpenAccess projects while creating a new Kendo UI for MVC project.
Declined
Last Updated: 10 Jun 2021 10:57 by ADMIN
When using Html.Kendo().DeferredScripts() possibly bundle all the controls initialization in one single jQuery initialization function, instead of a call for each of the deferred controls.
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: 10 Jun 2021 10:56 by ADMIN
For R# action annotations details please check the following link - http://blogs.jetbrains.com/dotnet/2011/12/providing-intellisense-navigation-and-more-for-custom-helpers-in-aspnet-mvc/

And regarding additional actions for url builders - usually I have the action which provides the data for the grids in the same controller so I would prefer to write "... .Read(read => read.Action("LoadSitesData", new { id = Model.StudyId })" instead of "... .Read(read => read.Action("LoadSitesData", "StudySitesAdministration", new { id = Model.StudyId })"
Declined
Last Updated: 07 Jun 2021 13:43 by ADMIN
Created by: max m
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
5
That will make web pages load faster
http://developer.yahoo.com/performance/rules.html#js_bottom
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: 07 Jun 2021 13:34 by ADMIN
Created by: Dan
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
4
Not sure if this problem is specific to the MVC wrappers or not, but right now, you can not access a kendo control from document.ready unless your code is output after the control is rendered.  That is counter intuitive to the way document.ready is generally used - it should not matter where the code lives on the page.  The solution I would like to suggest is to add init events to the controls, so code can be run when the widget loads on the page, without the order of code mattering on the page.  Here is a related support ticket for reference:

http://www.kendoui.com/account/support-tickets/reply-thread.aspx?threadid=611076
Declined
Last Updated: 03 Jun 2021 11:29 by ADMIN
Created by: Nathan
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
3
Add some demos/samples for using MVC with VB particularly where Lambdas are involved in the C# example which stops them being converted to VB using the online conversion tools.
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.