Declined
Last Updated: 15 Jan 2024 14:21 by Josef

 

input to grid:

@Input()
public additionalExcelExportInfos: { additionalWorksheetTitle: string, 
parameters: { key: string, parameterValue: any }[]
};

 

output in excel file:

Declined
Last Updated: 12 Jan 2024 14:55 by ADMIN

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

 

When a detail row is used, the moment you expand one row and scroll, it automatically loads the last items from the dataset.

Ex expand row 1 - start scrolling, and it suddenly loads 5xx th row+;

When grouping is also enabled - expanding the detail row under one group, expands it under all groups.

 

The stackbliz is from the kendo demo page for virtualscroll (with the added detail row).

Declined
Last Updated: 12 Jan 2024 14:54 by ADMIN
Hi Team,
minimized the last column to smallest and it's difficult to expand this column. Could you please help how to expand this column . Thanks.
Unplanned
Last Updated: 10 Jan 2024 07:53 by ADMIN
Created by: Bob
Comments: 6
Category: Kendo UI for Angular
Type: Feature Request
19

We could really do with a file explorer, I believe this is already available in your JQuery suite and is planned for .NET Core.

Syncfusion have already implemented an angular file manager which can use Azure Blob Storage as a backend (though other backends are also available).

In fact the syncfusion file explorer is based on your own component.  After some digging around looking for a similar solution I found their design document for the component which directly refers to the Telerik's own components.  You may want to consider contacting syncfusion on this because it appears to me that they may have breached your copyright. 

 

 

Duplicated
Last Updated: 28 Dec 2023 14:18 by ADMIN
I am using Kendo TreeView to show the data in a hierarchal manner, the icons that Kendo gives by default can be in expanded/collapsed state. I want to show a border/line with the icon to clearly highlight the hierarchy of the nodes. 
Unplanned
Last Updated: 01 Dec 2023 14:00 by Debanjana
Created by: Debanjana
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1

Reorder the tiles once the dragged tile goes to the new location.

