Declined
Last Updated: 24 Aug 2017 13:06 by Telerik Admin
I am trying to build  a dashboard  using telerik kendo with at least 3 template and a drop down panel from where i need to drag and drop  to those template ...
am using   
<div kendo-sortable class="col-sm-4 placeholder" id="side"
                        k-connect-with="'#main'"
                        k-placeholder="placeholder"
                        k-hint="hint"
                        k-filter="'.widget'"
                        k-on-change="dropped(kendoEvent)" style="width: 180px">...</div>


AND


   <div kendo-sortable class="col-sm-8 placeholder" id="main"
                    k-connect-with="'#side'"
                    k-placeholder="placeholder"
                    k-hint="hint"
                    k-filter="'.widget'"
                    k-on-change="dropped(kendoEvent)">....</Div> 

but by using this i can create only one template how to create rest.
Completed
Last Updated: 25 Mar 2015 11:09 by ADMIN
Created by: S1000RR
Comments: 12
Category: Kendo UI for jQuery
Type: Feature Request
38
/*** Kendo UI Beta v2014.3.1029 ***/
We've tested the brand new TreeList today.
The new TreeList needs...
> checkboxes
> columns should be resizeable
> column reordering
> frozen columns
events
> collapsed
> expanded
Take a look at the "famous" Grid / TreeList...

Regards
Stefan Wolf
Completed
Last Updated: 20 Nov 2014 20:52 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Support for the angular 1.3 version
Declined
Last Updated: 14 Oct 2021 11:10 by ADMIN
Created by: Andrew
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
The mobile application exposes an 'init' event when the application has initialised. This would be useful on all UI widgets, especially in circumstances when MVVM is not being used, for example to check whether other widgets are also initialised and perform actions accordingly.
Declined
Last Updated: 14 Oct 2021 11:10 by ADMIN
When setting the 'useNativeScrolling' to true in 'app.js', the rendering of a drawer is effected.  Additionally, trying to scroll on the drawer actually scrolls the view (which will be partially off the screen).

Some views will not need native scrolling so it would be beneficial to have the option to choose which views use native scrolling and which do not.

I am aware there is the data-use-native-scrolling attribute but this seems to have the same problem as 'useNavtiveScrolling' in 'app.js'.
Unplanned
Last Updated: 11 Mar 2021 14:30 by ADMIN
Created by: Lee
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
3
When trying to swipe up/down a form or left and right for the drawer menus when there are several textboxes/labels it doesn't always work.

This happens when the user starts the swipe action over a textbox/label.  If the user starts to swipe over a grey area (background) it works perfectly every time.
Completed
Last Updated: 22 Oct 2014 14:04 by Nathan
Created by: Nathan
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Mobile Date & Time Pickers would allow much easier use for inputting dates and times into a mobile ui.  The web date & time pickers use a drop down that is not the best solution for mobile use.
Declined
Last Updated: 20 Nov 2014 20:49 by ADMIN
Created by: Jason
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Bug in KendoUI ContextMenu sample
See: http://demos.telerik.com/kendo-ui/menu/context-menu
There is a line of code in this sample:
menu.getKendoContextMenu().destroy();
Which seems to use a "getKendoContextMenu()" method which is nowhere to be seen in the sample or the docs. Was it omitted from the sample? "menu" here is: var menu = $("#menu") so it is a jQuery object, so further reason to doubt menu.getKendoContextMenu() is valid.
Completed
Last Updated: 03 Dec 2021 07:38 by ADMIN
Regarding KendoUI ContextMenu close() method- I believe there is a flaw in the API docs and in the TypeScript typings file. See below:

See API docs at: http://docs.telerik.com/kendo-ui/api/javascript/ui/contextmenu

In the sample for the close method on this page, it has this portion:

    // get a reference to the ContextMenu widget
    var contextMenu = $("#context-menu").data("kendoContextMenu");
    // close the ContextMenu
    contextMenu.close(100, 100);

The "100, 100" params passed here are not needed and looks to be a copy paste from the open() method sample in the api docs. The open() sample passes (100, 100) as x/y coordinates.

