Declined
Last Updated: 21 Jan 2020 15:23 by ADMIN
Created by: Deane
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
When integrating the Kendo UI Editor with other components, it would be nice if there was more visibility and control on the state and actions of the Kendo Editor.

For instance, bind 2 new callbacks/events: 
- onClose: function(event) {}
- onOpen: function(event) {}

Methods to control the Editor externally:
- editor.close()
- editor.open()

Methods to inquire on the Editor's state:
- editor.isOpen()
Completed
Last Updated: 21 Jan 2020 15:05 by ADMIN
Created by: Michael
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
It would be stupid awesome to have a custom theme allow for selection the new project wizard!  That's consistency promotion!
Completed
Last Updated: 21 Jan 2020 14:57 by ADMIN
Created by: Jeremy
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
7
I need to display multiple charts on one page. These charts are all based on the same timeserie.
To help with data analysis, I need to align every chart and the easiest way to achive that would be to be able to specify a width for the plot area.

Would you consider adding this feature ?
Completed
Last Updated: 21 Jan 2020 14:55 by ADMIN
Created by: Travis
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
7
I know there are a number of requests for this, and I'm in agreement with all of them. I wanted to post a couple of specific examples in order to make it clear what would save me (a developer using Kendo for production code) time in implementing widgets within our application.

