Under Review
Last Updated: 27 Jan 2022 11:43 by ADMIN
Created by: Christian Storb
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
The timezone should be adjustable [e.g. like in Moment Timezone date.tz('Asia/Tokyo')] or today should be accessible/configurable from outside the widget. Currently getToday() always returns the local time. Suggestion: Add the attribute today to the options and change the initialization of var today = new DATE() in getToday() to var today = new DATE(options.today) ...
Declined
Last Updated: 27 Jan 2022 11:35 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
We want the file upload control (chunk save method) to save the state while navigating between different pages sharing the same master page
Unplanned
Last Updated: 22 Jan 2022 12:18 by ADMIN

Bottom navigation is obviously at the bottom in portrait mode, but on small screens in landscape mode it is detrimental to scrolled content.

It makes sense to keep bottom navigation on the small side of the screen but this requires to lock the app in portrait mode.

While allowing a change of orientation, it would be nice to have the option to show the bottom navigation on the right side and rotate the items when changing orientation to landscape and then back to the bottom when changing orientation to portrait.

Completed
Last Updated: 20 Jan 2022 12:36 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
8
some time we need to looking up in folder 
On telerik ASP.NET is call FileManager
We just need function like :http://elfinder.org/

Thanks
Completed
Last Updated: 20 Jan 2022 12:26 by ADMIN
Created by: CHicksUS
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
I'm trying to move my ASP.NET AJAX to Kendo MVC, but there is one way to customize the radioButton that doesn't translate to Kendo.  A picture/video would be more descriptive, but I'll just sent the html as that's my only option.  It toggles the multiple choices for the radio button, very intuitive for the user...  It would be nice to be able to do this on the Kendo side as well.
:
                    <telerik:GridTemplateColumn HeaderText="Fld1" HeaderStyle-Width="130px" UniqueName="tmpFld1" >
                        <ItemTemplate>
                            <telerik:RadButton ID="rbFld1" runat="server" ToggleType="CustomToggle" ButtonType="StandardButton" AutoPostBack="false" Checked="false" OnClientToggleStateChanged="toggleStateChanged" DataField="Fld1" >
                                <ToggleStates>
                                    <telerik:RadButtonToggleState Text="Not Reviewed" PrimaryIconCssClass="rbToggleCheckbox" Selected="false" Value="-1" />
                                    <telerik:RadButtonToggleState Text="No" PrimaryIconCssClass="rbToggleCheckbox" Selected="false" Value="0" />
                                    <telerik:RadButtonToggleState Text="Yes" PrimaryIconCssClass="rbToggleCheckboxChecked" CssClass="rbSkinnedButtonChecked" Value="1"/>
                                </ToggleStates>
                            </telerik:RadButton>
                        </ItemTemplate>
                        <EditItemTemplate>
                            <telerik:RadButton ID="rbFld2" runat="server" ToggleType="CustomToggle" ></telerik:RadButton>
                        </EditItemTemplate>
                    </telerik:GridTemplateColumn>
                </Columns>
            </MasterTableView>
:
    <telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
        <script type="text/javascript" >
            var isToggle = false;
            function toggleStateChanged(sender, args) {
                var grid = $find("<%= RadGrid1.ClientID %>");
                var masterTableView = grid.get_masterTableView();
                var batchEditingManager = grid.get_batchEditingManager();
                var parentCell = $telerik.$(sender.get_element()).closest("td")[0];

                isToggle = true;
                // Update if initial value changed
                var isChecked = args.get_currentToggleState().get_value() === "-1";
                batchEditingManager.changeCellValue(parentCell, !isChecked);
            }

            function batchEditOpening(sender, args) {
                // this prevents opening of the cell if the user clicks outside the RadButton
                if (!isToggle && args.get_columnUniqueName() === "tmpFld1") {
                    args.set_cancel(true);
                }
                else {
                    isToggle = false;
                }
            }
        </script>
    </telerik:RadCodeBlock>
Completed
Last Updated: 20 Jan 2022 12:15 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
Returning only error messages from the validate method does not provide enough information to perform any meaningful processing of the errors - for instance, it is not possible to identify the field from a validation error without resorting to parsing the message
Completed
Last Updated: 20 Jan 2022 12:01 by ADMIN
Develop a kendo form component and make edit field easy arrangement,just like bootstrap 12 grids system.the "popup" edit mode of kendo grid is not friendly when it has a lot of fields.The kendoForm component may be consist of form toolbar,form content and form footer.
Declined
Last Updated: 20 Jan 2022 11:58 by ADMIN
Hi,

it would be nice if we can have a distinction between days when using a timelineWeek or timelineWorkWeek.

If you have a lot of ressources (with vertical grouping for example)  it could be difficult to see when a day is ending and the other is starting: see here.

It could be nice if we can have a border with a different css class (ie black color) that shows this behavior.

We did it on our side by using the slotTemplate but it's a kind of workaround that adds extra code/rendering time that could be done by the component itself on the first place.
Unplanned
Last Updated: 20 Jan 2022 11:48 by ADMIN
Created by: Yordan
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
Some ListBox widget ideas and proposals:

