Declined
Last Updated: 27 Feb 2015 21:22 by ADMIN
When the destroy operation fails for some reason (exception or ModelState error) the item on the client will be removed.
Don't remove the item from the grid if operation fails in the backend.
 
Completed
Last Updated: 27 Feb 2015 21:22 by ADMIN
Created by: Stuart
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
I created a custom theme using the theme builder. I then created a grid (using the MVC wrappers) and included a column menu. When I drop down the column menu there are no sprites drawn for sort, filter etc - there are in the provided Telerik themes. These images should also be included with custom themes.
Declined
Last Updated: 27 Feb 2015 21:21 by ADMIN
Created by: djanosik
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi,

some of date and time patterns defined for cs and cs-CZ cultures are wrong. The correct patterns are:

d: "d. M. yyyy",
g: "d. M. yyyy H:mm",
G: "d. M. yyyy H:mm:ss"

(dots are followed by spaces)
Completed
Last Updated: 27 Feb 2015 21:21 by ADMIN
Created by: Tony
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
7
Addition of the Rich Editor similar to what is found in ASP MVC controls in Telerik
Completed
Last Updated: 27 Feb 2015 21:21 by ADMIN
Created by: Thomas
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
It would be a very cool thing to have a small WYSIWYG-Editor for mobile devices.
As far as I know, there isn't kind of this on the market at all.
So Kendo UI Mobile could be at pioneer-state
Completed
Last Updated: 27 Feb 2015 21:19 by ADMIN
Created by: ColinBowern
Comments: 9
Category: Kendo UI for jQuery
Type: Feature Request
58
Sure the IE Mobile browser is not fantastic (even the Mango version feels like it has issues), but will you be supporting the WP platform?  That would round out all the worth while mobile devices in my opinion.
Completed
Last Updated: 27 Feb 2015 21:19 by ADMIN
Web devs have a million different frameworks out there.  Talk about how this differs (or is a companion) from using jQuery UI (looks like it competes), Knockout, extJS, etc...
Completed
Last Updated: 27 Feb 2015 16:50 by ADMIN
Created by: Imported User
Comments: 6
Category: Kendo UI for jQuery
Type: Feature Request
23
http://css-tricks.com/responsive-data-tables/
Declined
Last Updated: 25 Feb 2015 16:07 by ADMIN
When Adding a schedule item,a popup is opening but when opening popup i want to restrict popup based on css class name of clicked scheduled item 
how to get css class name of clicked scheduled item 
Sourcecode:
   @(Html.Kendo().Scheduler<FMCO.DataTransferObjects.Configuration.AppointmentModel>()
        .Name("scheduler")
        .Date(new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day))
        .StartTime(new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day, 08, 00, 00))
        .EndTime(new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day, 17, 00, 00))
        .Editable(editable => editable.TemplateName("CustomEditorTemplate"))
        .EventTemplate("")
        .Events(e => e.Add("onAdd"))
              )
<script>
function onAdd(e) {
     // i want here css class name of click item 
    }
</script>

Please help me
Thanks in advance
Completed
Last Updated: 24 Feb 2015 17:48 by ADMIN
Created by: Kevin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently when a new row is added to the grid, it will be inserted according to its initial values and the grid's sort order, but this means it may or may not be visible on the page the user is looking at. In this case the user gets no indication that a new row has been added and will have to page through the grid to find the new row.
Completed
Last Updated: 19 Feb 2015 23:22 by ADMIN
Created by: Amitesh
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
0
We have defined a work start and end time for the scheduler. However if the user shows full day in the scheduler we want to make sure the scheduler is scrolled to the start time (when the scheduler is either init or when the user clicks on the show all day button). So basically if there is an API exposed to make the scheduler scroll to a given time then this will work. Please also refer to ticket#: 845019
Completed
Last Updated: 16 Feb 2015 11:43 by ADMIN
Created by: Satish
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
13
It would be very helpful it there is an option to hide spin controls on numeric controls. Spin control are not really useful in all cases. Also setting readonly property for the control has no effect on the spin control you can still update the value by clicking the spinner. Currently in the forum a workaround was suggested using css (http://jsfiddle.net/krustev/uZUjK/). Implement this as a property for the numeric control
Declined
Last Updated: 12 Feb 2015 18:26 by Jeremy
The mobile tabstrip is not scrollable and the stacking that takes place when the viewpoort is too narrow to contain all the tabs is unsightly and grabs precious screen real estate
Completed
Last Updated: 10 Feb 2015 14:17 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Declined
Last Updated: 10 Feb 2015 13:31 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo grid angular is having option to rebind which works fine perfectly but the aggreates on the column footer are not updated when the k-options for the grid are changed.
the sum is displayed as undefined next time when the value for the grid option is changed .
Declined
Last Updated: 10 Feb 2015 11:01 by ADMIN
Let's say I'm using an autocomplete to choose a country: I know I can format the list with a template, but at the moment I can't have the inner value of the widget to be the ISO code and the input text value to be the description + ISO country code.
For example, the user types "ita" in the input box, the list shows an element with "[flag] Italy". When the user clicks on that row, the input box changes to "Italy - IT", and the Autocomplete istance would return "IT".
Declined
Last Updated: 09 Feb 2015 16:36 by Telerik Admin
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
After a bit of poking, I found that KendoUI has an internal dependency to jQuery. Hidden external dependencies to external framework, especially once with known compatibility issue between revisions, should be removed.

This is even more vital when more than one of your competitors have web controls with no external dependencies.
Completed
Last Updated: 09 Feb 2015 14:52 by ADMIN
Created by: prakash
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Select All Check box required  in a grid and we can select a specific records by using the checkbox, and will go for export to excel or export to pdf.
Completed
Last Updated: 28 Jan 2015 15:43 by ADMIN
Created by: John
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
http://docs.telerik.com/kendo-ui/api/javascript/kendo

Optional namespace too look in when instantiating Kendo UI widgets.

should be:

Optional namespace to look in when instantiating Kendo UI widgets.

Also, maybe you could give one example for each of the following: 

element String |jQuery |Element

I think the code example is using "jQuery" '$("#view")'.

It would be nice to know what a "string" and "Element" version would look like.  Since I'm new I would be guessing how to put a "string" or "Element" version into the bind method. 
Completed
Last Updated: 28 Jan 2015 15:19 by ADMIN
Created by: Simon
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Many times, we had to implement workarounds to compensate a feature that isn't available in Kendo (User voice is full of those missing features).  Sometime, a small change in Kendo's source code may be a solution to complex workaround.

Knowing that Kendo UI has been build over many open source libraries, it would be nice to use the same spirit by allowing users to contribute to Kendo if they want to do so.  Users could help adding features to existing widgets but they could also help to improve the documentation or by creating demos.

You'll still have to review the submitted code to make sure it meets Kendo's standards but I'm sure Kendo and the users would both get the benefits of those contribution.