Unplanned
Last Updated: 16 Feb 2023 08:25 by ADMIN
Created by: Reza
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1

There is a possibility to add Minimum/Maximum length validation in Kendo editor , but is is not user friendly. I am referring to method describe on the following website:

ASP.NET MVC Editor Component Add maxlength Validations - Telerik UI for ASP.NET MVC

What I am looking for would be easier way just by adding some attribute so the code should be like the following:

@(Html.Kendo().Editor() .Name("editor") .HtmlAttributes(new { style = "width: 100%; height:840px", aria_label = "editor" })

.MinLenght(10)

.MaxLength(5000) )

 

In this case, when you add the one which I added as Red it should automatically enforce it and do validation based on number of characters.

  
Unplanned
Last Updated: 14 Feb 2023 08:07 by ADMIN
It is possible to use AI where it listen to Audio and convert it to text (speech to text technology) to bypass CAPTCHA when using Audio. To overcome this problem, please add possibility to add some background noise to the CAPTCHA like random noise to fool the speech to text robots. This function could be enable or disable and should be in the Controller.
Unplanned
Last Updated: 09 Feb 2023 15:47 by Reza
Created by: Reza
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
1

There are cases where we observe JavaScript errors, and the experience is like opening the Developer Tool in the browser and check the log in the Console. When the problem resides on the user, it is not easy to guide them to perform this action. To overcome this problem, there is a need for JavaScript error collector function. When we call this function, it should collect all JavaScript error log files and send them as a list. Then the developer would be able to use it to troubleshoot issues and also could implement interface like collect and store JavaScript error log files. It is recommended the error collector support the following data:

Location: the page leads to error.

Date and Time: with ability to customize it like set a time zone or default to match server.

Error message: Complete error message in the client

User: In case user login to the page

Browser-Agent Data: information about user's browser, operating system ...

Unplanned
Last Updated: 26 Jan 2023 22:28 by Paul
Created by: Paul
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
0

Hi Team,

I would like to suggest that Progress/DevTools creates a SSO authentication service.   I'll elaborate further with more details.

Thank you!

Unplanned
Last Updated: 14 Dec 2022 11:00 by GL

Currently, the groupPaging is not supported and is missing in WebApiDataSourceRequestModelBinder, thus enabling groupPaging leads to undesired behavior with the following Grid configuration:

 $("#grid").kendoGrid({ 
        dataSource: { 
          type: "webapi", 
          pageSize: 50, 
          page: 1, 
          groupPaging: true, 
          total: 0, 
          serverPaging: true, 
          serverSorting: true, 
          serverFiltering: true, 
          serverGrouping: true, 
          serverAggregates: true, 
          group: { 
            field: "SomeText", 
            dir: "desc"
          }, 
          transport: {
            read: "Url..." 
          }, 
          schema: { 
            data: "Data", 
            total: "Total", 
            errors: "Errors", 
            model: { 
              id: "SomeId", 
              fields: { 
                SomeId: { type: "number" }, 
                SomeText: {type: "string" }, 
                SomeDate: { type: "date" } } } } }, 
        sortable: true, 
        filterable: true, 
        pageable: true, 
        columns: [ { field: "SomeId"}, { field: "SomeText"}, { field: "SomeDate"} ] 
      });


 

Unplanned
Last Updated: 07 Dec 2022 17:30 by Mahesh
Created by: Mahesh
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1

Hi Team,

I would like to request a way to set all UI for ASP.NET MVC components to deferred without using the deferred() method for each individual component.  

Thank you!

Unplanned
Last Updated: 28 Nov 2022 08:16 by ADMIN

Hi Team,

 

We need a solution for the below issue

On Telerik grid when we do filter options (server side)  on multiple columns the grid adding the

SQL keywords in filter logic like “and, or, where “like…

Our WAF (web application firewall) is stopping these  keyworks as part of the application security.

 

We have created a ticket on this issue (Support ID:1584292) , support team has provided some custom solutions but

Those are not working.

Can we have any feature in the grid which can do encryption of SQL keywords while passing it

To the server.

 

Thank you.

Unplanned
Last Updated: 27 Oct 2022 12:40 by Teagan
Created by: Teagan
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
3

Font Awesome has an icon stacking feature: https://fontawesome.com/docs/web/style/stack It allows easier alignment, size and color customization of sets of icons. It would be nice, if a similar functionality is implemented for the Kendo UI web font icons.

 

Unplanned
Last Updated: 05 Oct 2022 08:21 by ADMIN
Created by: Sarah
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
6

