Use checkboxes besides the dynamically created items in the legend of the chart without defining a custom legend. Please see the attached image here : http://www.telerik.com/forums/can-i-use-checkbox-on-dashboard-tip
The hover in grid has to be on entire row/item, not only in frozen/normal side, as it is now. Office 365 & Nova theme have default support for item hover, but this does not work properly when having frozen columns.
Why Code Library is nearly empty? While checking up results at forums, nearly I can not find what I'm looking for. To speed up this process. You may add more examples from stuff to the Code Library. Specially about extending current version of widgets, I think it will give a better understanding of the kendo api.
As there isnt a pure spreadsheet control, adding this function will allow users to still make changes in excel but visualize it in the app.
Add an option to rotate the text 90 degrees when the tabPosition is set to Left or Right. Without this on a mobile device the control is useless as it takes up the whole screen.
HTML5 Diagram Control - allow scrolling in the control
Hi The possibility to group stacking for line series in chart. See original support ticket: http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=994050 and suggested functionality with comments: http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/11035605-chart-group-line-series-stack?tracking_code=7b903b73dd0adea247eee1334ab58526 I was not sure how to open the suggested functionality again so I posted a new thread. Regards Kjetil
KendoUI Grid is awesome! Everyone who have used it before knows this. It's true usefulness is when it is paired with server-side paging/filtering/sorting/etc. It's power can further be enhanced if it was paired with ElasticSearch to allow for searching and stuff like that. I'd love to see something that can interface with Elastic Search from the KendoUI team. Currently we made it ourselves, but it's a huge pain and very hacky.
We have been migrating from using the RadControls for ASP.NET Ajax to the Kendo UI suite, and have found the controls very useful. However there appears to be a slight discrepancy between the parsing capabilities of the two libraries. eg. http://demos.kendoui.com/web/datepicker/index.html http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx If you type 1-1 in the RadControl demo, this is correctly parsed as 1-Jan-2012 If you type this in the KendoUI demo, this is not parsed correctly It would be great to have the same flexibility of parsing of the dates as per the RadControls?
Toggle button with yes/no or any customized option to get true/false from user. Mobile switch was not working properly in page. Required a separate control for MVC web pages.
1) each release version please give a compatiable list if kendo UI use new version of third party js framework, especially angularjs. for example: the 2015 Q3 v2015.3.930, which is shipped angular js 1.4.6, i want to determine is it compatiable with angular 1.3.x because in enterprise solution, the third party javascript library upgrade new version is impossible, some components depends on angular 1.3.x. 2) please think about support angular js 1.3.x, like the jquery 1.9.1, you should keep a stable version support on thirdparty. 3) the road map about kendo support angular.js.
It would be nice if we can programatically call the cell functions (AND, IF ELSE, VLOOKUP etc) directly from code. An example would be, say on a button click, I want to call one of the Excel type functions on all the cells or a select group of cells.
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"
I imagine this would be difficult, but it's a feature that we would most certainly need if we ever were to make this our primary framework... A server-side excel file could be generated as-is, but the problem is that users expect the document to be identical to the grid they are viewing. If they do any filtering/grouping/sorting, they expect the resulting excel document to match. The current Telerik winforms RadGridView does a wonderful job at this and produces an xml excel document - this would be the ideal behavior to duplicate..
We need to set a date range in a single textbox instead of two different textbox using Kendo date and datetime picker.
Easy way to have a seperate conroller and template for kendo Windows with AngularJS. see here: https://github.com/kjartanvalur/angular-kendo-window
Can we make the tabstrip scroll-able instead of wrapping tab items to another line? Let's say I'd like to target both Ipad and iphone and the tabstrip would have 6-7 items. http://www.kendoui.com/forums/mobile/tabstrip/tabstrip-wrap.aspx
This should work like your silverlight version
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.