1. Provide information about all aspects of any given topic. For example, I recently tried to understand how sorting works for Grid. (see  http://www.telerik.com/forums/where-is-the-documentation-on-performing-case-insensitive-sorting-for-grid). It seems like it would take a pretty minimal effort to include information in the docs for grid column-header sorting (http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-sortable) that describe how to turn off case-insensitive sorting, as well as explain that the grid option does not sort data on initial load (for that you need to sort on the dataSource). It required a fair amount of searching, and a couple of days to come to this understanding, which could have completely been avoided by adding a paragraph or two to the docs examples I just mentioned. For any configuration option, or feature documentation, make it complete and describe it entirely.

2. Utilize hyper-linking more effectively within the docs. A while back, I wanted to understand how to fully utilize the numericTextBox widget, and the docs mentioned 'format' for numerics. Unfortunately, I don't know what 'format' means in the context of Kendo widgets. Eventually, I found this forum post: http://www.telerik.com/forums/where-is-documentation-on-format
As I pointed out in my comment in that post, there's simply no reason to require your users to search for what 'format' means, when with minimal effort on your part, a link can be added and I can simply click to that documentation and get the answer I need.

There's a ton of individual examples that fall into one of those two categories, and if those were fixed, about 60% of the documentation issues I encounter would be resolved. I appreciate the chance to express this, and thanks for your consideration.
Unplanned
Last Updated: 20 Jan 2020 13:39 by ADMIN
Created by: Jason
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
22
Please support the ImageBrowser as a standalone control.
Unplanned
Last Updated: 20 Jan 2020 12:51 by ADMIN
Created by: علی اکبر
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
35
Unplanned
Last Updated: 20 Jan 2020 08:20 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
12
I would like to have a chart like circular progress chart that use in lots of infographic diagram like the one below.

http://stackoverflow.com/questions/11202920/circular-radial-progress-bar

I managed to make it work by doing some manipulation to the donut chart like the one below that look similar to it but I believe the Kendo team can come up a better one and more reusable.

http://eswkchartdemo.azurewebsites.net/Dataviz/RealtimeDonutChart
Completed
Last Updated: 16 Jan 2020 18:53 by ADMIN
Created by: Imported User
Comments: 21
Category: Kendo UI for jQuery
Type: Feature Request
66
Add the AJAX FileExplorer to the MVC Controls Toolset with additonal built-in features I would like to see:
1. Support for UNC paths so that the root folder may be located in a network share as opposed to a folder under the application folder.
2. Support for sub-pathing so that it can be dynamically programmed to support direct display of target folder without having to navigate to the target folder
3. Built-in Delete function to complement the built-in Upload function
4. Optionally select display of a checkbox column to allow for multiple selection for items to be Deleted or Downloaded
5. Built-in Progress Bar for Upload and Download functions
6. Optionally select automatic filtering of hidden files and directories from the display
Unplanned
Last Updated: 08 Jan 2020 14:54 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
7
Currently min and max on DateTimePicker does not restrict time ranges. It only restricts min datetime and max datetime. 
Not time range within each date.

We need possibilty to set min time and max time to select like time picker has.
Completed
Last Updated: 08 Jan 2020 14:26 by ADMIN
Created by: Ivan
Comments: 8
Category: Kendo UI for jQuery
Type: Feature Request
2
Please, can you create a breadcrumb for KendoUI for jquery?
Completed
Last Updated: 03 Jan 2020 14:57 by ADMIN
Created by: Dan Cornish
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
25
We need the ability to modify the title of the new predefined dialog control.  This control is a great replacement for JavaScript alerts and confirms.  However, we should be able to modify the title by passing in an additional parameter when using the control.

Below is a workaround using CSS:

    <style>
        .k-confirm .k-window-titlebar::before,
        .k-alert .k-window-titlebar::before {
            content: 'My New Title';
            font-weight: bold;
        }
        .k-confirm .k-window-titlebar .k-dialog-title {
            visibility: collapse;
        }
        .k-dialog .k-window-titlebar .k-dialog-title {
            visibility: hidden;
        }
    </style>
Completed
Last Updated: 03 Jan 2020 14:44 by ADMIN
Created by: Imported User
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
27
As of now there is no right click and double click events on diagram shapes, It will be useful if an event is raised on these particular actions. because these are the obvious actions on shapes
Completed
Last Updated: 03 Jan 2020 14:22 by ADMIN
Created by: Simon
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
30
Changing the min / max value of the progressbar isn't possible.  For now, we have to destroy the progressbar and recreate a new one using the new min / max values.
Completed
Last Updated: 31 Dec 2019 11:15 by ADMIN
Release R1 2020
Created by: Pinkesh
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
5
Please add Breadcrum functionality in kendo.
Unplanned
Last Updated: 27 Dec 2019 08:09 by ADMIN
Add methods in Kendo UI that convert to and form Excel date number from and to locale date & UTC date.
Unplanned
Last Updated: 27 Nov 2019 08:55 by ADMIN
Created by: Winanjaya
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
it's looks nice if we have an option to move chatbot image to either on first or last of message for multiple messages (currently the chatbot image located on the last message)
Completed
Last Updated: 27 Nov 2019 08:51 by ADMIN
Created by: Gerold
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
5
A lot of app developers like the idea of adding a chat function to their app. In UI for WP Telerik has this beautiful Conversation View. Make the available as a full-blown widget für Kendo UI (mobile). Think of SignalR as a possible backend technology. Chat bubbles should have the ability to show text/pictures/emoticons. Provide a ready2use class for asynchronous or backgroud-sync (up/download) e.g. for ASP.NET Web API.
Unplanned
Last Updated: 20 Nov 2019 14:57 by ADMIN
Created by: Naveen
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
8

Please provide support of row grouping as it is going to be a very useful feature and excel is rich data file so we always need to group various sections. An example of the feature is available in the attached file and the link below.

Example for grouping data in MS Excel

Completed
Last Updated: 20 Nov 2019 11:45 by ADMIN

Hi,

I'm not sure this will be a bug in your mind but I just wanted to make sure I understood how things work. We have a grid definition which includes the dataSource.schema.model definition. One of the fields (TradeDate) in the schema has a type = "date". In addition, we assign local json data to the "data" property of the dataSource. Our JSON data comes in with dates in the ISO format (a string with the "T" in it). When the grid is initially created everything works fine. We notice that the TradeDate field in the dataSource.data() is converted to an actual javascript date. I assume this is happening because of the schema definition. Later we retrieve new data via an ajax call and apply it to the grid using the grid.dataSource.data(newJson) command. However this does not seem to process the TradeDate field and convert it into a real javascript date. This causes problems because we have filters applied based on the TradeDate. It works fine the first time but fails any time the data is refreshed (because the field value is a string). We tried the schema.parse function but that also is only called the first time. Ultimately we coded the grids "dataBound" event and everything worked. It gets called each time the data is refreshed. I was just wondering if I could be doing something differently so that the schema handled the conversion all the time.

       

self._grid = grd$.kendoGrid({
columns: [...],
        dataSource: {
schema: {
                        model: {
                            id: "somekey",
                            fields: {
                                NewTradeFlag: { editable: false },
                                TradeDate: { editable: false, type: "date" },
...
                            }
                        }
                    },
                data: self.ViewModel.DisplayData.TransactionData
         }
...
})

Later on we do this

self._grid.dataSource.data(newJsonData);

P.S. we originally were using MVVM binding straight to the ViewModel but that didn't work either.

Thank you in advance, Jim.

Completed
Last Updated: 01 Nov 2019 15:05 by ADMIN
Created by: Andrew
Comments: 22
Category: Kendo UI for jQuery
Type: Feature Request
91
For example; similar to http://www.highcharts.com/stock/demo/arearange

Having area 'scatter' support, such as 'scatterArea', and 'scatterAreaRange', like the existing 'scatterLine', is also desirable.