Completed
Last Updated: 17 Jul 2014 14:44 by ADMIN
Created by: Leo
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
This might sound like a strange request but it would be really nice if KendoUI also  provided HTML5/CSS3 templates that could be used in conjunction with the KendoUI framework to develop front-end for Web applications that are specifically designed for Tables and iPhone type devices. 

I’m a Java, server side developer but in many cases I’m forced to also develop the UI template for my client. Now, in the past I’ve used templates from sites such as TemplateMonster and then simply modified it to suit my clients’ needs. But it would be wonderful that in addition to purchasing the necessary license for the KendoUI, I could also be able to purchase the necessary template for my Web app. 

Please take this under consideration. 

Completed
Last Updated: 17 Jul 2014 14:41 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
There is interface inconsistency in some examples/demos using form-like ListViews. It can cause other developers use it as-is and get UX issues. Please check:
http://demos.kendoui.com/mobile/application/transitions.html#view-transitions-login
http://demos.kendoui.com/mobile/forms/index.html#/

If you click/tap between text label and center of list item (where input starts) nothing will happen. And that's wrong behaviour at least for iOS interfaces. Input editing should be activated on click/tap in any place of list item.

Fortunately, it can be easily fixed by adding display: inline-block and width: 100% to <label>
Completed
Last Updated: 17 Jul 2014 14:34 by ADMIN
Created by: Roberto
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
The PanelTab of KendoUI can be integrated into KendoUI mobile. But it does not work smoothly. It would be very nice to get a new widget which is optimized for mobile platforms.
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 Jul 2014 14:29 by ADMIN
Created by: johaswe
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
8
I suggest that you implement a Waterfall/flying bricks Chart type.
Declined
Last Updated: 14 Jul 2014 12:54 by ADMIN
Columns that do not have a width setting become invisible when one or more columns are frozen.  Our grids have widths for all columns except one column which expands the amount necessary to fill all space in a grid when grid is set to 100% width of the page.  Once frozen columns are turned on, the main column then disappears until a width is added, then there is unused column space in the grid.
Declined
Last Updated: 08 Jul 2014 08:43 by ADMIN
Created by: John
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be great if you guys updated the on-line help to reflect the namespace changes from Telerik to Kendo.
Declined
Last Updated: 30 Jun 2014 15:02 by ADMIN
In kendo.dataviz.ui.Chart, the legend.orientation is only used when the legend.position is set to "custom".  I want to be able to set the legend.orientation to "vertical" and the legend.position to "bottom", but if I do that, the chart ignores the orientation and uses the horizontal orientation.
Completed
Last Updated: 30 Jun 2014 12:42 by ADMIN
Created by: Roger
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
The web controls have date and time pickers. I would suggest date and time pickers for mobile controls. I know there is a problem getting them to emulate the current iPhone date/time pickers but modifying the web ones would do for a start.
Completed
Last Updated: 25 Jun 2014 09:23 by ADMIN
Created by: Chatra
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi,

 I am looking for  array of Zip code masking like ['99999-9999', '99999'] to allow either 5 or 9 digits into Zip code text box.

 Something similar to 
 http://jsfiddle.net/8WvHE/


 Thanks,
 Chatrapathi chennam
Declined
Last Updated: 10 Jun 2014 09:28 by ADMIN
Created by: Romil
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I am using ASP.NET MVC and implemented Kendo Grid Inline Add/Edit/Delete functionality.

I am binding data source from server side first time. Then I do Add/Edit/Delete operation on client side in kendo grid data source property.

When I Edit any row which has been added temporary, then I do cancel click , the row is getting deleted automatically from the data source itself. 

The row should be persisted in the datasource. please let me know any solution for this issue.
Declined
Last Updated: 06 Jun 2014 08:49 by ADMIN
Created by: michael
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I am trying to programmatically remove selected items from a multi-select control unsuccessfully. The idea is that we have placeholder items that when selected, automatically populate items without requiring the user to select each one individually. So far, I have been able to remove them by clearing the filter and replacing the control's value property. The problem is that when I return back to the control the placeholder item I had removed re-appears. I have also tried applying the same logic to the dataitems property. I also tried to figure out how to overwrite or cancel the change event all without success. I have spent several hours now trying to add this functionality and am frankly a bit frustrated. I am also now examining other attributes/properties of the control to see if I can determine how/where the control is remembering the previous item selected. Any help would be greatly appreciated. Mike
Declined
Last Updated: 23 May 2014 16:18 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
1. A color should already be set using the UI tool, and you also need the ability to set the color using a hex value
2. Load the color control
3. Change the color to something and apply using the gui color selector controls
4. Save your change
5. Edit the color again
6. Specifically set the color using "#99B8E6"
7. You may need to try to set it to that color "#99B8E6" several times, but after a couple tries UI controls will override your specifically entered color selection to something that is close to that color, but not exactly the color you intended.
Completed
Last Updated: 22 May 2014 12:22 by ADMIN
Created by: Roberto
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
15
In an android phonegap app the user experience in forms is bad for selecting dates or scrolling lists (due to the use of the standard browser). It would be nice to get a set of widgets to get a consistent user experience for all platforms. Check also mobiscroll.com.
Completed
Last Updated: 19 May 2014 12:37 by ADMIN
Created by: Paul
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I use the QR Code control in the Silverlight controls quite often and would love to be able to use something similar with Kendo UI.
Completed
Last Updated: 09 May 2014 13:41 by ADMIN
Created by: Jonathan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be great to have "replace" and "reload" methods on the kendo router.  Similar to the window.location.replace and window.location.reload methods.  This would be extremely useful for SPA development. 
Completed
Last Updated: 09 May 2014 13:34 by ADMIN
Created by: Selvabharathi
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Better handling of label overlap: On multiple data point geting closer with label is always very hard to get over the datapoint, Also the labels are not adjusting.
Can we have some option to adjust the space between between the DataPoint Marker and label this give bit more space

Click events on data points: 
Now the click event is enabled on both the label & marker of the data point. Can we make a option to disable the event on label which makes better when i have the event only on marker is there a way to do so 
Declined
Last Updated: 09 May 2014 10:28 by ADMIN
I am creating resource is Vertical Grouping and time line is showing Horizontal Grouping 
Completed
Last Updated: 07 May 2014 09:01 by ADMIN
If you look around lots of people actual and potential telerik customers are looking for this kendo-breeze real integration.
Telerik will loose ground persisting on the ignorance of this.
BTW my name is Luis Antunes, as I can see i'n still logged in as anonymous
Declined
Last Updated: 25 Apr 2014 16:04 by ADMIN
Created by: Jason
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I understand that many of the controls would require styling automatically. I would like options added to controls to disable the styling if possible.  For example: MaskedTextbox, let me pass in.

{
styling: none
}

as an option on create, and we get a normal, un-styled text box