Unplanned
Last Updated: 14 Dec 2021 10:38 by ADMIN
Created by: JORGE
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

Is very important get the option to configure display thousands delimiter on typing and not only when I lost focus control NumericTextBox.

 

Look this example with another library

https://nosir.github.io/cleave.js/

 

Best regards

 

Jorge

Unplanned
Last Updated: 17 Nov 2021 15:45 by ADMIN
Created by: Anthony
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

Hi

  It would probably be trivial to make the columnReorder much more useful

(1) Allow a preventDefault feature, to conditionally prevent some columns being moved. For extra points you could do this via a new columnReorderStart event so that the user can't drag the columns at all

(2) Don't allow locked columns to be moved out of the locked section

 

Thanks

Unplanned
Last Updated: 02 Nov 2021 13:06 by ADMIN
Created by: Mark
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

Often we want a separate delay time for the opening of menus and closing. Please consider adding independent hover delays.

$("#menu").kendoMenu({
    ...
    hoverDelay: 400
    ...
});

or

$("#menu").kendoMenu({
    ...
    hoverDelay: {
        open: 100
        , close: 500
    }
    ...
});

Unplanned
Last Updated: 01 Nov 2021 11:36 by ADMIN
Created by: zahra
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4

 

It would be nice to have RTL support inside Tilelayout component and fixing bug issue about RTL resizing and reordering in jquery.

Thanks.

Unplanned
Last Updated: 22 Sep 2021 20:20 by ADMIN
Created by: Software
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I would like to request the functionality to be able to export (an) Excel file(s) with the built-in Kendo UI API into a ZIP file. 

Thank you! 

Unplanned
Last Updated: 13 Sep 2021 21:58 by ADMIN
Created by: Stuart
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to set the scrollbars of the Kendo UI Components to a smaller size instead of the default larger scrollbars.  For example, something similar to jquery.nanoscrollbars.js.  

I do understand CSS doesn't currently support styling scrollbars:

https://drafts.csswg.org/css-scrollbars-1/#intro

It can be done using the ::-webkit vendor prefix, which works for some browsers but not IE or Edge.

The CSS working group say that : Note: Exposing the scrollbar-related ::-webkit- prefixed pseudo-elements to the Web is considered a mistake by both the CSS Working Group and Webkit.

At the moment, the only recommended way is to use javascript to "polyfil". Nanoscroller is one such example.  http://jscrollpane.kelvinluck.com/ is another example.

The controls just need a kendo's own polyfill, not to implement nanoscroller or jscrollpane, but for kendo to do it by itself out of the box.

Small controls with big scrollbars looks ugly. 

Thank you!

Unplanned
Last Updated: 31 Aug 2021 06:46 by ADMIN

Table editor allows to select multiple cells, horizontally, vertically, or even individually while holding down the Ctrl-key.

If based on such selection the table wizard is opened, one would expect that any choices made would apply to all the selected cells.
Instead, the changes are applied only to the first cell.

Please, either disallow selecting multiple cells or better allow batch editing of the selected ones.

Unplanned
Last Updated: 30 Jul 2021 08:24 by ADMIN
Created by: Diksharani
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

When a task contains a child task in this scenario we are we are looking for resizing the parent task individually as well as we should be able to resize the parent task along with its corresponding child tasks.

In my project, I'm trying to implement the above scenario but I could not finding anything relevant in the blog.

If the element has the child item so is there a way to resize the parent task also?

Is this feature already implemented?

Unplanned
Last Updated: 16 Jul 2021 06:32 by ADMIN
Created by: Ira
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

Hello All,

There should be a feature where we can place radio button group in a matrix format (multiple rows with one header row). It would be very helpful in designing surveys.

 

Thanks

Unplanned
Last Updated: 20 Jul 2021 08:42 by ADMIN

Bug report

When the Editor is used in ExpansionPanel and an image is dragged in the Editor an error is thrown, The issue is reproducible after the ExpansionPanel is collapsed and then expanded.

Reproduction of the problem

  1. Open the Dojo example
  2. Collapse the ExpansionPanel
  3. Expand the ExpansionPanel
  4. Drag and drop an image into the inline editor

Current behavior

The image is displayed in a new tab and the following error appears: Cannot read property 'nodeType' of null

Expected/desired behavior

The image should be rendered in the Editor without errors in the console even after collapsing/expanding the ExpasnionPanel

Environment

  • Kendo UI version: 2021.2.616
Unplanned
Last Updated: 03 Jun 2021 17:04 by ADMIN
Created by: Jayakumar
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I'd like to request for the Kendo UI to be able to facilitate its stylings along with the BootStrap form-control class.  This way, I will not need to add any additional custom CSS for certain components within Kendo UI(TextBox, NumericTextBox...etc). 

Thank you!

Unplanned
Last Updated: 03 May 2021 14:40 by ADMIN
Created by: Brodie
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2

Hi Team,

I would like to request that in the @progress/kendo-ui npm package to be modified so that the dependencies for jQuery will include <=3.5.1 instead of 3.5.1.  I believe that the package.json should be fixed on NPM or this will cause issues for a lot of people that use jQuery with more than just kendo.

Thank you! 

Unplanned
Last Updated: 15 Apr 2021 13:56 by Brandon

