Completed
Last Updated: 11 Jun 2021 14:44 by ADMIN
Created by: chris kidd
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Most of the time DefaultValue isn't known.  Allow us to enter null or don't require it.
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
Completed
Last Updated: 11 Jun 2021 12:50 by ADMIN
It doesn't seem possible to set the width or height of gauges through the MVC server wrappers. This is useful functionality that should be easy to implement.
Completed
Last Updated: 11 Jun 2021 11:15 by ADMIN
Created by: Stéphan Parrot
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1
It would be nice to be able to set options other than the window's title and set events on the window that is exposed by the grid editing options.
Completed
Last Updated: 11 Jun 2021 11:17 by ADMIN
Created by: Troep
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
html select has a groupoption tag, and also the possibility to add classes or styles to indivual rows in a combobox.

With it, you can combine the items in a combobox in groups/categories.

Styling could ofcourse be done by using custom-templates
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
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: 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: 09 May 2019 09:39 by ADMIN
Created by: Dan
Comments: 3
Category: UI for ASP.NET MVC
Type: Feature Request
1

Telerik UI for ASP.NET MVC version for custom datasource in the Read method of Transport does not support the method Data(string handler) in order to send additional parameters.

Kendo UI version supports this.

https://docs.telerik.com/kendo-ui/api/javascript/data/datasource/configuration/transport.read#transport.read.data

Is there a workaround for this?

Completed
Last Updated: 07 Jun 2021 12:57 by ADMIN
Created by: Jim
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1

This is in reference to the following forum post:

https://www.telerik.com/forums/helper-for-textbox#lpm4Co4Zy0-PHGzJD_E2mA

 

For consistency in the MVC product, it would be a good idea to expose built-in events such as the "change" event for the generic Html.Kendo().TextBox helper. This is provided for other controls like the DateTimePicker and even NumericTextBox (https://demos.telerik.com/aspnet-mvc/numerictextbox/events) but not for TextBox.

As mentioned in my post, this is not an insurmountable problem. I can do what I need by diving "down" into jQuery, but it would be nice to be consistent.

Unplanned
Last Updated: 13 Jan 2021 08:42 by ADMIN
Created by: Bruce
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1

Currently, when an event that is grouped by multiple resources is dragged, it automatically updates the selected resource data with the one that corresponds to the drop target.

The more appropriate behavior would be to be to automatically preposition the event for the rest of the selected resources.

https://dojo.telerik.com/OPepavOr/2

Completed
Last Updated: 03 Jun 2021 11:23 by ADMIN
Created by: MG-Hakan
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
A feature like devexpress MVC "Insert DevExpress MVC Extension" would be a great help preparing an MVC cshtml mark-up with Telerik MVC extensions.
Completed
Last Updated: 22 Jan 2020 12:13 by ADMIN
Although the Tree view is very powerful on displaying the tree structure, modifying it is very frustrating. We almost go for a separate module for maintaining the info. SOme examples here may be very helpful, especially for Kendo novices. 
Completed
Last Updated: 11 Jun 2021 14:39 by ADMIN
add a VS extension to place and configure  widgets in the view with corresponding action methods.
The heavy data aware widgets (grid, scheduler) first.
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.
Completed
Last Updated: 14 May 2021 09:09 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
We have a web page critical to the web application. In the absence of a suitable MVC widget we had to use a ASP.Net WebForm ListView control along with ASP.Net Ajax (Accordion for expand/collapse functionality) and JQuery (for client side validation). 
 
The web page accomplishes the following key functional requirements –
 
a. Ability to group products –  Using ASP.Net Ajax we were able to provide the expand / collapse visual effect.
 
b. Ability to enter order quantities very quickly -  a lot of stores place orders at the last minute  (5-10 minutes before order deadline) for valid reasons.  The web page provides a text box inline for quick entry.  On a desktop, the user can traverse the rows within the group using the tab key.   The web page typically contains 150 –  200 products for entry.   With Telerik MVC Grid widget, in the absence of inline editing, having to click on Edit/Update/Cancel buttons dramatically increases the number of clicks / touch / swipe.  Besides, it creates a real estate issue on smaller form factors.  
 
c. Real time validation – using JQuery we were able to validate the row as and when the quantity was entered.  Any error would show below the row in question.  The error would continue to show until the quantity was revised.  The error however, will not stop the user from entering quantities on other rows.  This approach lets the user review any errors in the end.
 

The closest MVC widget we could use from the Telerik collection was the grid widget with grouping.  However, it falls short on points b and c above.  There is probably some workaround available but then we would lose the LOW CODE advantage.
Declined
Last Updated: 14 May 2021 10:47 by ADMIN
Created by: Rami Abughazaleh
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Currently, if I want to bind an ASP.NET TreeList to an OData DataSource, I have to define the data source using a javascript object:

https://demos.telerik.com/aspnet-mvc/treelist/odata

https://demos.telerik.com/aspnet-core/treelist/odata

I would like to be able to be able to define the OData DataSource using ASP.NET Razor syntax just like the Grid:

https://demos.telerik.com/aspnet-mvc/grid/odata
https://demos.telerik.com/aspnet-core/grid/odata

Thank you.