In the Text Editor, I would like to suggest an upgrade to "Insert hyperlink". It would be great if you would split out the prefix from the address and have a selector that allows the user to choose website, email, or phone. Selector: Website/Email/Phone Address:sales@kendoui.com Text: Kendo UI Tooltip: Click Here Open Link in new window: No Results: <a href="http://www.kendoui.com">Kendo UI</a> <a href="mailto:sales@kendoui.com">Kendo UI</a> <a href="tel:8883652779">Kendo UI</a>

I believe your Ajax editor does this already, so can it please be added to the MVC one?

Also, we have just moved from a different editor to Telerik's, and the previous one did have this feature. Thanks!

Unplanned
Last Updated: 28 Sep 2022 06:18 by Yanislav
Created by: SAA
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Currently, the API does not expose functionality that enables the user to rotate images. It would be useful if you can add such a tool in the toolbar that allows image rotation. 
Unplanned
Last Updated: 05 Jul 2022 08:20 by Holger
Created by: Holger
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
2
I have the following scenario:
I am using an ASP.NET MVC application with WebPack and Javascript modules. To initialize the Kendo components I embed the deferred scripts in a javascript function, which is then called by the JS view model. 

My problem is: Kendo registers the initialization scripts through the SyncReady function, which is then called asynchronously on the document.ready event. But there is no way to configure the controls after initialization in the javascript. So e.g. an OnAfterInit event or similar. For controls like the TileLayout this is very annoying, because no user gets the idea to click a button to load the "right" layout. But surely the other controls would also benefit from such an event. Also a global entry point after processing "syncReady" would be useful.
Unplanned
Last Updated: 21 Jun 2022 07:59 by ADMIN
Created by: Nuno
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1

Hello,

I want to be able to right-click on a specific row-column and filter the rows using the value that appears from that row-column combination.
Instead of only having the filtering ability on the top of the column, have a way to filter a column in the middle by using, for example, the mouse right-click.

Regards,
Nuno Araújo

Unplanned
Last Updated: 17 Jun 2022 12:14 by Martin
Created by: Martin
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to directly include encrypted user credentials within the nuget.config.  I understand it is a limitation currently, but I would like to see change potentially in the future.

Thank you!

Unplanned
Last Updated: 25 May 2022 11:36 by Chris Edmonds
Created by: Chris Edmonds
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
3
Create a Telerik.Mvc.Export NuGet package for UI for ASP.NET MVC
Unplanned
Last Updated: 23 May 2022 12:23 by J.P.
Created by: J.P.
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1
Implement a SplitButton or a DropDownButton with some of the capabilities of the MultiColumnComboBox. It should be able to display data in rows and columns in its popup.
Unplanned
Last Updated: 06 May 2022 12:40 by Nicola
Created by: Peter
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
4
The Readonly() property is only available for the Switch control.  Please make available the Readonly() property for the TextBox, ComboBox, DropDownList and MultiSelect as well.
Unplanned
Last Updated: 11 Apr 2022 16:50 by ADMIN
Created by: Jeff
Comments: 1
Category: UI for ASP.NET MVC
Type: Bug Report
0

If I specify "SortMode.Mixed" for a Grid's "SortMode" (via the .Sortable fluent method), the sort mode in the JavaScript initializer is set to "multiple" instead. This can even be seen on the MVC Demo page here: https://demos.telerik.com/aspnet-mvc/grid/sorting (the "mixed" demo behaves just like "multiple").

In the Kendo MVC source code for 2022.1.301, the GridSortableSettings.Serialize method appears to use the following logic:

if (SortMode != GridSortMode.SingleColumn)
{
    json["mode"] = "multiple";
}

Unplanned
Last Updated: 29 Mar 2022 17:57 by Brandon
Created by: Brandon
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1

Hi Team,

I would like to request the functionality to configure the FilterDescriptor's Member as a List rather than a field.  

Thank you!

Unplanned
Last Updated: 22 Mar 2022 07:56 by ADMIN
Created by: Imported User
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
2
Ability to write c# code or use model property value instead of just bool value to hide or show a cell(.hidden())
Unplanned
Last Updated: 17 Mar 2022 11:28 by ADMIN

Hello, 

During the completion of my ticket (1556993) it was suggested I request a feature and explain its purpose.

The a large grants accounting system I've built, management has requested the ability to control access to, and apply permission upon pages and features within the site.

For example, in the Federal Grants page with a grid using popup template editor, I need to limit display of the default create button, while displaying the rest of the toolbar.

Similarly, I to limit display of the edit and delete buttons individually.

I'm applying such constraints using custom roles with user membership in each roles.