Completed
Last Updated: 22 Jan 2020 13:47 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
6
What i think of it is converting checkboxes list into more friendlu UI element. For example we have list of checkboxes with the same name but different key

Name="checkname[1]"

and so on. So i set something like

$(".checkbox[name=Checkname]").kendoCeckboxes()

Then kendo convert it in to togle buttons. You can set how namy columns for example. And it will convert to something like table with every cell as toggle button and selected options are highlighted. Of course you do not use table html elemnt i just describe idea.

This will be more friendly as on desktops as on tablets. 
Completed
Last Updated: 15 Mar 2012 10:41 by ADMIN
Created by: IKKI
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Having the ability to create "WYSIWYG Text and HTML Editor" would be excited.
Completed
Last Updated: 23 Jan 2020 09:36 by ADMIN
Created by: Phil
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Currently a datasource model field can have a "validation" definition, where each is treated as a validation rule. This allows for a custom rule to be added (e.g., a function to check the field value is not a duplicate), but there is no way to define the associated custom message - it would be nice if we could define "messages" to go with the rules (or maybe specify a validation object?).
Completed
Last Updated: 20 Nov 2014 18:23 by ADMIN
Why don't add useful tips for paging?

just like:
http://demos.telerik.com/aspnet-mvc/Grid/Paging?theme=vista

or jqgrid
Completed
Last Updated: 26 Jun 2012 09:37 by ADMIN
Created by: Kevin
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
6
I need to be able to filter grid items similar to how it is done in the ASP.NET AJAX controls where you can setup filtering for each column. I have made the Telerik ASP.NET Ajax Grid control to be 100% client side with virtual paging / filtering using Linq filtering on the client to server ajax calls. The Kendo Grid I think is almost there. I just need to be able to do filtering and then I think I will have the functionality that I have now.
Completed
Last Updated: 23 Jan 2020 10:54 by ADMIN
Created by: Sławomir
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Provide graph control that could display relations between people, objects, etc. 
Completed
Last Updated: 20 Nov 2014 18:56 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Add support for drawing box plots (aka box-and-hiskers).  Include capability to display outliers.
Completed
Last Updated: 20 Sep 2021 11:18 by ADMIN
Created by: Michael Sogos
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Hi,

We are working with HTML 5 and using KendoUI we noticed that many control (specially with popup like dropdown, etc.) are not compatible with HTML Responsive technique.

What we want is that a dropdown, when see into a smartphone browser, use standard mobile input control and not a styled overlay popup.
Completed
Last Updated: 01 Oct 2021 12:17 by ADMIN
Created by: Per Lindsø
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
Completed
Last Updated: 13 May 2021 07:48 by ADMIN
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
6
It would be really nice to have slide out panels or drawers (not the same as the existing mobile drawer, but similar).

The demo below shows a good example (left, right and top).

http://responsivewebinc.com/premium/sheldon/sheldonadmin/index.html
Completed
Last Updated: 31 Mar 2017 06:24 by Telerik Admin
Created by: Andrew
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
6
Presently, widget zoom events are only triggered from the mouse scroll wheel.

Please support zoom via touch input.
Completed
Last Updated: 21 Sep 2021 11:40 by ADMIN
Created by: Sean
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
6
Now that Kendo UI 2016.1.* includes jQuery via the UMD wrapper, it would be great if that were the version of jQuery that was used.

I admit that I find the many IIFEs difficult to read, but it appears that you've only included jQuery in the wrapper to ensure that it is loaded, and you don't assign it to anything.

We'd like to be able to use jQuery.noConflict with all of our dependencies, and Kendo is the last one preventing that.
Completed
Last Updated: 06 Jan 2022 12:57 by ADMIN
Is Multiple File upload possible in imagebrowser ?

I would like to integrate upload (progressbar) with imagebrowser ?
Completed
Last Updated: 01 Oct 2021 12:28 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
It would be great if I could resize a widget to span multiple columns in the kendo sortable panel demo. 

http://demos.telerik.com/kendo-ui/sortable/sortable-panels
Completed
Last Updated: 25 Mar 2020 18:10 by ADMIN
Created by: ghd258 ghd258
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
6
@Html.DevExpress().ComboBox(
    settings => {
        settings.Name = "comboBox4";
        settings.Width = 180;
        settings.SelectedIndex = 0;
        settings.Properties.DropDownWidth = 550;
        settings.Properties.DropDownStyle = DropDownStyle.DropDownList;
        settings.CallbackRouteValues = new { Controller = "Editors", Action = "MultiColumnComboBoxPartial" };
        settings.Properties.CallbackPageSize = 30;
        settings.Properties.IncrementalFilteringMode = IncrementalFilteringMode.StartsWith;
        settings.Properties.TextFormatString = "{0}";
        settings.Properties.ValueField = "CustomerID";
        settings.Properties.ValueType = typeof(string);

        settings.Properties.Columns.Add("ContactName", "ContactName", 130);
        settings.Properties.Columns.Add("CompanyName", "CompanyName", Unit.Percentage(100));
        settings.Properties.Columns.Add("Country", "Country", 60);
        settings.Properties.Columns.Add("Phone", "Phone", 100);
    }
).BindList(ViewData["Customers"]).GetHtml()
Completed
Last Updated: 26 Jan 2018 16:44 by ADMIN
Created by: Venkatesh
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
6
Kendo not support in Chrome latest version. it get flickering

Google Chrome is up to date
Version 61.0.3163.100 (Official Build) (64-bit)
Completed
Last Updated: 20 Nov 2014 18:09 by ADMIN
Make it easier to change the themes without having to recode all our CSS code. Many of us have already invested a lot of time in custom JQuery UI ThemeRoller themes for our applications. If we had a conversion tool that saved us from all the CSS recoding I would gladly drop UI and switch to Kendo ASAP. 
Completed
Last Updated: 22 Jan 2020 13:36 by ADMIN
When working with AJAX it's essential to be able to validate a form on the fly, return errors, and deal with them without needing to actually submit the form. Please make sure the validation library works as a callable method rather than just a form submit event binding.
Completed
Last Updated: 27 Feb 2015 21:23 by ADMIN
Created by: Sergey
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
5
Posted 1 hour ago (permalink)

Another important thing for upload element is file list template. Somethink like 

<script id="template" type="text/x-kendo-template">
     <div>#= filename #, [#= filesize#]  
          <span class="menu">
          <ul>
               <li>#= button_delete #</li>
               <li><input class="k-button" value="Insert into text" onclick="insert()"></li>
               <li><input class="k-button" value="Copy path to bufer" onclick="copy()"></li>
          </ul>
          </span>
     </div>
</script>

This way i can path either tmplate ID or template object and affect list of files. 

Because upload is a very important thing nowadays and usually require more options than just upload.
Completed
Last Updated: 20 Nov 2014 18:17 by ADMIN
Created by: Cary Abramoff
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
5
From: Cary Abramoff
Date: 11/14/2011 6:11:04 PM
Hi,

I have a need to have multiple windows interact.

The problem is, unlike your RadWindows for Ajax which will always be on top after receiving a mouse click, not so with the Kendo UI windows.

I will explain.

I open window A.

Window A launches window B.

Window B is UNDER window A.

I have written JQuery to search for the divs with the k-window classes, find the title span, and set the z-index behaviors I want but this is not as elegant as the behavior of your own RadWindows in the Telerik Ajax suite which I use on my other big ASP.NET project.

I believe your windows need to do 2 things for official v1 release.

A- Minimize

B- Whenever a window receives focus it should have the highest z-index. 

Thanks!!

Cary