Declined
Last Updated: 22 Nov 2021 14:16 by ADMIN
Created by: Robby Parker
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
The Drawer widget doesn't work in Intel XDK emulator. It works fine on the device using Intel App Preview, but not being able to select an item from the drawer in the emulator kinda is a show-stopper for navigating the app.
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: 14 Oct 2021 11:24 by ADMIN
There are times when it is not obvious that the Listview contains more records than are displayed. It would be nice to have an optional indicator that there are more records above or below the current scrolled view. Another option is to keep the scrollbar turned on.
Declined
Last Updated: 15 May 2015 12:40 by ADMIN
I have a very simple chart, with date category axis, 2 series with just 2 values (two days). I set rotation for labels on a category axis to 45.
When any "label" in a legend is clicked, the labels disappear.
This problem appears only if rotation is set to 45. I have tried to set rotation to 40 or 90 - both are just fine. But rotation 45 seems to be broken.
Declined
Last Updated: 11 Mar 2021 15:33 by ADMIN
We recently implemented a bubble chart for our system. The users loved it but wanted to see custom markers that would indicate "direction" of the data value. We couldn't see a way to put custom markers on the bubble chart (hence the term bubble I guess) so we looked at the scatter chart. This did everything we needed (custom marker, relative sizes, etc) but did not allow us to click on a marker that was behind another (like the bubble chart). We would like one or the other.
Declined
Last Updated: 11 Mar 2021 15:12 by ADMIN
Created by: Sam Bronchetti
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
On RadMap and other visual tools, it would be beneficial to have the ability to alter colors for specific data points or have each data point have the ability to define a color.  This would be similar to how series in RadCharts work in that I could define a color for a specific marker, or layer, etc.
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
Declined
Last Updated: 27 Jul 2021 13:28 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
[  Numeric Text Box ] [  /\  ] [ \/ ]

the spinners are small and I would like them to be bigger at the cost of screen space
Declined
Last Updated: 07 May 2015 10:19 by ADMIN
Created by: Naresh
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
We have a use case where we are using ContextMenu with the following configuration:
showOn 'click'
alignToAnchor  true, 

Anchor being a button and on click of the button, context menu opens but the focus doesn't shift to it and remains still with the button.
Declined
Last Updated: 28 Apr 2015 11:34 by ADMIN
Created by: Ashish
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
While re-sizing the column of the Grid Chart, the columns of the grids looks a bit distorted, a bit of merged to each other partially. When we scroll the page a bit, the issue get resolved. So, for me, it looks like the state of the Grid was frozen for some time and scrolling the page reset the same.

Note: This issue is seen in Chrome (Web Version) Only. I have tested the same in Firefox and IE and it works absolutely fine. Any help?
Declined
Last Updated: 20 Oct 2017 15:23 by ADMIN
Created by: Brad
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
If there is a way that we can lock the top row of our grid and still use the browser scroll instead of their grid scroll? Right now we lose that top header row and it’s making everyone crazy. 
Declined
Last Updated: 22 Nov 2021 14:12 by ADMIN
Created by: Ed
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
5
Expand Chrome Inspector to allow easy creation of DOJO. In the Inspector, we can see all the options as well as the data for the widget. The created DOJO should be simple (at least to start), meaning local data and all the options. At the very least, the Chrome Inspector should allow copying of the options and the data so pasting into a DOJO is as simple as possible.
Declined
Last Updated: 21 Apr 2015 12:21 by ADMIN
Created by: khalil
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
The grid has support the auto column width, in case using the frozen column the grid doesn't display any column,
so i think it really need to support auto column width with frozen columns.
Declined
Last Updated: 11 Mar 2021 14:59 by ADMIN
Created by: Jack
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
0
See http://hammerjs.github.io/
Declined
Last Updated: 16 Apr 2015 08:23 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
please make kendoui more simple and more open.
Declined
Last Updated: 14 Oct 2021 11:22 by ADMIN
Created by: EZ
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
When the chart is rendered, it would be nice if the various chart elements (SVG groups/paths/shapes/etc) were assigned class names so that we can further tweak the chart using javascript, d3.js, drawing api, etc. 

The addition of visual styles helps, but they are not available on all elements,
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
Declined
Last Updated: 31 Mar 2015 07:29 by ADMIN
Created by: Mark
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Hello is it possible to Display down to hours:min:seconds in you Gannt chart product ?
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: 26 Jul 2016 13:50 by ArtB
Created by: kamesh
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Please enhance 'Grid copy' feature on Kendo grid to copy column headers also to excel.