Unplanned
Last Updated: 26 May 2020 12:04 by ADMIN
Created by: G
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

Hi,

I have a grid. from which if the user selects multiple rows, we want to display corresponding PDF files into PDF viewer. I have checkbox as 1st column of the grid. It will be great if there is an API method that would allow the loading of multiple files.

Completed
Last Updated: 22 May 2020 15:12 by Christian Storb
Created by: Christian Storb
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
Add a new control to edit filters/queries like in Visual Studio online (see "How to: Design a Query by Using the Query Designer", https://msdn.microsoft.com/en-us/library/ff852016.aspx)
Completed
Last Updated: 22 May 2020 15:07 by ADMIN
Created by: cortex
Comments: 9
Category: Kendo UI for jQuery
Type: Bug Report
0

Hi,

I'm using the Grid version 2019.3.1023 but changelog for newer version doesn't seem to show this has been fixed.

 

Using Html.Kendo().Grid().Columns(columns => colums.ForeignKey(x => x.ForeignCol, data, "value", "label"));

 

If data contains html, it will not be escaped when the javascript for the kendoGrid component is rendered, and thus is exposed to XSS.

This should be either fixed or documentation and samples must tell explicitly we need to html encoded the data, as this is not the case for the model itself.

 

 

 

 

Unplanned
Last Updated: 22 May 2020 09:05 by ADMIN
Created by: Patrick
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
I would like the additional barcode added.

https://en.wikipedia.org/wiki/Data_Matrix

A Data Matrix is a two-dimensional barcode consisting of black and white "cells" or modules arranged in either a square or rectangular pattern, also known as a matrix.
Declined
Last Updated: 21 May 2020 11:40 by ADMIN

Step by step instructions on how to reproduce the problem:

  1. Create a kendo tab strip
  2. Using the append method, add a "tab1"- do not specify any content in this new tab
  3. Using the insertBefore method, add a "tab2", this time specify some content
  4. Attempt to navigate the tabs and note what is showing in the content of each tab

Code snippets:

            var tabStrip = $("#contentlessAppend").kendoTabStrip({}).data('kendoTabStrip');
            tabStrip.append({
              text: "noContentAppend",
              //content: "With content" //Uncomment this line for normal functionality
            });
            tabStrip.insertBefore({
              text: "contentInsertBefore",
              encode: false,
              content: `<div id="WhereAmI">I am not where I should be</div>`
            }, tabStrip.tabGroup.children().eq(0) );

Screenshots of the problem:

 (N/A)

Stack trace, if applicable: N/A

Project and its dependencies which illustrates the problem (stripped, in zip format):

(see attached)

Completed
Last Updated: 06 May 2020 15:01 by ADMIN
Release 2020.R2
Created by: Сергей
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
4
Need to have simple textbox (input) widget
Unplanned
Last Updated: 29 Apr 2020 09:40 by ADMIN
Created by: Katalina
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
0

As a developer, I want to be able to add paragraphs with empty content and not have it stripped, so that I can add custom functionality, like icons.

I want to be able to control if the paragraph's content should be stripped or have the editor allow empty elements when they have classes.

 

Currently, if I add markup similar to a font awesome icon or some custom icon in a paragraph, there is a function, _fillEmptyElements, that strips the content of the paragraph:

Input:

<p> <i class="fa fa-check" style="color: green;"></i> </p>

or

<p>&nbsp;<span class="customicon icon-iconname"></span>&nbsp;</p>

 

On save, the paragraph's content is stripped to:

<p>&nbsp;</p>

 

As a workaround, I can add dummy text in the paragraph:

https://dojo.telerik.com/oHIpusIL

Completed
Last Updated: 22 Apr 2020 11:34 by Tarun
Created by: Anant
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Right now, responsive pager functionality cannot be disabled.
Unplanned
Last Updated: 09 Apr 2020 04:48 by ADMIN
Created by: Peter
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Provide the ability to enable/disable the Gantt Toolbar through its Toolbar option.
Unplanned
Last Updated: 01 Apr 2020 09:51 by Jean Yves

Bug report

When there is a DOM element with "page-break" class inside an element that is about to be exported to PDF, this "page-break" results in a new page in the reported PDF file.

If we hide the parent element in which the element with a "page-break" class is nested and export the content to PDF, in the result file, the content of the hidden DIV is not displayed but there are blank pages for each "page-break" class that can be found in the hidden element.

Reproduction of the problem

  1. Open this Dojo and run it
  2. Press the "Hide the DIV element in red" button
  3. Press the "Export to PDF button" and open the exported file

Current behavior

There are two blank pages at the beginning of the exported document. Each of these pages is a result of the "page-break" CSS classes inside the "#test" element

Expected/desired behavior

The "page-break" class should not result in the exported file if it is nested in a hidden element. Here is a Dojo demonstrating the correct behavior: https://dojo.telerik.com/iZAXiZEz

Environment

  • Kendo UI version: 2020.1.219
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 01 Apr 2020 09:10 by ADMIN
Current when using the HierarchicalDataSource you can only load one level of data at a time. I would like to be able to pre-populate the entire tree (but have the ability to refresh it via remote data, should I so need).
Completed
Last Updated: 25 Mar 2020 18:10 by ADMIN
Created by: ghd258 ghd258
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
@Html.DevExpress().ComboBox(
    settings => {
        settings.Name = "comboBox4";
        settings.Width = 180;
        settings.SelectedIndex = 0;
        settings.Properties.DropDownWidth = 550;
        settings.Properties.DropDownStyle = DropDownStyle.DropDownList;
        settings.CallbackRouteValues = new { Controller = "Editors", Action = "MultiColumnComboBoxPartial" };
        settings.Properties.CallbackPageSize = 30;
        settings.Properties.IncrementalFilteringMode = IncrementalFilteringMode.StartsWith;
        settings.Properties.TextFormatString = "{0}";
        settings.Properties.ValueField = "CustomerID";
        settings.Properties.ValueType = typeof(string);

        settings.Properties.Columns.Add("ContactName", "ContactName", 130);
        settings.Properties.Columns.Add("CompanyName", "CompanyName", Unit.Percentage(100));
        settings.Properties.Columns.Add("Country", "Country", 60);
        settings.Properties.Columns.Add("Phone", "Phone", 100);
    }
).BindList(ViewData["Customers"]).GetHtml()
Unplanned
Last Updated: 17 Mar 2020 15:19 by ADMIN
Created by: Vidhyut
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
3
We need the bar of series to be draggable and also its value can be changed on drag.
For example, a user is given a chart like below link:
http://demos.kendoui.com/dataviz/bar-charts/column.html.
Below the chart, a table is given for data. Chart is loaded with false data. User is expected to plot the correct graph based on the table data given. For this, user will drag the bar in up/down direction to set it to the desired value.
Unplanned
Last Updated: 10 Mar 2020 12:47 by ADMIN
Created by: Dhruven
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

It would be nice to have onClick callback as a part of drawing props in spreadsheet.
Scenario:
When I have more than one image on a spreadsheet, on click of those images I want to get info about the image more specifically range of the topLeft cell the image is attached to.
I have explained a lil bit more here, and I also have a work around here for now but if we have onClick call back it will give us bit more control over the images in spreadsheet. 

Unplanned
Last Updated: 10 Mar 2020 11:30 by ADMIN
Created by: MUHAMMAD AIMAN
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
19
It would be nice that export-to-excell feature supports the text orientation which is supported by MS Office and Open Office. This feature lets the user to have vertical text in the worksheet.
Declined
Last Updated: 03 Mar 2020 15:50 by ADMIN
Created by: Sam Bronchetti
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be beneficial to add additional support for tooltips natively on the Bubble Layer in RadMap
Duplicated
Last Updated: 03 Mar 2020 15:29 by ADMIN
Merge ListView and MobileListView implementations to have a single ListView with support for Grouping, PullRefresh, Infinite Scrolling etc.

For ex. Using a MobileListView with a single item per row on an ipad pro is a waste of space. But there is no support for applying grids ( purecss or bootstrap ) to the mobile listview. This is possible with the web listview but then you lose features like grouping, infinite scrolling, load more, etc.

Hence please make a single SuperListView with wider functionality support. 
Declined
Last Updated: 03 Mar 2020 14:45 by ADMIN
It would be nice to have navigation methods like 'nextRecord', 'previousRecord' to select grid records. These methods must  take care of paging issues and load next/previous page automatically and select the correct record afterwards. I've implemented these methods on my side nut it would be easier to have them natively as part of the grid implementation.
Declined
Last Updated: 03 Mar 2020 14:41 by ADMIN
Provide or change the current default value of Aggregation from 'Max' to 'None', so that user can select his desired aggregation from UI.
Declined
Last Updated: 03 Mar 2020 14:39 by ADMIN
Created by: Andreas
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Implement an option to preload some data for mobile list view in endless mode. This would increase UI time because there is allready data defined in HTML to view, the user must not wait for a datasource to load