Declined
Last Updated: 28 Nov 2018 11:34 by ADMIN
<div class="filterField">
<label for="filterTags">Tags</label><br/>
<div class="filterFieldBody">
<input id="filterTags"/>
</div>
</div>

 

$( document ).ready( function ()
{

$( "#filterTags" ).kendoMultiSelect( {
placeholder: "Select Tag(s)",
autoClose: false,
dataTextField: "text",
dataValueField: "value",
autoBind: false,
dataSource: [
{ text: 'Summery Love Campaign', value: '1' },
{ text: 'Melbourne Cup', value: '2' },
{ text: '2018 Formals', value: '3' },
{ text: '2018 Schoolies Dance Club', value: '4' },
{ text: '2018 Schoolies Beach Fun', value: '5' },
{ text: 'Bridesmaids', value: '6' },
{ text: 'Wedding', value: '7' }
],
//value: [], without value set to an empty array kendo ui assumes value:[''] but with an array count of 0

// which causes all kinds of issues most especially when deleting
change: function ( e )
{
tagIds = this.value();
alert(JSON.stringify(tagIds));
}
} );


} );
Declined
Last Updated: 14 Sep 2018 20:06 by ADMIN
Created by: sitefinitysteve
Comments: 12
Category: Kendo UI for jQuery
Type: Feature Request
6
Non-date values don't trigger change events...so I can't remove\fix non-date values

If you're gonna do that, then please at least make it so it ONLY accepts dates, like wipe the text if some non-date value is in there.

What you're doing to me is making me need to write my own blur\change for every date picker I use...ever...in anything


