Declined
Last Updated: 22 Nov 2013 17:13 by ADMIN
Created by: jianzhuang
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When we resize the browser, the window should center.
Declined
Last Updated: 26 Nov 2013 14:30 by ADMIN
Created by: Timothy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
kendo.format("{0:#,##0.######}", 4.336808689942018e-22)

This will throw an error: RangeError: toFixed() digits argument must be between 0 and 20

This appears to be a bug inside the format function.
Completed
Last Updated: 22 Jan 2020 07:25 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Please add Z index configuration options for all charts and their elements. This would greatly improve your product offering, making difficult workarounds less necessary.
Completed
Last Updated: 02 Mar 2021 17:13 by ADMIN
I am adding i18n to an application to support 22 countries.  The data-title does not appear to be able to be set via JavaScript.  I have a highly dynamic application and I'm using localization for all labels and need to change the titles on the fly.
Declined
Last Updated: 21 Dec 2013 17:05 by ADMIN
The grid should work correctly when grouping large datasets.  Currently the grid does not always display all of the groups.  IN addition groups come in and out of existence when you scroll.  It seems kind of strange that it supports grouping but doesn't work correctly in a real world scenario
Declined
Last Updated: 23 Dec 2013 09:03 by John
Created by: John
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
imageBrowser: {
				messages: {
				 dropFilesHere: "Drop files here"
				},
				transport: {
					read: "/content-page-generator/image-browser?act=read",
					destroy: {
						url: "/content-page-generator/image-browser?act=destroy",
						type: "POST"
					},
					create: {
						url: "/content-page-generator/image-browser?act=create",
						type: "POST"
					 },
					thumbnailUrl: "/content-page-generator/image-browser?act=thumbnail",
					uploadUrl: "/content-page-generator/image-browser?act=upload",
					imageUrl: "http://images.xxx.com/{0}"
				}
			 }

This is a part of my javascript code from Kendo.But the Kendo "kendo.all.min.js" formatting my link.We needn't formatting images src.
error:
return r&&"f"===r.get(A)?(e=i(n.path(),r.get(S)).replace(_,""),o&&(e=v(o)?o(e):c.format(o,encodeURIComponent(e))),e):t},
change:
return r&&"f"===r.get(A)?(e=i(n.path(),r.get(S)).replace(_,""),o&&(e=v(o)?o(e):c.format(o,decodeURIComponent(e))),e):t}, 
Declined
Last Updated: 10 Jan 2014 14:45 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I have two kendo grids. Parent grid contains rows with data to request.  When the numerictextbox is triggered with a spin or change that row is added to another grid (child grid) with the number from the parent numerictextbox in the child numerictextbox.  However... after several triggers... the spin action starts to add two instead of one.  Has anyone had this issues? any work arounds?
Unplanned
Last Updated: 20 Sep 2021 15:09 by ADMIN
Created by: Adrian
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Facilitate mvvm binding for plot bands
Declined
Last Updated: 10 Jan 2014 15:15 by ADMIN
Support of KendoUI for Mobile Grid controls with sorting,filtering,paging options
Completed
Last Updated: 17 Jan 2014 16:20 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When the data set is changed and the chart is redrawn there should be an option to move from the current values to the new values. Like it already exists on the gauge charts. But what about a line chart with ever changing values? 
Completed
Last Updated: 17 Jan 2014 16:06 by ADMIN
Explain the characters used in a date format string, or at least describe to what standard they are evaluated.
Completed
Last Updated: 17 Jul 2014 14:31 by ADMIN
Declarative binding is sometimes difficult to debug and might benefit from getting verbose logging in the console.

There is obviously a trade-off considering the size of files but this feature might only be available in the non-minified version through the build process.
Declined
Last Updated: 31 Jan 2014 15:02 by ADMIN
Created by: Paul
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Background Audio Support for HTML5 Audio on iOS7 for ICENIUM builds.
Declined
Last Updated: 31 Jan 2014 14:57 by ADMIN
When loading the content of tab, the loading indicator's position is not correct. For the kendo default theme, the indicator is at the top of tab header (correct). For the legacy theme (WebBlue), the indicator is at the bottom of tab header, besides, the width of that indicator is bigger than the width of the header.
Declined
Last Updated: 31 Jan 2014 14:41 by ADMIN
Created by: Piyush
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I have four chart legend and i want to position Two on left and Two on right is there any such feature in Kendo UI Charts.
Declined
Last Updated: 31 Jan 2014 15:13 by Andrew
Created by: Andrew
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
With Q3 2013 SP1 & SP2, when drawing a bar chart that has both negative and positive values, with the y axis intercepting at 0, the bar chart animation for bars to the left of the y-axis originates at the left hand end of the bar. Previously, the animation originated at the y-axis for bars either side of the axis. 

See this JSBin for a working example:

http://jsbin.com/ubixOluZ/1/edit?html,js,output
Declined
Last Updated: 07 Feb 2014 13:42 by ADMIN
Created by: Gal
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
match kendo to telerik asp.net ajax skins so we can incorporate kendo in an asp.net web app without loosing the look and feel. 

We use all of Telerik skins in our web app and users can pick any look they like. BUT adding kendo to our app means to style kendo in 20+ ways ! too much for us. 
Unplanned
Last Updated: 08 Jul 2021 10:59 by ADMIN
Created by: Tony
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Can you add an undo button to Editor control to undo typing?
Declined
Last Updated: 07 Feb 2014 14:01 by ADMIN
I would like to have the ability to have a hybrid of caching and reloading views.  If I have example.jsp?report_item=1 and example.jsp?report_item=2, I would like those to load as separate views.  But when I make the example.jsp?report_item=1 activated again after it was already loaded, I would like it to use the already loaded view.
Completed
Last Updated: 21 Jan 2020 15:05 by ADMIN
Created by: Michael
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be stupid awesome to have a custom theme allow for selection the new project wizard!  That's consistency promotion!