Completed
Last Updated: 30 Jun 2021 05:17 by ADMIN
Created by: Trent
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
15
Add required validation support when using radio buttons. This is currently not supported out of the box. Ideally only one radio button in a group should need the required attribute, not all of them.

See forum post below for more information:

http://www.telerik.com/forums/extending-the-kendo-ui-validator-to-support-required-validation-on-radio-buttons
Completed
Last Updated: 20 Nov 2014 20:21 by ADMIN
Created by: Алексей
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Completed
Last Updated: 11 May 2016 13:37 by ADMIN
Created by: Stacey
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
3
The "Drag and Drop" system in Kendo is pretty good, but it has the distinct characteristic of being pretty much DOM only; It won't really "bind" to underlying data.

This would be an extremely useful feature - the "suggested fix" for this right now is to use the kendo ListView and do a search for GUID on the events firing, and while this isn't really "bad", it's pretty cumbersome and kind of obtuse most of the time.

I have spent extensive time looking at the source code for Drag and Drop, and it would not be very difficult to give it a newly exposed set of functions. 

The primary use for drag and drop is to move information from one place to another; I do not see a lot of situations where all of the information someone wants to move is just right there in the DOM. Every situation I see of Drag and Drop that people want to use involves moving DATA from one place to another, and the Drag and Drop on the DOM merely facilitates the actions in place of more cumbersome features like drop down lists.

I realize this isn't the easiest of tasks to do, but as it is right now, the Drag and Drop part of Kendo is more of an eyecatch than a feature I see used a lot. 
Completed
Last Updated: 19 May 2014 12:37 by ADMIN
Created by: Paul
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I use the QR Code control in the Silverlight controls quite often and would love to be able to use something similar with Kendo UI.
Declined
Last Updated: 14 Oct 2021 10:55 by ADMIN
Created by: Tiberiu
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
http://msdn.microsoft.com/en-us/library/0c899ak8(v=vs.110).aspx describes all sorts of format strings which can be used in formatting templates. For example, if one wants a conditional on positive, negative, and zero values, one can use such format "{0:N2};neg{0:N2};no value". Search in the link for Section Separator
Completed
Last Updated: 24 Feb 2020 09:04 by ADMIN
Created by: Eric Kuijpers
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
The currently existing 'validate' event is only triggered on submit of the form or by developer code. Ideally, an event should be available that is raised by any unobtrusive validation event.

Ádd new event to the Validator, raised by validateInput. This will allow custom handling of validation errors, even when the user is not trying to submit the form.

Usage : for example, toggling bootstrap 'has-error' class on the parent element 'form-group'. 
Declined
Last Updated: 20 Nov 2014 20:19 by ADMIN
There is a bug that came out of nowhere. When the drop down list is selected, the position of the box with the options below that popups is not attached to the the drop down list above. I hope you understand what I mean. I can also post a screenshot. The only thing I do is to write an html select with some options and just stype it with $("#name").kendoDropDownList();
Completed
Last Updated: 20 Nov 2014 20:19 by ADMIN
Created by: Pavel
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
Since KendoUI has now MaskedInput widget would be nice to have a grid configuration option, which allows to specify mask for a column in edit mode.
Declined
Last Updated: 09 May 2014 10:28 by ADMIN
I am creating resource is Vertical Grouping and time line is showing Horizontal Grouping 
Completed
Last Updated: 10 May 2016 08:44 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
hi, we are trying to create part tracking dashboard in mes tool. we want to have stacked bar plus  marker to track the shipping and stock level.  but we are finding the combine chart feature in this tool. kendo ui support team was reviewed our requirement in future.
Completed
Last Updated: 09 May 2014 13:34 by ADMIN
Created by: Selvabharathi
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Better handling of label overlap: On multiple data point geting closer with label is always very hard to get over the datapoint, Also the labels are not adjusting.
Can we have some option to adjust the space between between the DataPoint Marker and label this give bit more space

Click events on data points: 
Now the click event is enabled on both the label & marker of the data point. Can we make a option to disable the event on label which makes better when i have the event only on marker is there a way to do so 
Unplanned
Last Updated: 11 Nov 2021 12:25 by ADMIN
Created by: Misiu
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Notifications stack should be able to slide after previous notification hides, like in toastr:
http://codeseven.github.io/toastr/demo.html
choose Bottom Right position and add some notifications. After last hides rest slides down. Same behaviour should be possible in KendoUI Notification
Completed
Last Updated: 09 May 2014 13:41 by ADMIN
Created by: Jonathan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be great to have "replace" and "reload" methods on the kendo router.  Similar to the window.location.replace and window.location.reload methods.  This would be extremely useful for SPA development. 
Declined
Last Updated: 16 Jan 2015 21:25 by Brock
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
With the current implementation the kendoMaskedTextBox.value() method returns the value including the mask. There should be a way to get the inner value, without the mask.
Completed
Last Updated: 07 May 2014 09:01 by ADMIN
If you look around lots of people actual and potential telerik customers are looking for this kendo-breeze real integration.
Telerik will loose ground persisting on the ignorance of this.
BTW my name is Luis Antunes, as I can see i'n still logged in as anonymous
Completed
Last Updated: 11 May 2016 09:50 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Documentation on charts is very hard to navigate and search with too little examples.
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.
Unplanned
Last Updated: 22 Oct 2021 12:49 by ADMIN
Add new attribute that the Validator will detect and skip validation on that element/widget.

Eg; skip-validation="true"
<input type="text" required />

and then at run time you could toggle the skip-validation attribute.

<input type="text" required skip-validation="true" />

This would be perfect for complex forms where you are togging the visibility of div container of controls depending on what options that user selects in the form. 

The problem is at the moment, the validation will validate controls that are not visible.  Having a skip-validation attribute would solve this problem, as when you hide the div container you cold also toggle the skip-validation attribute on it's input controls.

Regards,

Scott
Declined
Last Updated: 25 Apr 2014 14:50 by ADMIN
Created by: PadillaCRT
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be nice to have a PanelBar or something similar for mobile and tablet devices.  We've tried, but haven't successfully been able to use the current PanelBar without running into bugs and other issues.
Declined
Last Updated: 25 Apr 2014 16:04 by ADMIN
Created by: Jason
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I understand that many of the controls would require styling automatically. I would like options added to controls to disable the styling if possible.  For example: MaskedTextbox, let me pass in.

{
styling: none
}

as an option on create, and we get a normal, un-styled text box