Declined
Last Updated: 14 Feb 2014 13:03 by ADMIN
Created by: Ramin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
itemsPerPage in kendo gird does not picked form lang files.
Completed
Last Updated: 03 Mar 2020 11:22 by ADMIN
Created by: Rodney
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
I want an option on the View in the Drawer to have display full screen similar to the Kindle reader app. So that you click on it and the Navbar will appear it and when you start interacting with the view the Navbar and status bars go away. 
Declined
Last Updated: 10 Feb 2014 10:18 by ADMIN
I'm using a Kendo Mobile View and I've set the data-zoom attribute to true ("data-zoom = true") so that my view can Pinch and Zoom. 

I would like an attribute that I can set to limit the size in which the Pinch and Zoom resizes the contents? I want to set a max and min size. 

I want to make my view so that it can zoom in but I want to constrain the view so that it doesn't get smaller than 100% of the viewport width. I like to set the min-width equal to the viewport width in some way. 

Any help would be greatly appreciated. 
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!
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.
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?
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 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. 
Completed
Last Updated: 18 Mar 2014 10:54 by ADMIN
In our modern applications localization is part of designing a web application. An issue that I know to be ancient is the 'decimal point is comma' issue. In the USA f.i. a fraction and its integer are separated with a decimal point '1.75' but in Europe, in most countries, this is a comma '1,75'.

After selecting f.i. 'nl-NL' (Dutch) for localization the decimal point is no longer accepted as a separator in numeric fields. Most countries in Europe use keyboards with an 'English (United States)' layout meaning that on the numeric pad (to the right) a decimal point key is added not a comma.

Now when entering numbers with fractions in the web site users with such keyboards must type the comma key (on the left) in order to be able to enter the separator between the integer and fraction which is annoying.

It would be nice if Kendo UI would allow for the decimal point key in the numeric pad to be treated as a separator between integer and fraction
Declined
Last Updated: 07 Oct 2016 12:13 by ADMIN
A Pluralsight Course or Telerik Video Training, building a real App with KendoUI Mobile and AngularJS in AppBuilder that shows MVVM, remote DataSources, SQL Storage on the device, BarcodeScanner, Analytics and Backend Services.
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: 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 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.
Completed
Last Updated: 09 May 2016 16:46 by ADMIN
Implement Excel-like functionality of selecting a cell, selecting the bottom right corner and then dragging down to either copy the value (string) or increment (number).  This feature saves a lot of time and is the main reason we use custom Excel apps as database data entry tools.  Implementing this in Kendo would allow us to migrate to the web
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.
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.
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 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: 10 May 2016 08:11 by ADMIN
Created by: Mikee
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
26
If you need to draw a horizontal line in Kendo DataViz Chart (to express desired target value for budget consumption, for example), you have now only two possibilities using line series or plot bands. Unfortunately both approaches have drawbacks:

1) Using additional line series
In this case the line doesn't start at the beginning of the image of the chart, there is visible margin. Also, the determining of number of values for the line series is painful in case you have multiple series with different value counts bind on server side.

2) Using plot bands
In this case the actual width of the band is dependent on the scale of the chart, which can be dynamic depending on data. So this approach is not usable if you want a line width specific width.

What we need is draw a simple line with given width, color and brush.
Unplanned
Last Updated: 20 Jan 2020 08:20 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
12
I would like to have a chart like circular progress chart that use in lots of infographic diagram like the one below.

http://stackoverflow.com/questions/11202920/circular-radial-progress-bar

I managed to make it work by doing some manipulation to the donut chart like the one below that look similar to it but I believe the Kendo team can come up a better one and more reusable.

http://eswkchartdemo.azurewebsites.net/Dataviz/RealtimeDonutChart