Unplanned
Last Updated: 24 Apr 2023 06:03 by ADMIN
Created by: n/a
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

Would be important to export The Gantt List as an excel because the users that already use the datagrid understand all of that as being the same and do not understand why they cannot export the list as an excel.

 

 

Unplanned
Last Updated: 20 Apr 2023 07:13 by ADMIN
Created by: Steve
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

A widget that can handle international phone numbers with a good level of parsing, validation and formatting capabilities will be most valuable.

libphonenumber, a mature phone number library, already exists with numerous ports - maybe this can also be used by Telerik.

Widgets - like the javascript plug-in intl-tel-input - may already exist, but can take extra work to integrate smoothly with Kendo UI components.

Unplanned
Last Updated: 01 Mar 2023 15:36 by Lorenz
Created by: Lorenz
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

Bug report

Exporting to excel cells with empty values and zeros is not correct

Reproduction of the problem

A Problem is that if there is an item with the real value "0" in the data source, the item would also be exported with an empty string.

We have use cases where the value "0" has a different meaning than an empty value.

https://codesandbox.io/s/brave-northcutt-pe21l9?file=/src/main.vue:2996-3346

Current behavior

no difference between the empty value and the 0

Expected/desired behavior

there should be a difference between the empty value and the 0

ticket: 1598649

Unplanned
Last Updated: 07 Mar 2023 11:04 by ADMIN
Created by: Steven
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

We have clients who use locked cells in excel sheets they import/open with the spreadsheet widget. They use these in evaluations of their staff and have staff input values and run calculations in locked cells that they do not want their staff modifying. It would be super helpful if this feature was able to be supported in the spreadsheet widget.

Thank you!

Unplanned
Last Updated: 26 Feb 2023 05:23 by Dion
Created by: Dion
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Implement logic that handles Anti-CRSF tokens in kendo.all.min.js, in order to avoid triggering security alerts when testing for security compliance (e.g., with OWASP ZAP).
Unplanned
Last Updated: 17 Mar 2023 14:15 by ADMIN

Hi Support,
I have some issues with the copySelectionToClipboard Method for the Grid widget

In the first one, the copy function of the table seems to have a problem with locked columns. In the dojo of the first problem the table headers are displayed shifted.

Secondly, grouped table headers are not copied. To see in the second dojo.

Lastly, it should be mentioned that the definition for the copy method is not included in the kendo-ui npm packet

Problem 1:
https://dojo.telerik.com/OBOQemUm

Copy result in Excel:

Problem 2:
https://dojo.telerik.com/OBOQemUm/2

Copy result in Excel:

 

Best regards,

Jonas

