Declined
Last Updated: 03 Feb 2022 12:14 by ADMIN
Duplicated
Last Updated: 03 Feb 2022 12:11 by ADMIN
Created by: Andrew
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
I'd really appreciate it if it were possible to include the Grid's aggregate data (the summary row) when using drawTabularData, and to format the summary row, like you can format the header row -- ideally including font style (e.g. bold), rather than just font color.
Unplanned
Last Updated: 03 Feb 2022 12:10 by ADMIN
Created by: Andrew
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
If the drawTabularData function could support grouping, that would be great. Right now, when I group a Grid by a column and then use drawTabularData to export the Grid data to a PDF, the table in the PDF is blank -- it has the right number of columns, but the rows are empty. I'd really appreciate it if this worked, so that users could have the full ability to export a PDF of the data exactly as it looks in the Grid.
Completed
Last Updated: 03 Feb 2022 12:06 by ADMIN
Created by: Anthony
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
This is now always on and you can't override it
- You can't now put images, formatting, etc, into the header
- Not every scenario will have user inputted text in the header
- If it's configurable and defaulted to on this won't affect anyone
Unplanned
Last Updated: 03 Feb 2022 12:05 by ADMIN
Hello! 
You have cool Scheduler with timeline view (https://demos.telerik.com/kendo-ui/scheduler/timeline) without one important for us function: endless scrolling with dynamicly loaded events. When user scrolls near end (or begin) of current loaded time, control should send asynchromus request to server for next event data filtered by new range. Old data (events) could be removed from control
Completed
Last Updated: 03 Feb 2022 12:03 by ADMIN
Created by: gestion
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Congratulations for the fantastic tool "http://converter.telerik.com"
which i use sometimes when need to translate code from c # to vb.

The problem is that for some weeks it gives an error when i try to convert c# code that contains the "XmlElement" tag, for example the following code:

[XmlRoot(ElementName = "Navegacion")]
public class Navegacion
{
    [XmlAttribute(AttributeName = "Error")]
    public string Error {get;set;}

    [XmlAttribute(AttributeName = "ErrorCode")]
    public string ErrorCode{get;set;}

    [XmlAttribute(AttributeName = "Respuesta")]
    public string Respuesta{get;set;}

    [XmlAttribute(AttributeName = "Version")]
public string Version {get;set;}
}

Declined
Last Updated: 03 Feb 2022 11:56 by ADMIN
	
Hi 

Got a Cheat sheet Functional Programming with JavaScript mail today and was trying out the samples 

Looks like one of the examples is not working like what mentioned in the PDF 

In Method Chaining the final code snippet is console log Total Drink Cost drinkTotal which is not working Instead console log Total Drink Cost drinkTotal is working 

Thought of notifying you 

Regards 
Mohammed
Completed
Last Updated: 03 Feb 2022 11:55 by ADMIN
Hi there. I notice a bug on your site. The demo link for a QRCode page is not work on the right side bar of this page. https://www.telerik.com/aspnet-mvc/barcode

The in text demo link however works.

Unplanned
Last Updated: 03 Feb 2022 11:46 by ADMIN
Created by: Ankit
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Currently it does not support group/ungroup excel feature using kendo.ooxml.Workbook. Please refer http://prntscr.com/iykrqy for more detail requirement.
Unplanned
Last Updated: 03 Feb 2022 11:42 by ADMIN
Created by: mustafa
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
8
Unplanned
Last Updated: 03 Feb 2022 11:41 by ADMIN
Created by: Lawrence
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
I've noticed that the Kendo notification widget is not response and does not wrap content as the browser shrinks.
Completed
Last Updated: 03 Feb 2022 08:46 by ADMIN
Created by: Nikolay
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
My company currently uses KendoUI Professional (license) widgets quite extensively. And until very recently it was side-by-side with the Javascript Infoviz Toolkit (http://thejit.org) for just one reason: KendoUI had no Treemap widget. And now it has. But. The Infoviz treemap has neat Tooltip on mouse hover functionality, which our business users love greatly. 

Here's an example: http://philogb.github.io/jit/static/v20/Jit/Examples/Treemap/example1.html 

Could you please implement more events (there are two at the moment) for Treemap widget, so that it enables use of KendoUI Tooltip widgets?
Completed
Last Updated: 03 Feb 2022 08:31 by ADMIN
Release 2022.R1.SP.next
Created by: iConect Developer - Mike
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

Bug report

Reported for iPad Air 2, tested and reproduced on iPad Pro 2020 12.9' iOS 13.5.1.

Reproduction of the problem

Dojo example.

  1. The result of kendo.support.mobileOS is displayed with an alert.

Current behavior

mobileOS returns false.

Expected/desired behavior

mobileOS returns an object with information about the mobile OS, device and browser.

Environment

  • Kendo UI version: 2020.2.617
  • jQuery version: x.y
  • Browser: [ iOS XX Safari | iOS Firefox ]
Declined
Last Updated: 03 Feb 2022 07:16 by ADMIN
Created by: Andrew
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
An option to trigger swipe on touchend, and support for cooperative drag and swipe events.
Unplanned
Last Updated: 02 Feb 2022 10:50 by ADMIN
Created by: John Farrar
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
8
You should contact me or another lead community expert on ColdFusion to add examples for that platform.
Unplanned
Last Updated: 02 Feb 2022 07:52 by ADMIN
Scheduled for 2022.2
Created by: Don Leduc
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
1

Steps to reproduce the behavior:

  1. Run the jQuery Virtualization Demo
  2. Open the popup of the Widget

Expected behavior
The header and rows shouldn't overlap

Screenshots
image
Affected package

  • seems to affect all Themes

Affected suites

  • Kendo UI for jQuery

Declined
Last Updated: 01 Feb 2022 15:18 by ADMIN
Created by: Daniel
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
I sense the speed of this effect is not as fast as androidMDL and ios slide/overlay effects. We could be able to make it master or slower depending on our needs.
Declined
Last Updated: 01 Feb 2022 14:53 by ADMIN
We want to create a generic Virtual Kendo DropDownList and use it where ever necessary in the entire project.
For that we would need to know the control id in valuemapper and parametermap. Please give us the access to that.

Thank you!
Completed
Last Updated: 31 Jan 2022 09:52 by ADMIN
Release 2022.R1
Created by: jose eduardo
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

When the Grid is rendered inside of a ListBox, the edit of a cell is immediately cancelled due to the focus being stolen from the ListBox.

https://dojo.telerik.com/iYuDAwIp/3

Unplanned
Last Updated: 28 Jan 2022 18:24 by ADMIN
Created by: Nick
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2

Hi Team,

I'd like to request a tool which can parse an Excel File to JSON easily.  

Thank you!