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
7

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.
Unplanned
Last Updated: 28 Oct 2019 15:21 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
7
Our users love how pretty Kendo UI charts are. We usually visualize data for them with Pie or Bar charts, often in combination with a Kendo UI Grid.
However they almost always want the ability to export what they see in the browser to PowerPoint. One workaround might be to save the Kendo elements to an image and stick that into a PowerPoint slide. However they don't want that. They want a real PowerPoint slides with real PowerPoint charts and grids live objects like they were initially created in PowerPoint. We have managed to implement something to do that with OpenXML, but it will be a HUGE time saver if Kendo does that out of the box.
Unplanned
Last Updated: 25 Oct 2019 13:19 by ADMIN
Created by: Velusamy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

Dear Team,

Is there any plan or road map for the word cloud widget?

https://wordcloud2-js.timdream.org/#love

 

Regards,

Velusamy

Unplanned
Last Updated: 24 Oct 2019 09:54 by ADMIN
Created by: Alpeshkumar
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
0
I am looking Same WPF Diagram Navigation Pane in Jquery Diagram Control. I have attached screenshot of WPF Diagram. I am requesting you to implement same feature in Jquery Diagram.
Unplanned
Last Updated: 11 Oct 2019 07:50 by ADMIN

If you open the popup of the above components and resize the browser window with the popup still opened, the component is being resized according to the window size but the popup keeps its initial width. 

The above scenario can be observed on this link: https://dojo.telerik.com/ovOTUDeV 

Unplanned
Last Updated: 09 Oct 2019 15:15 by ADMIN
Created by: Brian
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Telerik Team,

Great PDF export feature! It's the best I've seen.  We would like support for exporting to PDF/A for archival.  Is this possible? 

Thanks,

Brian 

Unplanned
Last Updated: 09 Oct 2019 11:28 by ADMIN
Created by: Anna
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

The following typings are missing in @types/kendo-ui version 2019.3.0

  1. kendo.data.TreeListModel has no parentIdField
  2. kendo.ooxml.WorkbookSheetRow has no property "type"
  3. kendo.ui.PanelBar has no dataSource
  4. kendo.ui.DatePicker has no dateView (it's used in https://docs.telerik.com/kendo-ui/knowledge-base/datepicker-show-quarterly-frequency  )
  5. kendo.ui.EditorEvent has no keyCode
  6. kendo doesn't expose kendo.wheelDeltaY()
  7. kendo.data doesn't expose "binders" (filed at https://github.com/telerik/kendo-ui-core/issues/4049 )
 
Declined
Last Updated: 30 Sep 2019 08:02 by ADMIN
Created by: Chris
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

We are currently in the process of converting our site from using RadAjax controls into Kendo UI controls. We use a lot of drop downs (single select and multi select). While working with the Kendo UI controls, we saw that there were no multi select drop down controls available. There is a multi select control, however it uses a 'token' style and is not a control that we can use in our environment. There should be a multi select drop down control similar to the control used in RadAjax framework.

Unplanned
Last Updated: 23 Sep 2019 14:31 by ADMIN
Created by: Naveen
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

 Please provide keyboard shortcut & navigation to open a cell lookup list (menu) & for traversing menu items as shown below;

In Excel Alt+up or Alt+down arrow keys work for the same but in Kendo UI Jquery - spreadsheet , these keys are not working.

Unplanned
Last Updated: 23 Sep 2019 13:51 by ADMIN
Created by: Richard
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4

We would like the Kendo editor to provide more wysiwyg settings on headers in order to maintain accessibility standards for users. We need tables to default to data tables and not layout tables to meet accessibility checker standards.

When using the Kendo editor in Sitefinity, checking the "Associate cells with headers" box, nothing happens and I am not sure what steps need to be taken to associate them since that is the only setting in the table wizard that mentions headers. The only way to create headers is to go into the HTML and add them, this is not ideal for our users to have to do. This also creates an accessibility concern since all tables created default to layout tables versus data tables (in third-party accessibility checker), even when the table should be marked as a data table.

 

We need this MVC wysiwyg editor to fully function like it's webforms counterpart.  As newer users to Sitefinity we were encouraged/directed to use MVC as the product was transitioning to this model from webforms.  Unfortunately, not all of the tools transitioned to MVC retained all the functionality of their webform counterpart.

 

Completed
Last Updated: 23 Sep 2019 09:26 by ADMIN
Created by: IKKI
Comments: 23
Category: Kendo UI for jQuery
Type: Feature Request
66
SNS and e-business always use this for make a comment.