Please provide "retina" support for Kendo Map. At this point its kinda "table stakes" for a mapping component - let alone one that you need to pay for.
We use KendoUI more and more in our Dynamics CRM development. Having the KendoUI support script# would make our choice to utilize Kendo even easier. Today if we want to use Kendo then a separate TypeScript project is used.
Provide a product migration guide from your sister products (e.g., silverlight controls, radcontrols) which presents use cases such as: "If you have a asp.net radgrid such as... you could do the same task similarly with KendoUI by..." Having complementary examples implemented using your various product types instills a bit of confidence that interfaces created in one environment could potentially be emulated or duplicated in another. With maybe some best practices or "known gotchas".
My application need the ability to display data using a logarithmic X axis. Kendo doesn't seem to do this but it is available with Flot using a transform option. xaxis: { transform: function (v) { return Math.log(v); }, inverseTransform: function (v) { return Math.exp(v); } }, The transform function supports many other was of reinterpreting the axis so it does much more than just Logarithmic displays. I love the look of Kendo. Please consider adding this to your visualization package!
the baseUnit options ist great but i need seconds as baseUnit
Currently, if a page's font size is just a little bit larger (for example 14px), some widgets do not display correctly. Sometimes the images alignment is wrong, sometimes borders do not fit. As an example, look at... http://www.kendoui.com/forums/ui/general-discussions/widget-display-with-changed-font-size.aspx With frameworks like Bootstrap it is quite common that the font size is not too small. So currently it means work to use Kendo and Bootstrap together, I suggest you either improve the widgets' rendering so they do not rely on a certain font size. Or another solution would be if each customer could create a specific CSS from the LESS by setting some variables.
It would be great if I could resize a widget to span multiple columns in the kendo sortable panel demo. http://demos.telerik.com/kendo-ui/sortable/sortable-panels
Wondering why there still no feature request open about this, but here we go. Add RTL support for mobile widgets. RTL it currently supported throughout Kendo UI Web, but not in Kendo Mobile. Mobile Drawer should slide from the right, Mobile ListView currently has issues etc.
currently we can not use data-transition in modalview .... it is just a fade effect for now.. We would like to use overlay:up and overlay:down for modal view: http://demos.telerik.com/kendo-ui/mobile/modalview/index.html
Ontario and Canadian Govt ask all new sites to be WCAG 2.0 level A compliant since Jan 2014 and AA compliant by 2021. We need toolset fixed for this regulatory requirement.
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 =]
Samsung and Intel are releasing new products with Tizen a few weeks from now and are in full throttle promoting it to developers (we actually just started a project for a client who asked to include Tizen tablets as a target device). It might be a good idea for KendoUI to implement full support for Tizen early --- and it might actually NOT take a lot of effort to do so.
Could you please provide a way to change the default 200ms fade:in modal view animation? Ideally it should work with all transitions that a standard view accepts. This suggestion is related to the following thread on the forum: http://www.kendoui.com/forums/permalink/EGf2Nau-3kuoKa0JQsqANQ
When loading a remote view on a large project project, i would love to have the option to load the view css only when needed instead of loading each and every css in the main app page. Thanks, ilan,
Make auto complete also available in Eclipse. It would be very nice that we could use Kendo UI in the Eclipse IDE and have auto complete working just as easy as in VS201x. A lot of Java development is done in Eclipse. So did I with JAX-RS (Restful WS) and Kendo UI Web and mobile. But coding JS with Kendo UI in Eclipse is like coding with notepad.
Kendo UI is great but it does not work with the integrated webkit in Qt.
It's obvious enough. I made normal size buttons with plus/minus functionality but there is no "minus" icon now.