Declined
Last Updated: 04 Nov 2015 10:28 by ADMIN
Created by: Loren
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be nice if there was a render setting for KendoUI controls that match Bootstrap elements. I know there is a Bootstrap theme but it doesnt come close to how bootstrap truely looks

for example the KendoUI Grid could render out a Bootstrap Styled Table but setting the render option to "Bootstrap"
Declined
Last Updated: 02 Nov 2015 10:53 by ADMIN
Created by: Harsh
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
We need to set a date range in a single textbox instead of two different textbox using Kendo date and datetime picker.
Declined
Last Updated: 22 Jul 2021 19:29 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
<input data-role="maskedtextbox" data-bind="value: ip_address" data-mask="000.000.000.000"  />

The problem is that if you don't use all digit places, you have to put a zero (192.168.002.100 vs 192.168.2.100).  I would like there to be a max number of characters (3) in-between the periods.  
Declined
Last Updated: 23 Jan 2020 18:34 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In my bubble chart, I'm trying to center each tooltip above it respective bubble.  However, each tooltip doesn't show up in the same relative position for each bubble.  This makes it very difficult to perfectly center each tooltip over its bubble.  It would be nice if there were an option to center the tooltip vertically above the bubble.
Declined
Last Updated: 22 Jan 2020 07:15 by ADMIN
Created by: Michaël
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi,

Kendo DataViz is getting awesome, but I always feel that some (albeit) common operations are made very complicated. I know there is some compatibility that must be assured but I some point the usage would be much better. Here are some common operations that are currently quite unintuitive:


* Reverse the order of an axis: reversing the order of an axis (so that values are on the right of the chart instead of the left), must currently be done by setting a very high "axisCrossingValue" (wtf?), as shown here: http://jsbin.com/iyiqec/1/edit?html,css,js,output

This definitely sounds like a hack and the wrong solution to the problem. A simple labelAlignment (left / right) would be far more intuitive.

* Being able to draw all points but still use baseUnitStep to "auto": let's say I have a chart with a lot of points. This means you need to use baseUnitStep to "auto". However, a bad consequence is that it now renders only the point for each step computed after baseUnitStep. This is often not the expected behaviour and, while drawing less labels, I often still want to display all the points (or more points). Currently, the super complicated way is to use the obscure "categoryAxes" property, make sure that one axis is hidden (but will be assigned the point), and other one is set to baseUnitStep auto, as shown here: http://dojo.telerik.com/@germanov/ULUGi

Maybe a simpler "valuesStep" option that would allow to override the step for values, independently of the category axis, could be introduced.

Thanks!
Declined
Last Updated: 23 Jan 2020 20:25 by ADMIN
Created by: Jeremy
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
I'm currently using a chart with "categoryAxes.select" as a navigator for multiple other charts.
Problem being, when I display too much data, the navigator (and other charts) become laggy.
To help prevent that, I'd like a way to make the "selectEnd" and "SelectStart" events only fire on mouseup.
That would prevent multiple redrawing and help with the performance.
Declined
Last Updated: 08 Oct 2015 11:20 by ADMIN
Created by: Summit Insights
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently adding additional shapes to the diagram can cause the layout manager to re-adjust the position of current visual shapes(shapedefaults: {visual}).  It would be nice to have an additional event after all dataitems has been retrieved, currently the databound is executed for every row. 
 
Declined
Last Updated: 08 Oct 2015 11:15 by ADMIN
Working example or injclusion in kendo drawing api so that free form drawing of lines, text etc similar to the asp.net ajax image control can be drawn over a image and/or dom element. Using both mouse and/or touch events.
Declined
Last Updated: 08 Oct 2015 16:13 by ADMIN
This should work like your silverlight version
Declined
Last Updated: 02 Mar 2021 16:29 by ADMIN
Created by: Kjartan Valur
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
1
Please impliment a simple way to display errors in tooltips for every control to prevent form cluttering.
Declined
Last Updated: 22 Jan 2020 14:29 by ADMIN
Created by: Ian
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
8
The step style for lines in a chart is very useful for logging digital data changes however in Kendo it only can be applied to line charts and not scatter lines where it would be very useful for telemetry displays.

A choice of step first or step last where the visual change appears attached to the previous point on on the new point would be especially useful.
Declined
Last Updated: 23 Sep 2015 10:00 by ADMIN
Create a kendo ui router for SPA like ui-router for angularjs.
Declined
Last Updated: 19 Sep 2015 08:28 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In a Combox, when you enter some characters, it will filter the list of items automatically for you when you are typing. For example, when you type "j", all items which contain "j" will appear in the list. Everything works so far until you need to type some character of Chinese with an input method. For example, when you try to input "è„š" (which means foot in English), you need to input "jiao" (the Pinyin of "è„š") within the input method. And something strange starts happening: the Combox will capture the first "j" and make it the first character in the Combox, and will still let "jiao" continue to get "è„š", and the final content in the Combox is "jè„š", but what we expect is "è„š" only. 

It seems like a defect.
Declined
Last Updated: 15 Sep 2015 15:55 by sai
Created by: sai
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
Good day,

I have a list which is having elements, based on that list the grid will be obtained. I've a requirement of changing the order of elements in that list. So when i change the order of list and run the report, the grid is obtaining with the order of before list but not with the newly changed order.

Can i reorder the Grid columns based on that list elements after changing the order of list?


Thanks,

Sai
Declined
Last Updated: 21 Oct 2021 09:55 by ADMIN
Created by: Dean
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently the actions in an ActionSheet can only execute functions defined in the global space as stated in the documentation here: http://docs.telerik.com/kendo-ui/mobile/actionsheet#executing-actions

"The callback can be either a function, or a method of a JavaScript object in the global scope."

I want to be able to specify a data-model attribute so that the callback for my actions can be functions defined in a kendo observable (more specifically the kendo observable used by my view).

This functionality would be similar to how data-model attributes work with modal views.

As it is I don't want to be defining functions in the global scope - I consider it sloppy and messy. Does it not makes sense to use the scope of the containing view's model?
Declined
Last Updated: 14 Sep 2015 07:51 by ADMIN
Created by: Palanisamy
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
While implementing virtual scrolling in kendo grid, I am not able to see loading symbol in my application. But in the demo i could see.For that what i need to do? Kindly help me.
Declined
Last Updated: 08 Sep 2015 11:56 by ADMIN
Created by: vivek
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
sorting the cloumn in grid as per Value added in the text input 
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: 11 May 2016 12:54 by ADMIN
Created by: Graham
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
Declined
Last Updated: 23 Jan 2020 18:53 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
The ability to use multiple navigators on a column chart. 
Currently the option to compare two ranges of data on the same chart is not available out of the box.