Regarding the TypeScript kendo.all.d.ts file the ContextMenu class has this definition for close:
        close(element: Element): kendo.ui.ContextMenu;
        close(element: JQuery): kendo.ui.ContextMenu;
But again, I believe it should take no params.

Please let me know if you confirm this to be the case and if you fix the typings file. Thanks!
Declined
Last Updated: 20 Nov 2014 20:48 by ADMIN
Hello:

I need to move a horizontal column in a grid table, and too i need move a window at the same time. We can do this now? If possible do, what it is the method to do that?
Completed
Last Updated: 20 Nov 2014 20:50 by ADMIN
Created by: Tom
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
We need to place the axis labels on the tick marks for the column series chart instead of between them.
Completed
Last Updated: 15 Oct 2014 08:39 by ADMIN
Created by: Kushal
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
This is quite important especially in finance where we would want to overlay graphs with other graphs data for analysis.

Also would be good to enhance the controls to have more functionality such as min\max lines etc.
Declined
Last Updated: 20 Nov 2014 20:49 by ADMIN
Created by: Miguel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
f I have a columns like columns: `[{field: "Address.City"}]`, then it fails if Address is null. 

Uncaught TypeError: Cannot read property 'City' of undefined 

Expected: to handle nulls in parts of path in the same way as nulls in the leaf (e.g. City in this example). Not doing this, means we can't use the default template, sort or group functions on nested properties. 

Simple Dojo snippet to repro. 
http://dojo.telerik.com/AGeTo
Completed
Last Updated: 17 Dec 2015 12:22 by Telerik Admin
Created by: YANIV
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
4
HTML5 Diagram Control -  allow scrolling in the control 
Completed
Last Updated: 20 Nov 2014 20:47 by ADMIN
Created by: YANIV
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
HTML5 Diagram Control - Allow to customize our own shapes and colors 
Completed
Last Updated: 17 Jan 2017 09:39 by ADMIN
Created by: Julie
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When creating an element to make into a dropdown you can add the attribute 'required'. Instead of this it would be better if the external wrapper was made required so the browser has an element it can focus on, rather than erroring when the page is submitted and validated by the browser. 
Declined
Last Updated: 20 Nov 2014 20:48 by ADMIN
Created by: Robert
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
The SignalR demo does not work in IE8.  I can add records, but not view changes to records made to them.  The error that displays is:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3; MS-RTC LM 8)
Timestamp: Tue, 7 Oct 2014 15:06:04 UTC


Message: Object doesn't support this property or method
Line: 29
Char: 13
Code: 0
URI: http://demos.telerik.com/kendo-ui/content/shared/js/example-datasources.js

Please fix your demo.
Declined
Last Updated: 22 Jan 2020 08:39 by ADMIN
Created by: Tarek
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Like jQuery 2.0, a version that leaves behind the older Internet Explorer 6, 7, and 8 browsers. In return it is smaller, faster, and can be used in JavaScript environments where the code needed for old-IE compatibility often causes problems of its own
Completed
Last Updated: 09 Jan 2015 16:59 by ADMIN
Created by: Andrés
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
4
The new filter row is great, but the sizing of the filter controls is really bad. If the columns are wide, space is wasted, and if they are narrow the filters are almost unusable. Here's an example implementation that takes care of resizing the controls when the columns resize or when fitlers are applied: http://jsbin.com/wipazupexaqi/3/edit

Also, for further reference: http://www.telerik.com/forums/grid-filter-row-auto-size---solution
Completed
Last Updated: 05 Oct 2015 12:34 by ADMIN
Created by: Imported User
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
13
When the kendo grid is in batch editing I would like for the keyboard navigation to respond like a spreadsheet.

Here is an example: http://plnkr.co/edit/hy6Evh?p=preview

In the example the keyboard navigation more closely follows an Excel spreadsheet.

Here are the specific interactions that I noticed that are different.
- when focus is in cell it is automatically put in edit mode. No need to switch to edit mode.
- enter, shift-enter, moves down and up.

I have observed that my users are more familiar with Excel keyboard behavior than the current Kendo grid behavior.