Unplanned
Last Updated: 28 Feb 2023 09:43 by ADMIN
Created by: eDAD
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0
Screen reader not announcing the placeholder text info when focus lands on "within days" split button.

     Test Environment:
     Browser: Edge Anaheim 107.0.1387.2 (Official build) dev (64-bit

     OS: OS version (OS Build 25203.1000)

     Screen reader: Narrator

     URL: WPG - Home

     Credentials: V- ID

     Screen Reader: Narrator

Repro-Steps:

1. Open given URL - WPG - Results (fungates.azurewebsites.net) in Edge and turn on Narrator.

2. WPG Home page will open.

3. Navigate on “Dates" dropdown and activate it.

4. Now navigate to "within dates" split button and observe the issue.

Actual Result:
Screen reader does not announce the placeholder text info when focus lands on "within days" split button, Screen reader announce like "Within Days split button, minimum value 0, maximum value 0".

Expected Result:
Screen reader should announce the placeholder text info when focus lands on "within days" split button. Screen reader should announce like "Within Days split button Enter number of days ...".

User Impact:
Users who rely on screen readers will be impacted to identify the input and labels help assistive technology users determine what content should be placed in various input fields. Without this information, people will incorrectly enter data and have more difficulty completing the form and recovering from a mistake.  
    Unplanned
    Last Updated: 22 Feb 2023 08:25 by ADMIN
    Created by: JORGE
    Comments: 0
    Category: Kendo UI for jQuery
    Type: Feature Request
    1

    Is important to send email enable the user to insert hyperlinks to different parts of the same image, without cut the image and assign links to individual's parts, because this affect visualization.

    This example show example but is require that end user can do it in the user interface. 

    <img src="some-image.jpg" usemap="#image_map">
    
    <map name="image_map">
      <area alt="Google" title="Google" href="https://www.google.com/" coords="142,1131,493,1239" shape="rect">
      <area alt="Microsoft" title="Microsoft" href="https://www.microsoft.com/es-co" coords="608,1133,957,1239" shape="rect">
    </map>

    Unplanned
    Last Updated: 20 Feb 2023 07:01 by ADMIN
    Created by: Joe
    Comments: 1
    Category: Kendo UI for jQuery
    Type: Feature Request
    0

    The ability to have finer control over the zoom level would be useful, i.e. with each click of the zoom in / out button the ability to zoom slightly less. The levels currently available zoom too far with each step, so when plotting many points on the map I'm unable to auto zoom in as far as I'd like (while keeping all markers in the visible area), because the next zoom level in cannot fit all of the markers into the viewable map area.

    Unplanned
    Last Updated: 13 Feb 2023 12:15 by Paweł Korczak

    Currently, the element from which a widget is initialized is wrapped in an additional parent element in some cases ("Editors" widgets for example). I would like to have the possibility to add an id to the parent as this way styling the widget will be much easier. 

    For example, with the current implementation of the TextArea I need to use specific CSS selectors to style the component (Dojo). It will be much easier if there is an option to add an id to the wrapping parent.

    Unplanned
    Last Updated: 30 Jan 2023 12:53 by ADMIN

    Require an Editor method to provide the cursor position as an integer representing the offset of the current cursor position from the start of the document with respect to the text displayed in the editor.

    For example consider an editor displaying 'This is text content'. The underlying html will be <p><span>This is text content</span></p>. When cursor is placed after 'text', I would like to obtain the cursor position as 12 i.e. the offset based on the text displayed irrespective of the underlying html.

    Unplanned
    Last Updated: 17 Jan 2023 07:01 by ADMIN

    Currently it is not possible to provide a selected date format template when the scheduler is shown in mobile "phone" mode.

    It would be nice if this is configurable in the view:
       views: [
                    {
                        type: "day", minorTickCount: MinorTickCount,
                        selectedDateFormat: "{0:D}",
                        selectedDateFormatMobile: "{0:D}", 
                        dateHeaderTemplate: kendo.template("<strong>#=kendo.toString(date, 'ddd d-M')#</strong>")
                    },
                    ]

     

    Unplanned
    Last Updated: 03 Jan 2023 16:48 by AP
    Created by: AP
    Comments: 0
    Category: Kendo UI for jQuery
    Type: Feature Request
    1

    Hi Team,

    The pre-2022 versions allowed sizing via parent divs, which was a very flexible solution. The newer versions seem much worse in this regard. Also, if it's going to require altering the internal styles, these need to be fully documented, which I don't believe they are.

    Also, updated components only have three available sizes, which don't go small enough.  It would be nice to either have more sizes or documentation to customize my own style.

    Will future updates be addressing these shortcomings?

    This is very much critical to our continued use of the framework, as I create a lot of data-heavy pages which need to be fitted onto the screen.

    Thank you!

    Unplanned
    Last Updated: 06 Dec 2022 08:38 by Igor Mendizabal
    Created by: Igor Mendizabal
    Comments: 0
    Category: Kendo UI for jQuery
    Type: Bug Report
    0

    Bug report

    When a decimal number has 8 digits after the decimal separator and '#' is used for formatting the precision is lost and the number is rounded.

    Reproduction of the problem

    1. Open the Dojo example and check the result in the console

    Current behavior

    kendo.toString(0.00000015,"###.########" returns 0.0000002

    Expected/desired behavior

    The number should not be rounded and the precision should not be lost. The results should be the same with kendo.toString(0.00000015,"n8") and kendo.toString(0.00000015,"0.00000000")

    Environment

    • Kendo UI version: 2022.3.1109
    • Browser: [all ]
    Unplanned
    Last Updated: 07 Dec 2022 06:31 by ADMIN
    Created by: Paul
    Comments: 1
    Category: Kendo UI for jQuery
    Type: Feature Request
    0

    The scheduler is either editable or not. And deletion events are either allowed or not. This isn't a black and white thing. Consider employees at a store. They can see each other's events for scheduling but they are only allowed to modify their own events. So I want editing and deleting enabled but conditionally.

    In my case I hook into the databound event and I add a class "nodelete" on events that cannot be deleted. Then I have CSS that hides the "X" button on hover and I block the edit window from appearing.

    However, the keyboard still prompts for a deletion. I think there should be some function for whether an event is editable. That, or an event should fire before the deletion prompt so I can stop it from occurring.

    Here's a hacky work around. I don't like accessing properties starting with underbar as they are considered private and subject to change but I don't see a better way.

    Unplanned
    Last Updated: 05 Dec 2022 12:59 by ADMIN
    Created by: Paul
    Comments: 1
    Category: Kendo UI for jQuery
    Type: Bug Report
    0

    I have an event template. Inside this template I am using a MultiSelect. It is defined like: <select data-down-Arrow="true"… .  The downArrow property does not work. I discovered via debugging the kendo.all.js file the problem. Fortunately this one is fixable outside that file:

    Unplanned
    Last Updated: 05 Dec 2022 10:41 by ADMIN
    Created by: Paul
    Comments: 1
    Category: Kendo UI for jQuery
    Type: Bug Report
    0

     My recurrence rule is: FREQ=MONTHLY;COUNT=2;INTERVAL=1;BYSETPOS=2;BYDAY=WE;WKST=SU. This event falls on the second Wednesday of the month for two months in a row. When I edit the event, the wrong option is picked. Note in the screenshot attached we are on 11/09/2022 which is the second Wednesday. And the scheduler correctly shows this event. But the edit window sets the properties wrong. I am using a custom template for the edit window, however the recurrence editor portion is unmodified.

     I was able to fix this in the Kendo.all.js file directly. The highlighted lines below were added. When I publish this for customers I use the Kendo custom download tool to get a minified script of only what I need. I then need to carefully port this change using Notepad++. This makes it tough to update versions which is why I am a few versions back.

    Unplanned
    Last Updated: 09 Nov 2022 07:38 by ADMIN
    Created by: faris
    Comments: 0
    Category: Kendo UI for jQuery
    Type: Feature Request
    0

    This dashboard layout quite exciting.

    please refer this url

    click here

     

    easy to do our own Analytic dashboard

    Unplanned
    Last Updated: 18 Oct 2022 15:14 by ADMIN
    Created by: Cheng Mun
    Comments: 0
    Category: Kendo UI for jQuery
    Type: Feature Request
    3

    Hi Support team,

    We would like to request for a new feature for "double underline" in the spreadsheet toolbar. This feature is available in the Excel and we would like to have the same feature in the spreadsheet toolbar as well. Thank you.

     

    Unplanned
    Last Updated: 13 Sep 2022 15:57 by Vaclav
    Created by: Vaclav
    Comments: 0
    Category: Kendo UI for jQuery
    Type: Feature Request
    1

    Hi Team,

    I'd like to request that Kendo UI adds Data Matrix codes to the Kendo UI Library. 

    Thank you!