Bug report

When the content that is being exported to PDF contains Material Design Icon the exported PDF is not valid.

Reproduction of the problem

  1. Open the Dojo
  2. Export the file
  3. Try to open it with Adobe Reader

Current behavior

Currently, when the file is about to be opened with Adobe Reader the following error appears - 'An error exists on the page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem.'.
Also if the file is tested in an online pdf validator it is not considered valid.

Expected/desired behavior

The exported file should be opened in Adobe Reader without any issues.

Environment

  • Kendo UI version: 2021.1.330
  • Browser: [all ]
Unplanned
Last Updated: 15 Apr 2021 12:27 by ADMIN
Created by: Charles
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Currently, the data-value-update attribute can be used on DOM elements: https://docs.telerik.com/kendo-ui/framework/mvvm/bindings/value#controlling-the-view-model-update

It would be nice, if we have the ability to use it with editor widgets like TextBox, TextArea, NumericTextBox, etc.

Unplanned
Last Updated: 19 Apr 2021 10:09 by ADMIN
Created by: Doug
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
0

https://github.com/kurkle/chartjs-chart-matrix

I am looking for the kendoui heatmap chart as found on GitHub or at the URL above.
I could just copy what they use on github, but I would prefer to get the kendo CDN all from one place.

Initial usage is just to render activity throughout the day as in github, extra is to track the onClick events as you usually want to trigger a re-query on what happened in that period of the day on that date, driving a details view elsewhere.
Al worse you could have dojo demo of how you would wire up 
chartjs-chart-matrix to a the Datasource(eg like https://demos.telerik.com/kendo-ui/map/geojson), with a view of how you would have created such a chart that would be good on a PWA app.
Thanks
Doug

Unplanned
Last Updated: 15 Apr 2021 12:45 by ADMIN

When a kendoContextMenu is applied to a combobox (html tag select) you are not able to show the select options by tapping it. The behaviour is on mobile browser only (tested iPad and Google Chrome developer tools with device toolbar enabled).

I reproduced the issue in telerik dojo, here is the code.

<!DOCTYPE html>
<html>
<head>
    <base href="https://demos.telerik.com/kendo-ui/menu/context-menu">
    <style>html { font-size: 14px; font-family: Arial, Helvetica, sans-serif; }</style>
    <title></title>
    <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.1.330/styles/kendo.common-bootstrap.min.css" />
    <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.1.330/styles/kendo.bootstrap.min.css" />
    <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.1.330/styles/kendo.bootstrap.mobile.min.css" />

    <script src="https://kendo.cdn.telerik.com/2021.1.330/js/jquery.min.js"></script>
    
    
    <script src="https://kendo.cdn.telerik.com/2021.1.330/js/kendo.all.min.js"></script>
    
    

</head>
<body>
    <div id="example">
      <select>
        <option>Opzione 1</option>
        <option>Opzione 2</option>
        <option>Opzione 3</option>
      </select>
      
    <ul id="menu">
        <li>
            <img src="../content/web/toolbar/reply.png" /> Reply
        </li>
    </ul>
      
</div>
<script>
    $(document).ready(function() {
        setTimeout(function () {
            var initMenu = function () {
                menu = $("#menu").kendoContextMenu({
                    target: "select",
                    select: function(e) {
                        // Do something on select
                    }
                });
            };

            initMenu();
        }, 0);
    });
</script>

</body>
</html>
Unplanned
Last Updated: 09 Apr 2021 12:48 by ADMIN

Currently, when you open an existing Excel file in the Kendo UI spreadsheet, make some changes, then post the changes back to the web server, the print and scaling settings of the original Excel file would be lost.

The Kendo.ooxml.Workbook should preserve those settings.

 

From Ticket ID 1513253

Message from Aleksandar

Calling the saveAsExcel() method triggers the excelExport event. The Kendo UI Spreadsheet utilizes the Excel export module framework to produce Excel files directly in the browser. The output files are in the OOXML Spreadsheet format with an .xlsx extension as explained here. Setting the forceProxy configuration to true will send the ooxml generated export file to the remote endpoint. However, the kendo.ooxml.Workbook API does not expose a configuration option that would preserve the option for setting the page scaling when printing, thus the configuration is lost. If you would like to see such an option available I can suggest logging a Feature Request in our Feedback Portal.

 

Unplanned
Last Updated: 13 Apr 2021 13:40 by ADMIN

Hi,

I want simply a way to check that the cell value is valid when the user presses submit button on the page.

Currently, validation works when a value is entered in a cell by the user. I want validation to work when the value is changed through a formula. or i need a function that i can run manually that tells which cell validation has failed.

 

Reference ticket id:https://www.telerik.com/account/support-tickets/view-ticket/1512901

Unplanned
Last Updated: 13 Apr 2021 07:57 by ADMIN
Created by: Mark
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

It would be good to have the export hierarchy grid to CSV format as build-on support.

I have referred couple of articles and dojo, but didn't find any straight forward solutions.

 
Unplanned
Last Updated: 07 Apr 2021 09:51 by ADMIN
Created by: Al
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Please consider adding the ability to to change the default editor when assigning resources to a task to be whole numbers for some resources, currently the buitlin number editor increments/decrements only 0.01 at a time