Under Review
Last Updated: 21 Feb 2024 13:29 by ADMIN

In the month view, the Kendo-UI Calendar widget displays the days of the next or previous month to fill the remaining space in a week. When a date is selected, it is highlighted.

Imagine the following scenario:

  • You select the first day of any month.
  • You view the month before the one with the selected day in the month-view. As long asthe last day of this month is not a Sunday, you should also see an entry for the date you selected before.
  • However, the currently selected date is not highlighted.

This can easily be repoduced with the demo calendar.

Under Review
Last Updated: 14 Feb 2024 11:20 by ADMIN
Created by: Doug
Comments: 1
Category: Spreadsheet
Type: Feature Request
0

Once I showed this control to a few people they loved it and are asking me to make a lot of interfaces with it.
All of these are databound. 
They want some validation, like dropdown lists, datapicker, etc. And I found you can put controls in cells.
But what do I do with hundreds of rows? In the rows/cells there is validation and editors that can be setup.
For databound sheets, the columns would be a more logical place for validation and editors.

I did find this today, prepping for this request,  https://docs.telerik.com/kendo-ui/controls/spreadsheet/custom-editors

But that is not intuitive.

I'd like for the same validation and editors that are available on rows.cells to be available at sheets.columns when the sheets.dataSource is used.

These would be applied to the columns on the data rows created from the datasource.

 

Under Review
Last Updated: 19 Dec 2023 16:35 by ADMIN
After updating drawing a standard area chart with 10 data points takes 10-20x the amount of time, and renders the browser frozen for long periods.
Under Review
Last Updated: 30 Oct 2023 07:40 by ADMIN
Dojo:
https://dojo.telerik.com/oGUnEtUR/2
Dojo has also been added as attachment

Setup:
Using a timeline view with grouped resources.
Select a timeframe (12 PM - 01 PM).

Use case:
We'd like to display when attendees are busy/available and let the user select a reasonable time for a new event where all or most attendees are available.
In the dojo-example, the user can select the timeframe 12:00 PM - 01:00 PM, but only for one Attendee (one row).
We'd like all slots in the timeframe 12:00 - 01:00 PM to be highlighted.

Event creation is irrelevant in our use case, we're only interested in the visual presentation of the selected timeframe and would like the timeframe to be highlighted for all Attendees.


Image example:
User selects timeframe 2PM - 3:30PM on resource row - Albert.

Current behaviour:

Desired behaviour:


Under Review
Last Updated: 23 Mar 2023 15:06 by ADMIN
Created by: Bradley
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0
Hey all,

grid.exportSelectedToExcel(true) is working for continuous selection ranges, displaying the header column and then the selected entries in the excel file.

However, when the selection is not continuous (for example, maybe I have the first row selected and the third row selected, but not the second), for every row that is selected it adds a new column header row.

I've included some screenshots as an example:

SELECTED ROWS IN GRID:



EXPORTED USING grid.exportSelectedToExcel(true):



I have testesd this on multiple versions, including 2023.1.314 and 2022.2.621

I would appreciate any assistance with this.

Thanks
Under Review
Last Updated: 12 Dec 2022 13:11 by ADMIN
One of my schedulers has an optional title field. The title is computed in these cases based on other properties on the event. An example could be an event that contains a “category” of “Break” and an employee of “Bob”. The title if empty might return “Break for Bob”. When we edit this event and choose a new category, the save works, and the new event coming in with the SignalR update contains the new “title” property as needed. But the event does not update in the DOM. It looks to be skipped somehow. This required a bunch of JavaScript to fix. Need to enumerate all events coming in the SignalR post, then enumerate all DOM elements for events in that scheduler, and manually update the DOM text for the event
Under Review
Last Updated: 06 Oct 2022 08:24 by ADMIN
Currently the landscape for t4 intellisense plugins and debugging tools is very poor. I was hoping a productivity tool would be offered for customizing scaffolding templates/.t4.
Under Review
Last Updated: 19 Sep 2022 16:14 by ADMIN
Created by: Mick
Comments: 2
Category: Popover
Type: Feature Request
1

I prefer the Apple style of placing action buttons on the right in dialogs and the like. Can we add an option to do this?

I'm currently considering overriding css with something like...

.k-popover-actions {
    justify-content: end !important;
    flex-flow: row-reverse !important;
}

Fyi... I just filed an issue for`actionsLayout` missing in the latest typescript definition, so that's the reason for the first css rule included above.