If it closes up immediately (as it does now) that means things are shuffling around while the user is actually dragging which can be stressful – they’ve immediately hit the point of no return Ideally the original location stays ‘open’ until the user lets go in the new locations. Then it all shifts around.

    Unplanned
    Last Updated: 27 Nov 2023 16:18 by ADMIN
    Created by: Kendo UI
    Comments: 0
    Category: Kendo UI for Angular
    Type: Feature Request
    0

    The status bar is used to represent a summary of the aggregated values of the selected cell.


     

    Unplanned
    Last Updated: 13 Nov 2023 13:46 by ADMIN
    Created by: Mauro
    Comments: 9
    Category: Kendo UI for Angular
    Type: Bug Report
    1

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

    When using kendoTooltip directive on the upload component - tooltips are positioned in invalid position somewhere on the app.

    cancel, delete, retry tooltips.

    Completed
    Last Updated: 09 Nov 2023 09:52 by ADMIN
    Created by: Mauro
    Comments: 1
    Category: Kendo UI for Angular
    Type: Bug Report
    0

    https://stackblitz.com/edit/angular-botsaf?file=src/app/app.component.ts

     

    The internal element has a calculated width - but it only grows in value if slider width changes (responsive or even in CSS with media queries etc).

    It permanently stays at the largest size.

    Unplanned
    Last Updated: 31 Oct 2023 22:25 by Megan
    Created by: samer
    Comments: 4
    Category: Kendo UI for Angular
    Type: Feature Request
    11

    Hello,

    we are searching for two components that we don’t find in your ANGULAR Library.

    These components are:

    • KANBAN Cards / TASK LISTS   
    • Docking Manager

    I have attached some print screens for existing components on the market...

    Could you please check if there are any future/planned  developments concerning these two components with Telerik?

    Thank you in advance…

    Unplanned
    Last Updated: 26 Oct 2023 11:16 by Krishnan
    Created by: Krishnan
    Comments: 0
    Category: Kendo UI for Angular
    Type: Feature Request
    1

    These are the numeric symbols returned for a locale and so far the decimal, group and percentSign are the only properties that can be overwritten:

    numbers: {
            symbols: {
                decimal: ",",
                group: " ",
                list: ";",
                percentSign: "%",
                plusSign: "+",
                minusSign: "-",
                exponential: "E",
                superscriptingExponent: "×",
                perMille: "‰",
                infinity: "∞",
                nan: "NaN",
                timeSeparator: ":"
    }

    Please allow customizing the rest of the properties (minusSign, nan, timeSeparator, etc). There are certain projects, where those symbols need to be customized.

    Unplanned
    Last Updated: 25 Oct 2023 06:44 by DECISION

    Hi,

    It will be a good addition to your standalone examples if a Java backend implementation is also added to the list:

    https://github.com/telerik/kendo-angular/tree/master/examples-standalone

    Unplanned
    Last Updated: 18 Oct 2023 12:48 by ADMIN
    Created by: Hui Chuan
    Comments: 2
    Category: Kendo UI for Angular
    Type: Feature Request
    0

    Current behavior

    Currently when calling toDataSourceRequest with a date filter, the following is observed:

    1. Set a filter with the Date object of Wed Sep 19 2018 00:00:00 GMT+0530 (India Standard Time)
    2. Call toDataSourceRequest or toDataSourceRequestString with the grid state
    3. The resulting query string contains datetime'2018-09-19T00-00-00'
    4. On the backend, MVC can bind the DataSourceRequest with DateTime of {2018/9/19 00:00:00} and an offset of ???

    As you can see, the browser's UTC offset is discarded when constructing the query. This presents an issue when the backend server is running in a time zone that is different than the browser or is invariant. Internally toDataSourceRequest calls formatDateValue which calls toUTC. I propose adding an optional argument that allows us to skip this operation so that the offset can be kept as is, the reason being so that it can later be normalized to UTC without losing the information.

    Expected behavior

    Calling toDataSourceRequest with the option should produce the following:

    1. Set a filter with the Date object of Wed Sep 19 2018 00:00:00 GMT+0530 (India Standard Time)
    2. The resulting query string contains datetime'2018-09-18T18-30-00' (append Z if possible)
    3. On the backend, MVC can bind the DataSourceRequest with DateTime of {2018/9/18 18:30:00} and an offset of 0
    Unplanned
    Last Updated: 17 Oct 2023 08:47 by ADMIN
    Completed
    Last Updated: 13 Oct 2023 14:04 by ADMIN

    Test Environment:

    Windows 11 Enterprise 22H2 22621.1848.
    Narrator
    Microsoft Edge Version 114.0.1823.79

    Repro steps:

    1. Open link https://www.telerik.com/kendo-angular-ui/components/grid/examples/filter-all-columns/?theme=default-main&themeVersion=6.4.0
    2. Run Narrator
    3. Tab to the table present.
    4. Tab to the column header "Contact Name" and move to the column menu present and press enter
    5. check if the screen reader is announcing the column menu is expanded.

    Actual Result:

    When pressing enter on the column menu present beside the "Contact name" column header of the table, Screen reader is no announcing the state of the the column as it is expanded or collapsed because of the role set as link.

    Expected Result:

    When pressing enter on the column menu present beside the "Contact name" column header of the table, screen reader should be announcing the state of the column menu as it is expanded or collapsed, role should be set as button with expand collapse functionality.

     

    Completed
    Last Updated: 13 Oct 2023 13:54 by ADMIN
    Release R3 2023 (11.10.2023)
    Created by: Prashant
    Comments: 3
    Category: Kendo UI for Angular
    Type: Feature Request
    41
    Spreadsheet control as a separate component, or Grid control updated for AutoCOmplete and drag fill capabilities
    Completed
    Last Updated: 13 Oct 2023 13:41 by ADMIN
    Created by: Alexander
    Comments: 4
    Category: Kendo UI for Angular
    Type: Feature Request
    14

    Cannot copy-paste date between 2 datepickers. Found issues:

    • Cannot select whole date by mouse. Now it's reset to select only one date part by mouse. Current workaround: clicking Ctrl+A with keyboard.
    • Similar: I think selecting whole date should be a default behavior when I click datepicker by mouse, because after keyboard navigation by TAB  the whole date is selected by default. No selection after clicking is also applicable (as it's done for standard input type="text").
    • Similar: cannot select whole date by mouse with double click (expected behavior for inputs).
    • Related issue: navigating by TAB across datepickers is too long. Because date parts are also "navigated". E.g. to navigate by TAB between 2 datepcikers I need to press TAB 4 times! If I have more datepickers, navigation is too annoying.
    • Minor: cannot drag&drop dates between datepickers.

    Can be reproduced in any Kendo example (and browser) on the documentation site.

    Duplicated
    Last Updated: 13 Oct 2023 06:56 by ADMIN
    Created by: Haroon
    Comments: 1
    Category: Kendo UI for Angular
    Type: Feature Request
    5

    Provide a built-in Image Editor component such as Kendo UI ASP.NET AJAX:

    https://demos.telerik.com/aspnet-ajax/imageeditor/examples/imageupload/defaultcs.aspx

    Unplanned
    Last Updated: 29 Sep 2023 06:03 by ADMIN
    Created by: Clint Singer
    Comments: 8
    Category: Kendo UI for Angular
    Type: Feature Request
    9
    A docking layout manager like RadDocking for WPF or Golden Layout for jQuery.
    Declined
    Last Updated: 19 Sep 2023 11:52 by Grigory

    If you have a kendo grid table with some data over multiple pages and you go e.g. to the last page and then reload the data, resulting with less pages - the table is empty and you have to manually click on the first page to see the data. Here is a working example: 

    https://codesandbox.io/s/upbeat-lamarr-d67m8k?file=/src/app/app.component.ts

    Step 1. Go to the last page
    Step 2. Click on the button "'Reset data" <- you see no data
    Step 3. Click on the first page <- You see the data