REF: http://www.kendoui.com/forums/kendo-ui-web/date-time-pickers/change-event-bug.aspx#GYb05l5uvUG-Bq_duYcF8Q
Completed
Last Updated: 13 Sep 2018 18:07 by ADMIN
Created by: Paul
Comments: 9
Category: Kendo UI for jQuery
Type: Feature Request
29
You've already got two "Material" themes, but they don't really seem to match the Google Material Design guidelines (http://www.google.com/design/spec/material-design/introduction.html). Would it be possible to add a new theme that accurately tracks the Material Design guidelines?
Completed
Last Updated: 12 Sep 2018 15:19 by ADMIN
Created by: John
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
197
Reopen from http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/10600184-grid-in-combobox
Details about this widget were described in user comments.
Completed
Last Updated: 13 Aug 2018 12:57 by Mehul
Created by: Vasim
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
Automatically add page breaks to PDF export, currently if exporting contents with very long contents it exports as one single long page, the page break should happen based on the Page size for example "A4"
Declined
Last Updated: 17 Jul 2018 11:49 by Stuart Hemming
Created by: Sergey
Comments: 35
Category: Kendo UI for jQuery
Type: Feature Request
183
That would be great if you create UI element Ribbon. With automatic buttons scaling on window resize.
Completed
Last Updated: 21 May 2018 19:19 by ADMIN
Created by: Maciej
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
233
A TreeView in ComboBox would be most helpful as both a stand-alone control and when editing within the Grid.

 something like this: http://www.brad-smith.info/blog/archives/193 (example from .NET Windows forms world)

* Used for relative small tree data structure.
* User may select one (many) item(s), without _loosing context_ (no interrupting dialog box, 'flat' interface).
* User may accept selection by click on item, or pressing 'enter'.
* User may cancel (hide) popup when click outside control/popup (ie in another control, that received focus) or pressing escape - like in combobox/dropdown.
* It will be nice if user can select items using keyboard arrows.
* After opening popup or selecting item, widget still has focus
* When user types in combo (with open popup), data should be filtered.
* No additional 'ok' or 'cancel' buttons to accept/dismiss selection.
Completed
Last Updated: 09 May 2018 12:58 by Das, Avijit
Created by: Addie
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
3
I have a bar chart for which I wish to show the pointer cursor when hovering over the bars on the chart.  When moving off the bars in the chart the cursor should return to the standard arrow pointer.  I noticed that the cursor turned into the text cursor when hovering over the axis labels (left, right, and bottom) and on the legend.  So in addition to the above I would like the cursor to remain the standard cursor (arrow) when hovering over the axis labels and legend (since you cannot edit these).  I would also like the cursor to switch to the pointer cursor when hovering over the x-axis (bottom) labels.  

The reason for showing the pointer cursor for the bars and the x-axis label is to clue the user in that he can click on this area to show additional "driill-down" chart(s) when the particular bar or x-axis label is clicked. 
Completed
Last Updated: 12 Mar 2018 21:08 by Nicolas
Created by: Johnny
Comments: 43
Category: Kendo UI for jQuery
Type: Feature Request
418
add treeSelect   example:http://www.miniui.com/demo/treeselect/lazy.html
Completed
Last Updated: 23 Feb 2018 10:49 by Andrew
ADMIN
Created by: Todd
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
25
Make it easy to add Kendo UI to ASP.NET projects and provide a NuGet package.
Completed
Last Updated: 26 Jan 2018 16:44 by ADMIN
Created by: Venkatesh
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
6
Kendo not support in Chrome latest version. it get flickering

Google Chrome is up to date
Version 61.0.3163.100 (Official Build) (64-bit)
Declined
Last Updated: 10 Nov 2017 21:47 by Keith Davidson
Created by: Imported User
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
3
I've been using the kendo.all.d.ts TypeScript definitions file from the beginning. While its quality has increased significantly overtime, it continues to have a lot of errors and omissions. I understand the Kendo UI TS definitions file is generated from the Kendo UI documentation. So the quality of the TS definitions file is only ever going to be as good as the documentation. And that's where the errors and omissions come from. Not everything is documented or documented correctly. I think the best Kendo UI TS definitions file can only be created when the Kendo UI source code itself is migrated to TS. Now that TS version 1.0 has RTM'ed it is time to do this. Spend an entire release doing this if you have to. Who knows how many bugs TS may expose and help to fix.
Declined
Last Updated: 20 Oct 2017 15:23 by ADMIN
Created by: Brad
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
If there is a way that we can lock the top row of our grid and still use the browser scroll instead of their grid scroll? Right now we lose that top header row and it’s making everyone crazy. 
Completed
Last Updated: 28 Sep 2017 21:48 by Waheed
Created by: Kyle
Comments: 19
Category: Kendo UI for jQuery
Type: Feature Request
113
Currently in Kendo UI if a user sorts a grid column and leaves the page, when they come back the sorting has been reverted. I think there should be a way to automatically save the grids sorting state (potentially in cookies) so that when a user leaves the page and comes back, the state is how they left it.
Completed
Last Updated: 28 Sep 2017 10:24 by Telerik Admin
Created by: Moisès
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
55
As Kendo UI already supports AMD Require, it should also be support CommonJS and Browserify.
Completed
Last Updated: 26 Sep 2017 16:14 by ADMIN
Created by: Shahar
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
51
Completed
Last Updated: 26 Sep 2017 14:37 by ADMIN
Created by: Mike
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
22
It would very nice to have official ReactJS binding for Kendo UI.
Completed
Last Updated: 26 Sep 2017 14:34 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
33
A ListBox widget with the following core features: skinnable, drag and drop to transfer items, ajax binding, support for templates.
Completed
Last Updated: 26 Sep 2017 14:30 by ADMIN
Created by: Imported User
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
36
React uses a declarative paradigm that makes it easier to reason about a JavaScript application. React computes the minimal set of changes necessary to keep your DOM up-to-date. 

Kendo UI seems not to have such an update feature. But since React works with most libraries and frameworks, please create an example app with React or make a blog post about how to use React together with Kendo UI Web.
Completed
Last Updated: 25 Sep 2017 21:28 by ADMIN
Created by: sam starobin
Comments: 19
Category: Kendo UI for jQuery
Type: Feature Request
94
This is a great framework that takes the best ideas of angular and react without being as difficult to learn as either of them.  Please consider it.