Unplanned
Last Updated: 01 Oct 2021 14:09 by ADMIN
Created by: Mark
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
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.
Declined
Last Updated: 01 Oct 2021 12:58 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
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.
Declined
Last Updated: 01 Oct 2021 12:55 by ADMIN
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".
Declined
Last Updated: 01 Oct 2021 12:49 by ADMIN
Created by: voripteth
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
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!
Completed
Last Updated: 01 Oct 2021 12:41 by ADMIN
Created by: David
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
the baseUnit options ist great but i need seconds as baseUnit
Completed
Last Updated: 01 Oct 2021 12:33 by ADMIN
Created by: mgs
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
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.
Completed
Last Updated: 01 Oct 2021 12:28 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
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
Completed
Last Updated: 01 Oct 2021 12:17 by ADMIN
Created by: Per Lindsø
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Under Review
Last Updated: 01 Oct 2021 12:04 by ADMIN
Created by: Roman
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
10
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.
Under Review
Last Updated: 01 Oct 2021 12:04 by ADMIN
Created by: Mohamed
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
13
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
Completed
Last Updated: 30 Sep 2021 08:14 by ADMIN
Created by: Kash
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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.
Declined
Last Updated: 30 Sep 2021 05:18 by ADMIN
Created by: Altenor
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
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 =]
Declined
Last Updated: 23 Sep 2021 11:18 by ADMIN
Created by: Oscar
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
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.
Completed
Last Updated: 23 Sep 2021 11:17 by ADMIN
Created by: Ali Kemal
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
all selectable widgets can have clearSelection() method like kendoGrid.clearSelection()
Declined
Last Updated: 23 Sep 2021 11:12 by ADMIN
Created by: Przemek
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
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
Declined
Last Updated: 23 Sep 2021 11:11 by ADMIN
Created by: SWAT
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
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,
Declined
Last Updated: 23 Sep 2021 11:10 by ADMIN
Created by: Johan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
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.
Declined
Last Updated: 23 Sep 2021 10:58 by ADMIN
Created by: Bill
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
I would like to see how you would integrate one of Kendo UI's more complex web demos (e.g. the detail template for the grid)  into a backbone view
Declined
Last Updated: 23 Sep 2021 10:56 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Kendo UI is great but it does not work with the integrated webkit in Qt.
Completed
Last Updated: 23 Sep 2021 10:52 by ADMIN
It's obvious enough. I made normal size buttons with plus/minus functionality but there is no "minus" icon now.