Declined
Last Updated: 24 Mar 2015 08:38 by ADMIN
ADMIN
Created by: John Bristowe
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
In addition to Grunt support (which you currently support), it would be nice to have Gulp support.
Declined
Last Updated: 20 Mar 2015 10:57 by ADMIN
Created by: Rebecca
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Toolbar buttons have a toggle attribute available, but it should be extended to all buttons (stand alone and editor) as well.
Declined
Last Updated: 22 Sep 2017 13:22 by ADMIN
Created by: Amitesh
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
It will be good to configure the editor to support readonly . We require this behaviour where we don't want users to change text unless a specific requirement is met.
Declined
Last Updated: 11 Nov 2021 12:13 by ADMIN
Created by: Pavel
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Would be nice to have a validator that validates not HTML elements, but  model properties (after all when using MVVM HTML is bound to properties). Consider the following scenarios: A property is not directly bound to an HTML input. For example, I have a collection propery and my model is valid only if it contains at least N elements. Or if collection elements have date or time fields, overlaps are not allowed, and so on.
Declined
Last Updated: 10 Mar 2015 14:55 by ADMIN
My grid with server side filtering returns 3 rows. But the returned rows are hidden by client side filtering. It shows no rows. For example: My filtering on server side returns 15 rows in two pages (pagesize: 10). But the client side filtering hides all rows but the single row satisfying the condition which is in the second page. So all records in the first page is hidden. In my opinion, all 15 items should be displayed. or the record satisfying the condition should be shown in the first page itself.
Declined
Last Updated: 21 Jan 2020 16:06 by ADMIN
Created by: Chris
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo UI has accessibility built into it.  I do not know why you do not have it for Kendo UI Mobile.  Accessibility is still needed on mobile apps.  I know Android does not handle it will, but iPhones do using VoiceOver.
Declined
Last Updated: 22 Jul 2021 10:14 by ADMIN
Created by: Bhavin
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
Chart legends should be draggable, so if it overwrites any chart lines, user can drag them away easily.
Declined
Last Updated: 04 Mar 2015 16:36 by ADMIN
Created by: Chandru
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Stacked bar chart issue, undefined is shown in the series where a category data is not available among the series.
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
Declined
Last Updated: 04 Nov 2021 11:44 by ADMIN
We have come across problems where on ann individual vie wit would be good to strip out all the CSS styling on a listview. To do this presently  is very difficult to find what styles are applied and when we do remove them it causes problems else where.
Ideally it would be nice just to have a attribute on the widget which tells the widget not to use the in built styling.
Declined
Last Updated: 16 Sep 2021 13:46 by ADMIN
Created by: Joe
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
First, it would be helpful if there was a way to apply a format for an entire column (except for, obviously, header and footer rows). This would prevent us from having to write a script that loops over every row to format every 3rd column (for example) to a specific format.

In addition, it would be nice to be able to use Kendo formats for columns and have that automatically translated into Excel formats. In my case, I have to write a translation layer that, in my opinion, would be much simpler if it was incorporated into the back end. If this could even auto-format to match the format used in the grid display on the page, it would be even better.
Declined
Last Updated: 14 Jun 2021 14:46 by ADMIN
When using numeric text box with AngularJS - the model value should be affected by using the arrows, just like it's affected by typing inside the control.
Declined
Last Updated: 19 Oct 2021 05:50 by ADMIN
Created by: cluengas
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4
For setters in general this shouldn't cause any trouble to return the widget so I could perform more things with it.

For the get-set functions (like value() etc..), if I get a parameter this means I'm using it as a setter hence I might want to do something else with the widget later on... "Chainability" jQuery style.

A small code snippet to illustrate:
//the datePicker is already in place and has been initialized somewhere else
//I would like to be able to do this:
datePicker = $("#aDatePicker") //jQuery Selector
  .getKendoDatePicker() //retrieve the picker
  .setOptions(dpOptions) //set new options
  .value(aDate); //set the current date

//Instead of this:
datepicker = $("#aDatePicker").getKendoDatePicker();
datepicker.setOptions(dpOptions);
datepicker.value(aDate);

Regards
Carlos A Luengas
Declined
Last Updated: 03 Mar 2020 14:36 by ADMIN
Created by: MLCOM
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Expand your Moonlight theme for use with the Mobile UI
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.
Declined
Last Updated: 13 May 2021 07:41 by ADMIN
Created by: Richard Hyde
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
Allow creation of custom labels that can be placed any where on the chart surface using x, y coordinates.
Declined
Last Updated: 11 Mar 2021 14:47 by ADMIN
Created by: vladan strigo
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
1
We use your grids, combo boxes and such in highly customized way, and most of them use custom functionality to complete a feature we need.

In many cases these are some default features we would like to apply to all controls of a certain type.

For example, we use a script which forces the user when using a combo box to always select a value and not enter incomplete text. This through script works like a charm, but a big problem is that each and every combo in our application must have this applied.

Another example is responsive grids....we have a script in place which on a certain resolution transforms your grid into a responsive table. This also works like a charm. The problem is that we only now made the script...we now need to apply it manually to 120+ grids in our application.

It would also be great if you would make the global event handler chainable with the regular one (so for example first the global one first from queue, then the regular one).

Aslo it would be great if it would receive the affected grid in the arguments so that we can also make selector logic...for example all grids which have some css class...execute desired functionality.

This would help SO much!
Declined
Last Updated: 21 Jan 2015 14:58 by ADMIN
Created by: Bikash
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
Hi,

I want to use Css style for styling Kendo chart.  Currently I am using 10-15 charts on my projects, for that I need to hard coded the property value for individual chart.Is there any way to do that ?

Thanks,
Bikash