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
Declined
Last Updated: 22 Apr 2014 11:52 by ADMIN
Created by: Remigijus
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Scheduler in Day view, horizontally grouped by Resource. 
Some events have time, some events are "all day" events. I need to able to drag event from All day slot to make them "timed" events and back.
Completed
Last Updated: 13 Jan 2016 09:31 by ADMIN
Using the Sortable Widget on a Grid works great to allow the user to manually sort the grid rows.  But if the grid has a vertical scrollbar, the  user has to drop the row multiple times to get a row from the top of the grid to the bottom.  It would be nice if the grid would Autoscroll when the user gets to bottom of the viewable grid.

Thanks,
Mike
Declined
Last Updated: 22 Apr 2014 11:54 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Norwich vs Liverpool Live Stream
http://feedback.storify.com/forums/66927-general/suggestions/5803592-norwich-vs-liverpool-live-stream
Liverpool vs Norwich Live Stream
http://feedback.rackspace.com/forums/71021-product-feedback/suggestions/5803603-liverpool-vs-norwich-live-stream
Completed
Last Updated: 17 Apr 2014 09:12 by ADMIN
Created by: Daniel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Wow, I am more than shocked with the new Core license vs gpl, I mean this feels like a slap in the face for all the users who have helped you debug and enhance the product these last few years.  
Now with the new license you cripple us, no grid, no scheduler, nothing of great value anymore. 

Telerik, what is going on??  Been with you guys since 2002  asp.net commercial, and recently with kendoui gpl

I do appreciate the gpl of kendoui but to make such a dramatic change to the open source product is extremely hurtful.  

It would be great to keep the gpl license in addition to the apache and continue support for gpl as normal.  Having a half-baked open source product pushes users to look elsewhere.

Again big disappointment and just feel used for my hard work in supporting the gpl product and the products I am developing in gpl that will now not be supported in the Core since the components no longer exist.  Horrible decision on your part!!!!!

Bait and Switch practices!!!!