Completed
Last Updated: 25 Mar 2024 13:34 by ADMIN
Created by: Marcel
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
0

I'm using the ClientTemplate-Feature to render buttons for CRUD-actions in grids. For one entity I have to use a TreeList instead of a Grid due to parent-child relations. It would be great if I could use the same templates I use for the grid for the treelist as well.

Example:

columns.Bound(x => x.UserName)
        .ClientTemplate("<a href='" + Url.Admin().Account() + "/#= Id#/edit'>#= UserName #</a>")
        .Width(300);
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.

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.
Completed
Last Updated: 31 Jul 2018 11:10 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
3
It would be nice to have a MultiColumnComboBox as we have it already in WinForms.
A MultiColumnComboBox is a special case of combo box control with Grid integrated in its drop-down. The control combines the functionality and features of DropDownList and Grid.

https://docs.telerik.com/devtools/winforms/multicolumncombobox/multicolumncombobox
Completed
Last Updated: 07 Jun 2021 13:17 by ADMIN
Created by: Leo
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
The datasource for ComboBox object does not support lambda expressions like ListView (and many other objects). These 'hardcoded' strings are error prone and is causing headaches when altering modelschema's.

DataSource(ds =>
    {
        ds.Custom()
        .Sort(sort => sort.Add("PropertyName").Descending())
        .Transport(tr => 
            tr.Read(read => read.Action("Action", "Controller"}))
        );
    })
Completed
Last Updated: 10 Jun 2021 06:41 by ADMIN
Please take a look at this issue where DDLs and CoboBoxes won't submit their values the second time after validation fails and the required field is entered.
This was reported back in 2015 and is still unresolved. 
https://www.telerik.com/forums/kendo-validation-does-not-work-the-second-time
Completed
Last Updated: 27 May 2021 07:07 by ADMIN
Created by: Imported User
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
6
In Kendo editor 
Add lines of text with and leave gaps in between lines
Try to copy text by selecting all text
All empty line breaks are erasing itself and left only texted lines but not empty lines
This behaviour found only in 2017 release

You can find this behaviour even in kendo edito demos
Completed
Last Updated: 25 Aug 2021 12:54 by ADMIN
Created by: Marcin
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
25
Cancellation token is widely supported in entity framework. And it has big benefits for long running queries to allow cancel them.

ToDataSourceResultAsync methods should support passing cancellation token as a parameter.
Completed
Last Updated: 16 Feb 2021 10:53 by ADMIN
Created by: Bryan Patrick
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Please add a CheckBoxList control for Kendo/MVC.  I see that DevExpress has one but I've been with Telerik for years.

https://demos.devexpress.com/MVCxDataEditorsDemos/Editors/CheckBoxList
Completed
Last Updated: 11 Jan 2021 14:33 by ADMIN
Created by: Stuart
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Allow Custom Templates to be added to the MVC Gantt Chart Widget. 
Completed
Last Updated: 17 Oct 2018 15:18 by Telerik Admin
Created by: Imported User
Comments: 5
Category: UI for ASP.NET MVC
Type: Feature Request
8
Completed
Last Updated: 07 Jun 2018 12:32 by ADMIN
Kendo UI implements all the functional features of Web From's RadDropDownTree control  
Checkboxes
CheckAll and Clear Buttons
Filtering
Server-side Templates
TextMode
Validation
http://demos.telerik.com/aspnet-ajax/dropdowntree/examples/overview/defaultcs.aspx
Completed
Last Updated: 08 Jun 2021 11:30 by ADMIN
ADMIN
Created by: Viktor Tachev
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Currently <EditorName>For is not available for the DateInput wrapper. This feature is available for the other editors.
Completed
Last Updated: 10 Jun 2021 06:50 by ADMIN
[Applied through to MVC]
For entering data in the grid it will be great to have the grid be able to maintain the cell position when updates are triggered through the grid. 

So that after the update, for all cases (batch, autosync, scrollable, etc), the position in the grid is maintained and navigatable through common keyboard actions such as: tabbing to the next, shift+tab to the previous, etc.

The main goal being for users to have an easy and smooth time navigating the grid and making edits without having their default position wiped and view jerked to another position in the grid after a save/databind/sync is made. 

A high value case for this is when both autosync and scrollable are turned on; though it will certainly bring value to users and their user experience for a great many usage cases.

It is a disappointing surprise for a 3rd party tool to not have this functionality.
Completed
Last Updated: 10 Jun 2021 06:38 by ADMIN
Created by: alley
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
I want tree view all of it to be listed without mouse or click ,and to be as list of items that tree view list them
what im saying i have list ,i pass it to tree view,tree view display all with all its sub trees
without click or mouse over
Completed
Last Updated: 14 May 2021 11:01 by ADMIN
Created by: kasi
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
8
Currently telerik MVC grid with DateTime column render datetime in local time zone. Nothing but if browser is accessing the site from CST time zone, grid automatically converting EST time to CST and shows value in CST.  We have seen workaround as saving and showing data in UTC format. However this is not acceptable for some business scenarios.
It’s better to have option to enforce grid to render date time as is input data. So that it will show consistent date time irrespective of local time zone.  
Completed
Last Updated: 07 Jun 2021 07:54 by ADMIN
Created by: Dan
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
2
In order to use a kendo combobox in an editable kendo grid, you have to bind it to an object with two properties (1 for the value and 1 for the text) - unless you happen to be in the fairly unusual scenario where the value and text are the same.

However, in a standard form, you can only bind a kendo combobox to a primitive type for the value.  There is no way to bind to an object, which is required in the context of a kendo grid. 

So what is required in the grid, is not supported in a standard form.  I don't understand the complexities of why that is, but this inconsistency does not make for a good developer experience.  It results in either creating different EditorTemplates for the two cases, or binding to the generic "object" - which introduces other challenges / issues.  Also - it means there is no good way to post the text back to the server when the kendo combobox is used in a standard form.

See here for more details:
https://www.telerik.com/account/support-tickets/view-ticket?threadid=609934
Completed
Last Updated: 10 Jun 2021 06:32 by ADMIN
need button for downloading files from file browser in telerik ui for mvc/kendo mvc

thanks
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: 03 Apr 2024 07:45 by ADMIN
Release 2024 Q1
Created by: Victor
Comments: 21
Category: UI for ASP.NET MVC
Type: Feature Request
25
The Grid should allow switching between case sensitive and case insensitive filtering.
1 2 3 4 5 6