Declined
Last Updated: 18 Feb 2022 06:00 by ADMIN
Created by: Hemin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In Desktop and Mobile version, Kendo Scheduler is displaying Date and Time based on TimeZone of Client's Browser. We are binding the Data in Kendo Scheduler and the UI will be rendered based on the TimeZone of client's Browser.
Upon further investigation I found out the property 'timezone' which needs to set to neglect client's Browser Timezone. The 'timezone' property is taking values of IANA Timezone and which is referred internally to kendo.timezones.min.js. We need to implement the Timezone as Windows TimeZone.
Declined
Last Updated: 16 Feb 2022 14:34 by ADMIN
Created by: Marc
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
You have a private Nuget feed for the KendoUI Professional packages. The package in that feed doesn't contain the typescript definitions.  

However, if I download the *.zip version of the KendoUI Professional from the "Your Account" area of the web site, it contains the TypeScript definitions.

Please add the TypeScript definitions to the NuGet package.
Declined
Last Updated: 16 Feb 2022 14:27 by ADMIN
Kendo UI jQuery Scheduler: grab a task (appointment) to cells, without displaying the lines of separation.
Set an interval property for the drag and drop, which will be defined, 15 or 30 minutes or even smaller, without necessarily having to display the lines of separation (minorTickCount) increases in this case the height of the cells.
Declined
Last Updated: 16 Feb 2022 14:25 by ADMIN
Created by: WarnerB
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
the only way to style only the mulitselect dropdown list differently than other dropdown lists is to run a js script to add a css class...

  function setupMultiSelectULStyle (styleName) {
    var selects = $("select");
    $.each(selects, function(index, item) {
      var data = $(item).data("kendoMultiSelect");
      if (data !== undefined && data !== null)
        setupMultiSelectULStyleSingle(data, styleName);
    });
  }

i think if you are creating elements that are not wrapped in parent element style they should have some way to style by parent control type differentiated css selector


<div class="k-list-multiselect k-list-container k-popup ... " id="..." >
<div class="k-list-dropdown  k-list-container k-popup ... " id="..." >
Declined
Last Updated: 16 Feb 2022 14:25 by ADMIN
Created by: Geoffrey
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
You can enter cross sheet references manually, but end users would like being able to copy from one sheet to another creating a cross sheet reference instead of copying the value
Declined
Last Updated: 08 Feb 2022 07:26 by ADMIN
Created by: kencox
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
7
Microsoft's new Azure Portal uses an innovative UI with "blades" that scroll horizontally to the right. This is a very effective paradigm.

It would be great to have a Kendo UI control (and MVC wrapper) to manage and create these blades
Declined
Last Updated: 08 Feb 2022 07:22 by ADMIN
Created by: William John Adam
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
12
Add a control similar to the one found here:
http://demo.aspnetawesome.com/LookupDemo/Index

I believe that all the components needed to create this control already exist, then it would suffice to encapsulate in a single control (plus a template for the form of research)

It would be something similar to edit popup already exists for the grid, except that would be linked to a texbox (or dropdownlist)


Declined
Last Updated: 08 Feb 2022 07:18 by ADMIN
Add ability to have graph "scroll" like a stock ticker. This would allow for the graph to dipslay large X axis values while still contained smaller graph area.  This woudl also help with displaying dataviz on mobile applications as it would give virtual space to the smaller devices.
Declined
Last Updated: 04 Feb 2022 09:38 by ADMIN
Created by: Warner
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
There is s set precedence among many of your Kendo UI controls in providing a tool tip option, yet the NumericTextBox is not one of them. 
Declined
Last Updated: 03 Feb 2022 12:14 by ADMIN
Need to add Workbook methods to configure how exported Excel will print.  Including orientation, paper size and others.
Declined
Last Updated: 03 Feb 2022 12:14 by ADMIN
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
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.
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!
Declined
Last Updated: 27 Jan 2022 12:13 by ADMIN
Indeed today, to correctly display red or other points depending on the template, it is necessary to make lines of codes so that the rendering is present.
It should be done automatically as soon as the array of dates changes (as it is linked to the calendar), I'm talking about the small calendar that is in the header of the scheduler.
Declined
Last Updated: 27 Jan 2022 12:04 by ADMIN
Created by: Will
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
I've found it frustrating to have to search for the definitions of types to find out if they should be instantiated as classes or interfaces.  Coming from C#, the convention there is that interfaces are named with and "I" as the first character.  So, IThing is immediately identifiable as an interface whereas Thing is obviously a class.  I do understand that this would break a lot of current code.   
Declined
Last Updated: 27 Jan 2022 11:58 by ADMIN
Created by: Shrikant
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 27 Jan 2022 11:58 by ADMIN
Created by: Jose
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
The TreeMap widget does not correctly handle items with null values. See this sample code: http://dojo.telerik.com/@jmpg/IxEHub

It's possible to filter the DataSource to not have items with null values, but it would be much better if the TreeMap widget would simply ignore items with null or undefined values.
Declined
Last Updated: 27 Jan 2022 11:53 by ADMIN
Created by: yousfi
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
i tried your demo example :"http://dojo.telerik.com/" its works as well on Firefox 56.0 but does not work on IE11 nor on EDGE as planified.
the videos are concatened in the same web page instead to appear in the specidied frame.
please correct and  tell me the solution on my mail below.