Declined
Last Updated: 20 May 2021 11:21 by ADMIN
Created by: nadech
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
3
Wp10
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.
Declined
Last Updated: 13 May 2021 07:21 by ADMIN
Created by: Morteza
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
7
It would be nice if grid could load edit and create forms from server side by get request.and then save them by post request. it would be much more easier if  some fields in edit/create form could be saved without  loading in grid. 
And also there would be much better control on load data if it is possible to check some conditions in edit form through server.
At the end I suggest to change grid widget to:
@(Html.Kendo().Grid<Model>()
  .DataSource(ds => ds
    .Ajax()
    .Read(r => r.Action("FillGrid", "Controller"))
    .GetCreateForm(c => c.Action("Create", "Controller", "Get"))
    .Create(c => c.Action("Create", "Controller", "Post"))
    .GetEditForm(u => u.Action("Edit", "Controller", "Get"))
    .Update(u => u.Action("Edit", "Controller", "Post"))
)
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: 21 Jan 2021 07:25 by ADMIN
Created by: Imported User
Comments: 5
Category: UI for ASP.NET MVC
Type: Feature Request
8
Kendo UI MVC server-side wrappers are much more easier to work with but not possible to do a full SPA application and UI experience is slow.

Can you come with an idea to allow development using server-side wrappers but then deploy application as client-side SPA converting  server-side wrappers to client-side SPA code?
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: 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.
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?

Declined
Last Updated: 09 Apr 2019 14:37 by ADMIN
Created by: Jay
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
4
Create a PDF file viewer (like the one in WPF) so users can view PDF files in the web application. And can also control who can read, copy and/or print
Declined
Last Updated: 26 Feb 2019 06:37 by ADMIN

This request feature is tied to ticket #1388825. Refer to that ticket for the illustration of the problem I am referring to. 

Given two splitter windows, all I require is to populate one splitter window with some data related to the other splitter window.

In my case, one Telerik splitter window has a simple 3-level Telerik tree control. When the 3rd level is clicked on, I want the other Telerik splitter window containing a Telerik grid to display details of what was clicked on. This requires an AJAX call to avoid having to reload the tree control.

However, while working with Support, there seems to be a very high degree of rocket science and uncertainty involved with implementing this scenario. 

I would have thought with great certainty that the functionality I need would be clearly documented somewhere in the Telerik doc database. I am still amazed that I might the first person who has this problem.

So, this feature request is to essentially provide very clear and competent documentation on the design pattern one needs to implement AJAX calls which pass data between two Telerik controls. At the very least, it would document the design pattern for the scenario I described above.

Maybe this cannot be done in the 21st Century yet. I don't know what is involved. I'm just a backend developer who purchased a Telerik license so I would not have to spend the rest of my life trying to learn Javascript.

 

Thank you,

Jay

jaylauriano@hotmail.com

 


Declined
Last Updated: 18 Jan 2019 13:57 by ADMIN

I'm using drawing.drawDOM to create a PDF. I have to make a table of contents in the beginning of the PDF. I've got two issues:

- How do I link to another section of the PDF? <a href="#conclusion">Conclusion</a> and then later <a name="conclusion"></a> doesn't seem to work :-/

- How do I figure out on which page a specific part of the document is being rendered? In my TOC I would like to say "Conclusion....page 22".

Declined
Last Updated: 26 Jan 2018 16:55 by ADMIN
Created by: Imported User
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
2
Please add support for the following:

1. Out of the box support for ComboBox grid column which supports nullable values. Currently you have to set a default value for a column which utilizes an editor template using a combobox, otherwise changes to that combox are not captured. The example provided here,https://www.telerik.com/support/code-library/binding-nullable-field-to-dropdownlist-editor-in-grid, works, however, once a change is made the combobox text is set to the value which renders the control ambiguous to the end user.

2.Similarly, there is an issue that occurs when using Server Filtering for comboboxes where the Id is returned but then the combo box text is set to the ID.

I really appreciate the Grid and Combobox features and use them in all of my projects, but these two issues have cost me hours and countless headaches trying to come up with workarounds for things that should work out of the box.

Thanks
Declined
Last Updated: 10 Jan 2018 14:50 by ADMIN
Created by: imane
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Hi  I have some question the "ustr" i want use diagram  "https://demos.telerik.com/aspnet-mvc/diagram" link and i don't know what code it's use in method 

public ActionResult _OrgChart(){return Json(DiagramDataRepository.OrgChart(), JsonRequestBehavior.AllowGet);}

please i want to help what i do
Declined
Last Updated: 20 Feb 2017 08:22 by ADMIN
Created by: Amit
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1
Customer wise live chat support required 
Declined
Last Updated: 07 Feb 2017 13:20 by ADMIN
I am using kendo chart with dynamic series with dynamic legend name.If i want to click on one legend item its getting hidden.but if i am going to a another page it is not hidden again it is refreshed .
I want to store these legend items throughout all the pages as hidden.Please send me a solution to achieve this kind of scenario
Declined
Last Updated: 11 May 2016 09:02 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Please add Favourites/Bookmark features in ASP.net MVC. This feature is available only in WPF

Most of the websites would require this feature. I don't think none of the websites will be developed without this. I am not sure how this is been missed out in ASP.net MVC/Kendo.
Declined
Last Updated: 08 Feb 2016 12:35 by ADMIN
Created by: Bernd
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Please add support for your own ORM in the MVC scaffolding.
Declined
Last Updated: 02 Feb 2016 13:26 by ADMIN
Created by: Tim
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
1
When upgrading to Kendo MVC, the existing method renames the folder inside the kendo folder instead of the files.  This method of upgrading applications breaks them every time.

The MVC Bundle.config allows the use of the wildcard {version} for version changes.

Why not use this system instead of the upgrade method you use?
Declined
Last Updated: 28 Sep 2015 11:51 by ADMIN
Created by: Palanisamy
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Kindly create samples for kendo dynamic tile view in asp.net mvc