Unplanned
Last Updated: 18 Nov 2024 15:12 by Alan Paul
Created by: Alan Paul
Comments: 0
Category: ConversationalUI
Type: Feature Request
1

Hi, Team!

Currently, the Output view of the AIPrompt component ignores any of the formatting that is applied to the text it renders and displays it as regular text. However, I want to retain the formatting of the text that was generated by the AI model that I am using.

For this reason, I would like to request the introduction of a designated template that would allow me to control the formatting of the prompts in the Output view.

Unplanned
Last Updated: 15 Nov 2024 15:01 by Vincenzo

Provide a built-in functionality for the TreeList that would allow binding the component to data with the following structure:

const data = [
    { path: ['node1', 'node2'], property1: value, property2: value },
    { path: ['node1', 'node2', 'node3'], property1: value, property2: value },
];

The structure provides particular paths for the leaf nodes (last children) that determine the hierarchy within the component and additional fields that correspond to the columns' definition of the component. 

Completed
Last Updated: 15 Nov 2024 12:56 by ADMIN
Created by: Michael
Comments: 1
Category: Splitter
Type: Feature Request
1
Provide an option that would allow developers to set the values of aria attributes like aria-valuenow, aria-valuemin and aria-valuemax to the separator elements.
Completed
Last Updated: 15 Nov 2024 12:46 by ADMIN
Created by: Irfan
Comments: 1
Category: Scheduler
Type: Feature Request
7
Provide an option to specify how many events could be listed for a day. When there are more events for a specific day a "more" link will be placed at the bottom of the day slot and will navigate to the day view, if clicked.
Completed
Last Updated: 15 Nov 2024 12:42 by ADMIN
Release 2024 Q4 (Nov)
Created by: Robert
Comments: 13
Category: Scheduler
Type: Feature Request
35

Provide the possibility to dynamically change the height of the slots in Month, Multi-Week, and other views. This feature is useful in order to fit the events in the specific slot:

jQuery Scheduler:

https://demos.telerik.com/kendo-ui/scheduler/adaptive-slot-height

Completed
Last Updated: 15 Nov 2024 12:40 by ADMIN
Release 2024 Q4 (Nov)
Created by: Robert
Comments: 2
Category: Scheduler
Type: Feature Request
13

Provide an auto event height functionality in order to display the entire content of the event in the Moth view:

jQuery Scheduler:

https://demos.telerik.com/kendo-ui/scheduler/auto-event-height

 

Completed
Last Updated: 15 Nov 2024 12:26 by ADMIN

Hi, 

It will be a good addition to the component if the ability to disable dates is added like the disabledDates input of the DatePicker or jQuery DateRangePicker widget.

Completed
Last Updated: 15 Nov 2024 12:10 by ADMIN
Created by: Georgi
Comments: 1
Category: Charts
Type: Feature Request
6

I would like to be able to use a texture, a pattern, or an image as the background of a Kendo chart.

One use-case where this would come handy is a stacked bar chart where all segments of the bar have the same color. A way to visually separate them could be via different textures.

See image below for an example reference:


Unplanned
Last Updated: 15 Nov 2024 10:50 by ADMIN
Created by: BOBY
Comments: 10
Category: Scheduler
Type: Feature Request
13
Allow the Scheduler PDF to export to multiple pages.   This is very important for us...
Declined
Last Updated: 14 Nov 2024 14:54 by ADMIN
Created by: Claudio
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
0

By default the grid pagination only works taking count of the actual records instead of (alternatively) taking in consideration the groups count.

It would be nice to have the possibility to choose between those 2 when using groupBy and process functions.

This pagination feature is already implemented in the Kendo Ui for Asp.Net Core, but it is not available in functions such as processgroupBy or (toDataSourceRequest/toDataSourceRequestString/toOdataString)

Here you can find the related documentation page for the Asp.Net implementation.

Right now the only possible way to achieve this behavior in combo with a KendoAngularGrid is to use the (toDataSourceRequest/toDataSourceRequestString), then into the controller you'll have to mutate the DataSourceRequest Object like following:

[HttpGet]
public async Task<IActionResult> GetData([DataSourceRequest] DataSourceRequest request, CancellationToken cancellationToken) {
    var data = //...  ;

    request. Skip = (request.DataSourceRequest.Page - 1) * request.DataSourceRequest.PageSize;
    request.Take = request.DataSourceRequest.PageSize;
    request.IsExcelExportRequest = true; // without this the items property of the GroupResult type will be null
    request.GroupPaging = true;

    return Ok(await data.ToDataSourceResultAsync(request, cancellationToken);
}

Unplanned
Last Updated: 13 Nov 2024 14:44 by ADMIN
Created by: Aditya
Comments: 1
Category: Charts
Type: Feature Request
10

The legend in the kendo charts has limited customization available via geometry and layouts (inherited from Group <- Element) using the visual property. But this does not allow a complete range of customization equivalent to html templates such as :

1. Table containing multiple information against each legend item. (eg : If the above legend consists of multiple items in a row could use Kendo grid in it).

2. No hyperlinks support in the text for routing to different pages on the UI or anywhere else.(eg : In the above Offline could be a hyperlink to navigate to other detailed page).

This point I think is important. Also an hyperlink (or maybe a click on an svg hide navigate to a separate legend in place).

3. Some other features supported in html such as sliders in a legend to display more info on icon click. (eg : clicking on an icon should expand the details for each legend item ).

4. Not sure if there is an svg support too. (eg:  In the above I would like to place an svg icon in place of circle geometry for colored indicators).

 

Also it would be much convenient to allow an html template inside the legend instead of coding geometries. The above points are in support for the need for a custom html template to be either accepted as the property of the legend or to allow to construct an html code under the <kendo-chart-legend></kendo-chart-legend>

Pending Review
Last Updated: 13 Nov 2024 14:09 by Florian
Created by: Florian
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
0
I find the user handling of the time picker control quite complicated. Therefore, I would very much prefer an Angular Material like component with a clock to set the hours and minutes (see attached image).
Completed
Last Updated: 13 Nov 2024 09:51 by ADMIN
Created by: John
Comments: 2
Category: Charts
Type: Feature Request
2

We have this feature in Kendo Grid:

<ng-template kendoGridNoRecordsTemplate>
  <fa-icon [icon]="faCloudXmark" class="fa-2x"></fa-icon>
  <p>There is no data to display.</p>
</ng-template>
Can we get `kendoChartNoRecordsTemplate` for the chart please?
Unplanned
Last Updated: 10 Nov 2024 12:20 by ChangHyeon
Created by: Kendo UI
Comments: 3
Category: Timeline
Type: Feature Request
6
Provide an option that will allow reversing the order of the Timeline events, i.e. displaying them in a descending/reverse chronological order.
Unplanned
Last Updated: 08 Nov 2024 08:04 by Mattia
Created by: Mattia
Comments: 0
Category: Chart Wizard
Type: Feature Request
1
It would be a nice feature to have an option to render the Chart Wizard in non-window mode.

Completed
Last Updated: 06 Nov 2024 10:06 by ADMIN
Release 2024 Q4 (Nov)
Created by: Hoai Vu
Comments: 1
Category: TreeList
Type: Feature Request
6

Hi Kendo Team,

Could you add a checkboxOnly functionality to the TreeList component selection SelectableSettings => checkboxOnly setting similar to the Grid component SelectableSettings:

https://www.telerik.com/kendo-angular-ui/components/grid/api/SelectableSettings/#toc-checkboxonly

Thank you.

Unplanned
Last Updated: 06 Nov 2024 08:12 by Mauro
Created by: Mauro
Comments: 0
Category: FloatingLabel
Type: Feature Request
1

Add an API method to manually clear the k-invalid class on labels, allowing developers to reset label validity programmatically without triggering additional events.

Workaround the Label invalid hidden API:

https://stackblitz.com/edit/angular-taa4kx-idl51r?file=src%2Fapp%2Fapp.component.ts

@ViewChild(FloatingLabelComponent) private fl: FloatingLabelComponent;

public resetLabelValidity(): void {
 this.fl.invalid = false;
}

Unplanned
Last Updated: 05 Nov 2024 09:54 by Kendo UI

It will be a good option to have if there is a setting to set to true and enable the autofit row height option from Excel.

 

Unplanned
Last Updated: 05 Nov 2024 08:16 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: ExcelExport
Type: Feature Request
3
Currently, ExcelExport cannot export a list of data that can be rendered within Microsoft Excel. It would be beneficial to have the option to define values for export in a list format, allowing Excel to render them similarly to data validation in ExcelJS.
Unplanned
Last Updated: 31 Oct 2024 13:20 by Kendo UI

Currently, there is only an option for setting a label for the filter cell operators DropDownList available in the CustomMessagesComponent:

Provide a similar property for setting a custom value for the title attribute of the filter cell operators DropDownList through the custom messages attribute bindings.

1 2 3 4 5 6