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.
Completed
Last Updated: 11 May 2016 14:17 by ADMIN
[a] On paste
    [1] If pasted text contain email/url then convert it into link.

[b] On typing using keyboard in editor 
    [1] If Email is typed in editor then convert it into email link (href should contain mailto: attribute).
          for example if you type abc@pqr.com then its link should be like (<a href="mailto:abc@pqr.com">abc@pqr.com</a>).
    [2] If URL is typed in editor then convert it into URL link.
Completed
Last Updated: 09 Mar 2015 09:59 by ADMIN
Created by: Gaurish
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo grid column custom command should either have option to pass template or have dataItem as default parameter along with jquery event.

Currently cannot get the dataItem
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.
Unplanned
Last Updated: 11 Mar 2021 14:50 by ADMIN
Created by: Anjula
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
5
It would be nice to have tooltips showing when the user hovers a shape on a map, basically the same funcionality that can be obtained for markers.
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.
Unplanned
Last Updated: 11 Mar 2021 14:48 by ADMIN
PDF Export required a new method which will open on new tab instead of downloading it.

eg:  kendo.drawing.pdf.open(group,"Invoice.pdf") 
Completed
Last Updated: 10 May 2016 12:52 by ADMIN
Created by: Michael
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Completed
Last Updated: 06 Mar 2015 14:20 by ADMIN
Created by: Paras
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
Can you provide grails with kendo ui configuration steps
Completed
Last Updated: 09 Feb 2017 12:56 by ADMIN
Created by: Imported User
Comments: 30
Category: Kendo UI for jQuery
Type: Feature Request
120
Completed
Last Updated: 04 Mar 2015 14:22 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Sir,

Do you have pivot grid like feature in kendo grid

Thanks
Completed
Last Updated: 18 Apr 2017 23:51 by Telerik Admin
Created by: John
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
I would like to be able to add workfklow specific shapes like swimlanes to kendo diagram and being able to edit their texts.
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.
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.
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.
Completed
Last Updated: 13 Dec 2016 17:18 by Telerik Admin
Created by: Lee
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
8
Many other libraries provide responsive widget like charts, graphs, Gantt charts, Tables and so on. For the widgets in Kendo that are not responsive, when will that happen?
Duplicated
Last Updated: 08 Jul 2021 09:39 by ADMIN
Created by: Scott Buchanan
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
The functionality of the RadTagCloud control in UI for ASP.NET AJAX would be a handy addition to the UI for MVC toolset.