https://github.com/telerik/kendo-ui-core/issues/7008

 

Under Review
Last Updated: 18 May 2022 12:01 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Under Review
Last Updated: 17 Feb 2022 11:44 by ADMIN
Currently, when all are enabled, it's impossible to scroll, because either multiselect starts or drag&drop. Tested on iPad OS X 11.4
Under Review
Last Updated: 03 Feb 2022 11:36 by ADMIN
Hi,
I am having a requirement to get sum and average of selected items of a grid 

Such as in the below example I want to get the average and Sum of selected Frieght columns  

eg: https://demos.telerik.com/aspnet-mvc/grid/selection
Under Review
Last Updated: 27 Jan 2022 11:43 by ADMIN
Created by: Christian Storb
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
The timezone should be adjustable [e.g. like in Moment Timezone date.tz('Asia/Tokyo')] or today should be accessible/configurable from outside the widget. Currently getToday() always returns the local time. Suggestion: Add the attribute today to the options and change the initialization of var today = new DATE() in getToday() to var today = new DATE(options.today) ...
Under Review
Last Updated: 20 Jan 2022 11:44 by ADMIN
Currently when using MVVM to instanciate a grid which contains columns with values arrays, those values arrays must be globally scoped.  All other things MVVM binds to are located within the View Model.

Please make it so that the kendo.bind method will allow for an MVVM grid to locate it's columns value arrays within the View Model. 
Under Review
Last Updated: 06 Jan 2022 13:16 by ADMIN
Created by: Alex
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently there does not seem to be a way to get a reference to all kendo controls within a specified element or otherwise and perform generic operations on them.

I would propose you be able to call a JQuery method and do such things as the following:

    $(.kendoControlClass').each(function () {
        $(this).getKendoControl.enable();
    });

or call methods on specific type of controls

    $(.kendoControlClass-selectable').each(function () {
        $(this).getKendoControl.clearSelection();
    });
Under Review
Last Updated: 16 Dec 2021 12:26 by ADMIN
Created by: Joseph
Comments: 0
Category: Grid
Type: Feature Request
1
It would be helpful to be able to format a grids content in a more straightforward manner out-of-the-box. For instance, if a Kendo grid was displaying a typical data matrix like https://en.wikipedia.org/wiki/Triangular_matrix, it would be useful to be able to format by the upper triangular region, lower triangular region, odd rows, even rows, etc.
Under Review
Last Updated: 02 Dec 2021 12:29 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
This is best javascript network visualization tool i have seen but it is very expensive. Could you add some widgets like this to Kendo?

http://cambridge-intelligence.com/keylines/
Under Review
Last Updated: 02 Dec 2021 11:40 by ADMIN
Created by: Andreas
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Hello Kendo-Product-Team,

there is this create library called xeditable which basically makes it easy to add edit functionality to a details-view. Have a look here: https://vitalets.github.io/x-editable/demo-bs3.html

I think this would be a super addition to the kendo framework. In a typical business application you have a grid with the list of all products and when you click on one product you have a nice details page. Currently if you want to edit the product the user needs to go to a special edit form. With xeditable it is possible to add the editing capability directly into the details page. It's nice and easy for the user (less clicks) and it is easier for the develope (no extra edit form to build).

I also think that it would be easy to do such a thing for you as you already have the controls and the framework.

Thanks
Andi
Under Review
Last Updated: 25 Nov 2021 12:15 by ADMIN
It will be great if kendo has a single operation to ensure node visibility upon selection, i.e. automatically do all of these 3 under the hood:
1) select the node
2) expand collapsed parents
3) scrollIntoViewIfNeeded

Something like:
     treeview.select(node, true);
Under Review
Last Updated: 29 Oct 2021 13:08 by ADMIN

When I navigate through the drop down on the left side to select a field to filter on, it will only grab the first 2 and the last option. When the element is opened it will properly go through all options. Reproducer: https://dojo.telerik.com/AruwArIP

I have made a recording of the bug here: https://imgur.com/a/kIgDa06

Under Review
Last Updated: 01 Oct 2021 12:17 by ADMIN
Created by: SquadWuschel
Comments: 0
Category: Gantt
Type: Feature Request
6
I am working with AngularJs and in the normal Grid its possible to add ng-click Events to Columns with the Attribute Property for the ColumnDefintion, that would be great if this works too for the Gantt Chart. Because I can add a ng-click to Gantt Column and with the event I can get the current row Id and open my own custom Modal to edit the Values.
1 2