In addition to Line and Bar chart types, it would be nice to have support for the Pie chart type.
For example, when the autocomplete list appears or disappears, the entire page flickers to black for an instant. This happens roughly 50% of the time for me. I disabled all my extensions and that didn't help.
Please add toolbar functionality to the Kendo Grid (similar to the Telerik MVC Grid using custom toolbars - http://demos.telerik.com/aspnet-mvc/razor/grid/customtoolbar). Even if the toolbar has to be using strictly a template-based approach, it will still be very usable to be able to plug toolbars inside the grid itself. I know there is a talk already about custom toolbars and buttonsets in the mobile widgets. Maybe this work can then be applied to the desktop widgets as well? With Windows 8 (and iOS/OS X) moving towards the tablet form factors as well as recent and recently announced laptops and all-in-one desktops being touch-enabled nowadays, having touch-friendly functionality UI elements suchs as toolbars and buttonsets on desktop-class widgets too will makes more and more sense as those new devices start making their ways into consumers' hands this coming year.
It would be nice in the grid or treeview modules to have a "DblClick" event handler.
I confess that I got surprised after checking Component One "Studio for ASP.NET Wijmo"! They already have super fast controls based on jQuery UI with support for ThemeRoller, and supporting client and server side operations. Why did you decide to go for the client side approach?! Also, the controls work really fast and have nice widgets like differente types of galleries. I hope Telerik decides to go this way with Kendo UI.
A couple of suggestions for UI widgets 1. Time Pie - A small circle not unlike a pie chart, with the full 24 hour cycle around its perimeter. Example: http://oakland.crimespotting.org/ 2. Calendar Week Bar Chart - A bar chart associated to the calendar week. Example: http://oakland.crimespotting.org/
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.
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.
The forum is great but missing some critical features. - Search a specific Topic area "Kendo UI Framework" or forum like "Data Source" - Active Threads (show threads updated to today or since last visit) - More notification options
sparklines are important data visualization that is missing. would be great to have it. you can take inspiration from http://omnipotent.net/jquery.sparkline/#s-about
would be great to be able to set the datasource of a grid to xml (or mvc 4 data).
The editor is good, but I'd like the ability to add a drop-down to the toolbar that contains predefined styles that I could apply to elements being edited. These styles would simply be classes, not inline CSS. For example, I might have a style named "Introduction" that applied the class of "intro" to the element I have selected.
We just want to update/edit the Mysql data. Is there any possibilities to do this type of job in Kendo Editor. Please provide me suitable help on it.
It's a relieve that we can use $('#grid').kendoGrid('refresh') already. Thank you guys! However, it still seems to be a problem when we need to get the instance of a created componente. For example, if you need to access the grid's thead element, the only possible way is through $('#grid').data('kendoGrid').thead. If I try do this the natural way, (e.g. $('#grid').kendoGrid().thead), my grid is reinitialized. That's a pain. The expected behavior for most experienced jQuery users is that if plugin is aready instantiated for a specific element, calling it's initializer method should return the instance, instead of creating it again. Other than that you guys have been brilliant. Never saw anything even close. As I said my coworkers, if KendoUI was a girl, I'd totally marry her. Keep up the good work =]
kendoui grid batch editing not working with jquery 1.8.0
It would be like navbar but separately stylable (by default black) and one that can be placed into a footer. Like navbar it could hold buttons, only title would be omitted
I have seen a few different samples on how to implement a dynamic skin chooser for Kendo UI Web, but I think this would be a great UI control to be added to the suite itself. None of the code samples I have found are simply drop in and use, but require slight modifications.