Unplanned
Last Updated: 26 Sep 2023 10:41 by ADMIN
Created by: Victor
Comments: 15
Category: UI for ASP.NET MVC
Type: Feature Request
25
The Grid should allow switching between case sensitive and case insensitive filtering.
Unplanned
Last Updated: 19 Sep 2023 14:48 by ADMIN
Created by: Irvin
Comments: 1
Category: Gantt
Type: Feature Request
1

Hi there,

We are using Telerik kendo with ASP.net MVC. This request is specifically for the Gantt chart view as described here: https://demos.telerik.com/aspnet-mvc/gantt. Configuring the month, year and day view seems pretty easy via the exposed API. We want to extend this so that we can see the Gantt for custom date ranges. For example we should be able to click a button that says : Q1  and can see the Gantt for 3 months (Ex: Sep, Oct, Nov). Please note that this is different from filtering through selected dates. We want to the Gantt to display extended views. Feel free to let me know if I can provide any more clarity.

Thanks!

Irvin 

Unplanned
Last Updated: 15 Sep 2023 13:33 by Jonathan
Created by: Jonathan
Comments: 0
Category: Grid
Type: Feature Request
1
In a parent/detail Grid scenario, on expanding a parent row, if the detail row has larger content that needs to be scrolled vertically, it would be helpful to have the option to make the expanded parent row sticky. This way the row won't go out of view and the user would be able to collapse the row without having to scroll up. Sticking the row could potentially be limited to work only with the last expanded row, to avoid having more than one sticky parent rows at the same time.
Unplanned
Last Updated: 31 Aug 2023 14:51 by Aaron
Created by: Aaron
Comments: 0
Category: FileManager
Type: Feature Request
0

It will be nice for users to be able to copy/paste files in the FileManager. There is a context menu with remove and rename functionality, it could be good to add to this context menu the ability to copy and paste certain files


Unplanned
Last Updated: 30 Aug 2023 23:32 by Dialog
Created by: Meliton Pablo
Comments: 5
Category: Grid
Type: Feature Request
9

I use getOptions() and setOptions() to persist the state of the ajax bound grid that I have.

My toolbar is not a server one, it is this:

.ToolBar(toolbar =>toolbar.Create().HtmlAttributes(new { @class ="k-primary"}))

When I call the setOptions() method, it removes the Add button from the grid header.

Unplanned
Last Updated: 22 Aug 2023 08:48 by Roby
Created by: Roby
Comments: 0
Category: ScrollView
Type: Feature Request
1
Add a configuration option that makes the ScrollView display the images vertically and enables a vertical scrolling functionality.
Unplanned
Last Updated: 14 Aug 2023 08:05 by ADMIN
Created by: Andy
Comments: 5
Category: Grid
Type: Feature Request
1

Hello telerik support,

recently we updated to 2023.2.718

somehow the grid column menu is not completely in german language 

How can I apply german language to the complete column menu?

Best regards

Andy

 

Unplanned
Last Updated: 09 Aug 2023 18:44 by TESI
Created by: TESI
Comments: 0
Category: Grid
Type: Feature Request
1
Hi Team,

Please could you update this example in your GitHub regarding how to export the Kendo UI Grid data on the server as ITextSharp is deprecated?

Thank you!
Unplanned
Last Updated: 31 Jul 2023 10:15 by ADMIN
Created by: Joey
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
3
In KendoReact it is possible to merge rows in the Grid. I need the same functionality in the UI for ASP.NET MVC Grid.
Unplanned
Last Updated: 26 Jul 2023 14:07 by ADMIN
Created by: Roop
Comments: 3
Category: MediaPlayer
Type: Feature Request
1

Hi,

I am trying to show closed captions of a youtube video that's embedded into the kendo mediaplayer in my web application. Any pointers to help with that would be helpful. I've looked online with youtube's documentation as well as kendo's documentation and couldn't find any solutions that work. 

 

Thank you,

Roop Singh

Unplanned
Last Updated: 25 Jul 2023 08:01 by Mugurel
I think it will be useful, not only for me, to have a sample added to the demo section (https://demos.telerik.com/aspnet-mvc/window) for using the new Template component within a window instance.
Unplanned
Last Updated: 21 Jul 2023 07:37 by Matthew
Created by: Matthew
Comments: 0
Category: Grid
Type: Feature Request
1
Add an equivalent of the WPF RadDataBar control in UI for ASP.NET MVC.
Unplanned
Last Updated: 19 Jul 2023 12:36 by Novak
Created by: Novak
Comments: 0
Category: Grid
Type: Feature Request
1

Add a class to cells in a sorted column (similarly to the .k-sorted class in a sorted column's <th> element) to distinguish them from cells in unsorted columns.

Unplanned
Last Updated: 11 Jul 2023 11:04 by Phil

Currently, when you load a different Kendo theme on the page, the colors in the Charts and Gauges do not change and the components remain styled based on the originally loaded theme. In order for them to be styled by the new theme, the page must be reloaded.

It would be best, if the page reload can be avoided. For example, a method similar to the existing redraw() method could be implemented and it should be capable of detecting the currently loaded theme and redrawing the components accordingly.

Unplanned
Last Updated: 30 Jun 2023 07:01 by star
Currently, the diagonal borders are lost on server importing or exporting a file that has diagonal borders applied to cells.
Unplanned
Last Updated: 29 Jun 2023 09:01 by Carlhian
Created by: Carlhian
Comments: 0
Category: Editor
Type: Feature Request
2

Currently, the tool name is not added into the HTML structure of the created Editor's tool:

Here is a Dojo example:

https://dojo.telerik.com/AvoNOKOr

Is it possible to include the specified "name" in the button's class, so the custom tools can be selected by class name for further customization?

Unplanned
Last Updated: 28 Jun 2023 10:12 by ADMIN
Created by: Mugurel
Comments: 1
Category: PDFViewer
Type: Feature Request
1

Currently, default zoom can be set through JavaScript in the Render event handler of the PDFViewer:

Attach the handler:

.Events(e => e.Render("onRender"))

The event handler:

<script>
    var firstRender = true;

    function onRender(e) {
        if (firstRender) {
            var combobox = e.sender.toolbar.element.find("[data-command=ZoomCommand][data-role=combobox]").data("kendoComboBox");
            combobox.value("fitToWidth");
            combobox.trigger("change");
            firstRender = false;
        }
    }
</script>

A better solution would be a dedicated configuration option that allows setting the default zoom when declaring the PDFViewer.

Unplanned
Last Updated: 19 Jun 2023 09:37 by Vidya Sagar K
Currently, the Telerik UI for MVC requires the style-src 'self' unsafe-inline; directive present:
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self'; script-src 'self'; style-src 'self' unsafe-inline; font-src 'self' data:;" />
We have the following requirements:
   -  As per CSP we do not use Unsafe prefix at any-level in the project.
   -  Style-src self without Unsafe-inline when it will be ready to use for MVC project
Unplanned
Last Updated: 14 Jun 2023 05:52 by ADMIN
I would like to have support for @mentions in your editor, similar to GitHub, Facebook etc.
Unplanned
Last Updated: 09 Jun 2023 09:25 by ADMIN
Created by: Annadel
Comments: 1
Category: TextBox
Type: Feature Request
1

Hello, I saw there's a strong password checker for ajax, I wonder if this can be also be implemented in MVC? If not, do you have any workaround?

Thanks,

Ann

1 2 3 4 5 6