Unplanned
Last Updated: 23 Feb 2021 11:36 by ADMIN

Inserting a column in between columns that have been populated from a DataSource on Spreadsheet Sheet

 

Unplanned
Last Updated: 02 Mar 2021 15:20 by ADMIN

Hi Team

 

We develop under Aurelia Framework and use KendoUI components.

It would be nice if there will be an update of the "Aurelia Kendo UI Components Catalog".

By complementing components used by "Jquery components catalog" with examples for Aurelia users that uses Typescript.

Mostly it is hard to find good tutorials for Aurelia + KendoUI users.

 

Best regards,

Thomas 

 

Unplanned
Last Updated: 31 Jan 2020 08:31 by ADMIN
Created by: Maciej
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Changing order of columns by dragging by column header is cool (and should stay), but this scenario is inefficient for large number of columns (more than 10-20).

I suggest to add drag&drop feature to Grid/TreeList column menu (where i can show and hide columns already) to change order of columns.

Unplanned
Last Updated: 30 Jan 2020 08:41 by ADMIN
Created by: SWAT
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2

Hi,

I think it make sense that Telerik will provide a built in tool to support QR Code scanning with the Kendo UI Mobile suites.

At the moment we need to use some 3rd parties JS libs for it and it will really help a lot if it will be part of the Kendo family and will support all type of OS/Devices.

 

Thanks,

ilan.

Unplanned
Last Updated: 31 Jan 2020 14:15 by ADMIN

On https://demos.telerik.com/kendo-ui?_ga=2.149841974.1082962146.1579102350-1080570292.1579102350 , all links in the "Sample Applications" section return 404 (for example https://demos.telerik.com/bootstrap/ )

Removing all URL params helps.

Any URL param ( https://demos.telerik.com/kendo-ui?x=1 ) reproduces the issue.

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: 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

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 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 )
 
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.

 

Unplanned
Last Updated: 02 Mar 2021 15:25 by ADMIN
Created by: Andrew
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

Hi there

This is just a general question in relation to Kendo UI.  Does the Kendo UI component from the DevCraft susbcription has a wrapper for expressjs/nodejs

If not, there is any plan to add this to the library

Cheers

AL

 

Unplanned
Last Updated: 19 Aug 2019 09:44 by ADMIN
Created by: Shane
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

We recently raised a ticket: 1424874.

We would like to request this ability to be added as a feature.

An error is thrown in the browser's console when pasting text + image from Word into the Kendo UI Editor: "Not allowed to load local resource: file:///C:/Users/..."

This is due to the inability of the browser to access the image file, located on the client machine.

The explanation of the above is the following. If you test the following sample (note, that it does not use Kendo) in Chrome, and try to paste text + image in the â€‹contenteditable <div>, you will observe the same error. The Editor also renders its content in an editable div element. The browser does not recognize that the user attempts to paste an image. Instead of reading the image data and loading it as a base64 string to the src attribute of the <img> element it generates an <img> tag which points to the clipboard location of the file on the client machine. As the browser is not allowed to access such resource, it trows the error observed and the image is not rendered.

To resolve this issue, when pasting only an image (no text), the Editor has its own internal implementation. Therefore, the user is able to paste images (e.g. clicking on the image in Word->Ctrl +C->then Ctrl + V in the Editor). However, when pasting it together with text, the widget does recognize the text and does not apply the custom processing aimed to convert the image. Therefore the native browser behavior of pasting images is exhibited.

 

Unplanned
Last Updated: 16 Aug 2019 15:13 by ADMIN
Created by: PON
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0
It would be very useful to have a formula editor when editing or adding funktions in the Spreadsheet control.
Unplanned
Last Updated: 26 May 2021 08:20 by ADMIN

Reproduction steps:

1. Open column menu

2. Using arrow keys, go to Filter menu item.

3. Hit right arrow to open Filter submenu

4. Tab through filter submenu

5. Hit escape.

Expected behaviour: Filter submenu closes and focus returns to the parent column menu

Actual behaviour: Both filter and column menu are closed.

Snippet: http://dojo.telerik.com/@gearoidj/iqiwUCEp

 

This is an issue for accessibility users - there doesn't seem to be a way to return to the parent filter menu using the keyboard without closing all menus and reopening them.

There is one way for it to occur, and that is to use the mouse to place the focus on the Filter menu background - in this case hitting escape will close the Filter menu and focus will be returned to the parent column menu. However this is impractical for an accessibility user who is relying solely on keyboard navigation.

 

An example of where this (mostly) works is on the Columns submenu - the user can use the left arrow key or Escape to close the child menu or alternatively keep tabbing and they will eventually return to the parent menu (though if they do tab within the child menu, hitting Escape will close both the child and parent menus).

Unplanned
Last Updated: 12 Aug 2019 13:12 by ADMIN
Created by: Igor
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3

Hello.

When I tried your framework, I found a lot of positive and useful components, but unfortunately in our conditions I can not fully use the components with virtualization, because they can not work without counting the number of records. I have a lot of data and any scrolling, page selection, components such as combobox, dropdownlist, pager, grid, etc., every time i have to count the total number, and the queries are complex, not just select * from. Performance drops immediately, imagine i'm scrolling through a combobox, where there are 6 million records, where on every page Iihave to do select count(*) from table .. join...join... where .... and add to that another 100 users that all scroll the same combobox, for example.  It would be great to be able to simply load data page by page without counting the total, but remove invisible elements from the DOM if the number of pages loaded is greater than a certain number.

Some other commercial frameworks have similar things.

I would not like to look for other alternatives, because you have done a very good and high-quality work. Maybe there are workarounds to this problem?

I'm not just talking about the grid, such controls combobox, dropdown do not have the functionality of endless scrolling. I'd like to see something like

https://github.com/ElemeFE/vue-infinite-scroll

 

And you can find out when the interface should finish scrolling by an empty response from the server, when there is no more data.

Why not just scroll through the list, adding a portion of data without a total, if the next portion is empty, then finished.

You have even the library train sewn count number when calling ToDataSourceResult on IQueryable

https://github.com/kendo-labs/dlinq-helpers/blob/master/Kendo.DynamicLinq/QueryableExtensions.cs

Counting the number of rows on complex queries is a rather expensive operation.

I would very much like to see such functionality on your widgets

 

 

 PS: I have already talked on this topic with your developers 

Ticket details

Ticket ID
1422245
Type
Support


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 Jul 2019 08:20 by ADMIN
Created by: David
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0

Bug report

Reproduction of the problem

Dojo example.

Current behavior

A difference between kendo.culture.ar.min.js:

pattern: ["-n %","n %"],

and other Arabic cultures, e.g. kendo.culture.ar-AE.min.js:

pattern: ["-n%","n%"],

A space is present in between the % symbol and the number and the position of the percent symbol differs.

Expected/desired behavior

Format consistency.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all]