See screenshot: https://lh6.googleusercontent.com/TAVZGw63BSVVT6Nh8hXbiHerZ3L0krBzboONI07PpFByROeqKPiFgrlaPnTMtIUZ94D8xRog=w1920-h960

1. Add two search fields, so it is possible to search within the left and right panes individually.
2. Add headers above the search fields. They can be configured via templates. Also add options for selecting/deselecting all items in the corresponding pane. Checkbox’s middle state should also be considered.
3. Add option (API) for enabling/disabling ListBox widget as a whole widget (similar to DropDownList, ComboBox, etc.), not only item by item.
4. Add support for data virtualization (similar to DropDownList, ComboBox and AutoComplete).
5. Add API (public methods or fields) for retrieving the current status of the items in the ListBox. For example:
- a method/property which returns the count of currently selected items
- a method/property which returns the count of currently showed items (if searching, not all items will be visible)
- a method/property which returns the count of total items
This information can be shown in the headers via template, for example.
Unplanned
Last Updated: 20 Jan 2022 11:45 by ADMIN
Created by: Amitesh
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4
The listview endless scrolling is a neat feature but it will be good if we could configure it to be in reverse. We are building chat system in our app and want to have the endless scrolling widget but need it to scroll in reverse.
Completed
Last Updated: 20 Jan 2022 11:38 by ADMIN
Created by: Kristian
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Add columns to timepicker to have multiple columns instead of a long list.
Like you have for the Telerik Ajax Timepicker 
Unplanned
Last Updated: 19 Jan 2022 16:06 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
All controls which work with Models (validation/grid etc) should recognize displayName instead of field name to allow localization.

Model.define({
     fields: {
              Description: { type: "string", displayName: "Beschreibung", validation: { required: true, maxlength: 200 } },
              Number: { type: "number", validation: { min: 0, max: 300 } }
     }
   });
Unplanned
Last Updated: 19 Jan 2022 15:51 by ADMIN
Kendo's support for conditional number formatting results in it picking the negative or positive format even when the underlying value is being rounded to zero. This is generally not what users expect and is inconsistent with .NET's number formatting.

Here's an example:

kendo.toString(-0.1, "0;(0)") // results in "(0)" instead of the expected "0"

In contrast, .NET behaves differently:

(-.1).ToString("0;(0)") // results in "0"


It would be great if kendo's toString implementation incorporated this logic.

More information and examples are available in this Kendo forum post:
http://www.telerik.com/forums/kendo-showing-negative-zero-when-using-conditional-formatting-c729272b262d#0lTodzUtsEeF4d3xn8hhDA

There's also this StackOverflow question:
http://stackoverflow.com/questions/39977630/kendo-conditional-formatting-results-in-negative-zero
Unplanned
Last Updated: 19 Jan 2022 03:59 by Kasim
Created by: Deej
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
41
A quarter is not the same as 3 months in the same way that a week is not the same as 7 days. Feb-Mar-Apr is not a standard quarter. Kendo automatically lines weeks up on Sundays. Please consider doing something similar for quarters.
Declined
Last Updated: 17 Jan 2022 15:55 by ADMIN
Created by: Madani Benghia
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Developers should be able to specify grid column sort config property which is different from column field property.For instance, when listing products, my view model may have CategoryName property mapped from EF entity navigation property Category.Name using AutoMapper, while my sorting will use "Category.Name" on the server side.Example config could be like: 
columns[{title:"Category",field:"CategoryName",sort:"Category.Name"}]

This will allow me to flatten my view model without loosing sorting functionality.
Under Review
Last Updated: 06 Jan 2022 13:16 by ADMIN
Created by: Alex
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently there does not seem to be a way to get a reference to all kendo controls within a specified element or otherwise and perform generic operations on them.

I would propose you be able to call a JQuery method and do such things as the following:

    $(.kendoControlClass').each(function () {
        $(this).getKendoControl.enable();
    });

or call methods on specific type of controls

    $(.kendoControlClass-selectable').each(function () {
        $(this).getKendoControl.clearSelection();
    });
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 ?
Declined
Last Updated: 06 Jan 2022 12:47 by ADMIN
Using kendo UI file upload feature, currently we can upload or remove the files. I wanted to view the uploaded file (and download the uploaded file)
Completed
Last Updated: 23 Dec 2021 10:01 by ADMIN
A status-specific control would support max, min, targets, warning levels, etc and not be bound only to percentages as I see in the screenshots of http://www.telerik.com/support/demos or in the other dashboard sample. 
An example of this is:
http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=home&demo=rootVisualizations_childGauge
Completed
Last Updated: 23 Dec 2021 08:42 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
The Kendo community is quite heavily developer-based. But as a designer, I need to create design comps using Kendo as a base for our interfaces. Designers need to have templates they can grab, otherwise designers like myself will have to rebuild what we see on the Demo site in our favorite graphics program.

We need .ai/.psd/.sketch versions of the Kendo UI interfaces, even better with skins too (we'll be using Nova as a base).