Declined
Last Updated: 22 Jul 2021 19:07 by ADMIN
Created by: Heba
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Please Add Skin Chooser control
Declined
Last Updated: 05 Jun 2013 22:38 by ADMIN
It would be cool if it were at least easier to put a kendo style modal within a kendo window that covers the content of the window. 
An example: Confirmation of action, if a user clicks to close the window it would be nice if a modal could be displayed, covering only the window content until the user confirms or cancels.
Declined
Last Updated: 27 Feb 2015 21:28 by ADMIN
Created by: blake
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
It would be very beneficial to have the ability to set our own labels on our chart types. This way instead of having labels set a set amount for example 10s, for 1 to 100, labels could be set at just the intervals that make sense for our chart. Like 1,15,63,100. Since ranges can already be set at a variable amount it would be helpful to label those at the point they change.
Declined
Last Updated: 20 Nov 2014 19:09 by ADMIN
Created by: kishore
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
I had a combo and grid on page.
Combo has two values: value 1 with 372 items and value 2 with 21 items.
grid has paging enabled with pagesize 20 and serveroperation false.

Now when i select value 1 in combo then all 372 items are displayed in grid and then i go to 6th page of grids paging at this time in grids paging it is shown "101 - 120 items of 372 items"and then if i select value 2 in combo then no items are displayed in grid but paging shows "101 - 21 of 21 items" because it is yet on page 6 but this time there is no page 6 and in controller the request shows page 1. This is a bug.

Regards,
Unplanned
Last Updated: 22 Apr 2021 10:55 by ADMIN
Created by: Jason Feng
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
provide option to make search input in listview fixed on top while user is scrolling.
Declined
Last Updated: 27 Feb 2015 21:27 by ADMIN
Created by: Oscar
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
CKEditor provides the "Insert Template" feature which gives the user the ability to design/create HTML Templates, add it to the toolbar menu, and reuse them. Please see the CKEditor documentation below for reference:

1. http://ckeditor.com/about/features#user-rich-content (see "Templates" on the right)

2. http://docs.ckeditor.com/#!/api/CKEDITOR.template

3. http://ckeditor.com/addon/templates

This will be a tremendous addition to the Editor, giving us the ability to create special-purpose HTML snippets, add them to the toolbar, and reuse them throughout (e.g., footnotes, bibliographic entries, etc).
Unplanned
Last Updated: 20 Sep 2021 16:18 by ADMIN
Created by: Tony
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Hi,

I have a ticket on this but wanted to make sure it gets attention as I think it's a critical functionality that a main competitor implements well and Dataviz lacks.

We need to be able to chart date based data with discontinuous data. For example, events data with a start date and end date. Here is a set of features that would make DataViz competitive:

1. Provide the ability to combine various chart types with different datasources...both remote and local. we need to ba able to plot date based data from many sources.
2. Include a simple, easy to use way to sync all included charts to a navigator/selection tool or a set of date pickers. This could be as simple as a property that links charts, similar to the cascading dropdowns.
3. Fix the problem of tool tips not working over the navigator and selection tool charts.While not a huge problem, clients complain that the underlying chart is useless without tool tips to provide the numeric data.

As always thanks for listening and hope this gets some attention.
Declined
Last Updated: 14 May 2021 08:28 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Add a way to keep the highlight in list view - useful in split view so that it's clearly visible which item is selected (to be consistent to iOS, e.g. Mail app)
Completed
Last Updated: 20 Nov 2014 19:18 by ADMIN
Created by: Adrian
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
As per forum thread: http://www.kendoui.com/forums/mobile/listview/endlessscroll-with-scroller.aspx

The Listview should look for any parent scroller to determine endlessScroll rather then look at the View's scroller.
Completed
Last Updated: 20 Sep 2021 15:08 by ADMIN
Created by: voripteth
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Tick marks on charts have only been partially implemented.  Add the ability to show major ticks at step intervals (as done with labels) and show minor ticks between the major ones.  Allow this option on all charts (or at least column, line and area charts) and on X and/or Y axis.
Declined
Last Updated: 01 Oct 2021 12:49 by ADMIN
Created by: voripteth
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
My application need the ability to display data using a logarithmic X axis.  Kendo doesn't seem to do this but it is available with Flot using a transform option.
              xaxis: {
                    transform: function (v) { return Math.log(v); },
                    inverseTransform: function (v) { return Math.exp(v); }
                },

The transform function supports many other was of reinterpreting the axis so it does much more than just Logarithmic displays.

I love the look of Kendo.  Please consider adding this to your visualization package!
Completed
Last Updated: 09 May 2016 17:07 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
I would like the ability to make the End Date filed optional when creating a recurring appointment via the Kendo Scheduler.
Completed
Last Updated: 17 Jul 2014 15:23 by ADMIN
Created by: Justin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Currently in data bound mode of the ScrollView doesn't allow filtering of the datasource.
Declined
Last Updated: 20 Nov 2014 19:24 by ADMIN
Created by: MEHMET
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Your grid so successful but it must have filter row llike devexpress.
Completed
Last Updated: 17 Jul 2014 15:15 by ADMIN
I would like to see a robust data-grid for tablets.  Bring over as many features from your desktop grid into the mobile world.
Declined
Last Updated: 27 Oct 2021 13:04 by ADMIN
When multiple popovers are supported, clicking on a button to open popover1 should automatically close popover2.  Your popover demo demonstrates the problem, but bypasses the pain point by positioning the popover buttons on opposite sides of the form.  Often multiple buttons on a Nav bar will cause popovers, which will overwrite portions of each other when multiple are displayed simultaneously.  I tried a quick workaround, which didn't work.
Completed
Last Updated: 21 Aug 2014 09:14 by ADMIN
If I only have 3 items in a grid then it should only be as tall as it needs to be to show them, but if I have 100 items then I want it to be tall enough for 10 items or for say 300 pixels and turn on scrolling. If it's shorter than the threshold I don't want the scrollbar shown at all.
Declined
Last Updated: 22 Nov 2013 18:08 by ADMIN
Setup: 
* KendoUI Community Edition v2013.2.716
* Multiple resources in event

When Field in Event contains Array of guids - it shows fine in the event, but on grouping throws an error (as guids are treated incorrectly in filtering function)
When guid is wrapped by '', then grouping works well, but Event do not show assigned resources...
Using debugging I found that problem is in filtering (Piece from the code): for(r=a.filterExpr(e),s=r.fields,d=r.operators,o=c=Function("d, __f, __o","return "+r.expression),(s.length||d.length)&&(c=function(e){return o(e,s,d)}) 
Declined
Last Updated: 23 Jan 2020 18:47 by ADMIN
Created by: T
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Similar to specifying legend to bottom of chart, we should be able to put X Axis (or category Axis) Labels on the bottom, regardless of where the axis crossing value is. Sometimes the axis crossing value has to be at zero but the labels get in the way if this is the middle. If the data is dynamic, there is no way to use margin or padding consistently
Declined
Last Updated: 28 Jul 2022 06:05 by Nora
Created by: Tony
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Can you add a grammar check similar to MS word?