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

I've setup a new ASP.NET Core project with Kendo UI Core. One of the requirements for this site is to load the scripts/styles from CDN except when the internet is down, in which case it should load from local files. I downloaded a copy of Kendo UI Core 2019.3.1023 and extracted it into the project. I have an ASP.NET Core Tag Helper which handles hashing the local file and using that SRI to load the CDN version.

Here's an example of that generated tag and the fallback:

<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2019.3.1023/styles/kendo.common.min.css" integrity="sha384-tr4PSEV2CnVkku/o7s0ApjrlIpaxzBOMQTYc8SsPFXXh6ITUZ/SS7t8k8PVUa1Tk" crossorigin="anonymous">
<meta name="x-stylesheet-fallback-test" content="" class="k-widget"><script>!function(a,b,c,d){var e,f=document,g=f.getElementsByTagName("SCRIPT"),h=g[g.length-1].previousElementSibling,i=f.defaultView&&f.defaultView.getComputedStyle?f.defaultView.getComputedStyle(h):h.currentStyle;if(i&&i[a]!==b)for(e=0;e<c.length;e++)f.write('<link href="'+c[e]+'" '+d+"/>")}("box-sizing","content-box",["/lib/kendo-ui-core/styles/kendo.common.min.css"], "rel=\u0022stylesheet\u0022 integrity=\u0022sha384-tr4PSEV2CnVkku/o7s0ApjrlIpaxzBOMQTYc8SsPFXXh6ITUZ/SS7t8k8PVUa1Tk\u0022 crossorigin=\u0022anonymous\u0022 ");</script>

When the hash is calculated from the local file, the CDN copy does not match. So far I have only had an issue with two files: kendo.common.min.css and kendo.bootstrap-v4.min.css: both of these files have different headers from the download and CDN versions and appear to be minified differently. It would be great if future versions could be the same so that the hash for a local file matches the hash for the CDN version.

As a side note, it would be really great if you could work with Libman (the Visual Studio CDN downloader tool) to be able to download Kendo UI Core. The only version that exists currently on that system is very old.

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 

 

Declined
Last Updated: 01 Mar 2021 08:56 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2
These guys have very good toolking for nework diagrams visualization. Could you make something similiar? It would be great for many uses network, antifraud, etc

http://cambridge-intelligence.com/keylines/
Unplanned
Last Updated: 25 Feb 2021 16:16 by ADMIN

This is somewhat related to the existing request for this feature with Tooltips, but applies more generally to any widgets with popup behavior, such as DropDownList and AutoComplete. Auto-closing these widgets upon scrolling is an extremely annoying behavior, and I've even had end users comment on it in demos. The currently suggested workaround is hacky, particularly difficult to implement with AngularJS, and as far as I know, only works with DropDownList and AutoComplete. This behavior needs first-class support as a configurable option. This could be done a couple of ways.

1. Make it a configuration option.

$("#products").kendoAutoComplete({ closeOnScroll: false });

2. Or, just add the browser-level event name to Kendo UI's event object in the various widget event handler functions, such as close.

close: function (e) {
  // won't work because "e" doesn't have a "type" property like normal JavaScript event objects do
  if (e.type === "wheel") {
    e.preventDefault();
  }
}

 

I would actually prefer the second option, as it would open up a bunch of options for developers in those event handlers, including addressing this particular auto-closing issue.

Unplanned
Last Updated: 25 Feb 2021 13:08 by ADMIN
I need to change the 'expressionPreview' value when using the filter to the description of the item in the dropdown and not the value. In the example below the 'expressionPreview' says '(Category Is equal to '3')' but I need it to say (Category Is equal to 'Confections').
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

 

Completed
Last Updated: 23 Feb 2021 11:30 by ADMIN
Created by: Roinand
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
0

I'm wondering if it is possible to create a feature to partially format a cell value from the exported Excel?

 

For example, I have a string like "Payment Terms: Please pay the full amount..." I only want bold text on "Payment Terms:".

Unplanned
Last Updated: 23 Feb 2021 11:06 by ADMIN
Created by: Jon
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
4

Hi Telerik Team

 

We use in our project the multicolumncombobox, this is nice and I love it. 

But maybe you can also develop for the dropdown ? I know I can use temaplates etc. but  I think its nice if we become a finished multicolumndropdownlist

 

 

Best regards.

Murat from zurich

Completed
Last Updated: 18 Feb 2021 16:02 by ADMIN
Release 2021.R1.SP.next
In the datepicker popup with the component type modern the "Today" text link is enabled even if today's date is disabled.
Declined
Last Updated: 15 Feb 2021 09:57 by ADMIN
Created by: Saby
Comments: 3
Category: Kendo UI for jQuery
Type: Bug Report
0

Hi Neli, I have an even bigger problem. Could you tell me how to configure the "enter" to be a "<br>" and not a "<p>". I am having a lot of problems. In the editor I press enter but since a <p> is inserted, my report shows it all together, without line breaks. I need an urgent answer please.

Attached images of the insertion problem of <p>

Thanks

Unplanned
Last Updated: 12 Feb 2021 10:42 by ADMIN
Created by: Jon
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2

The console component under demos is nice and I implemented still in my application with wodnload the console.js but I think its nice if you implement this as a component with APIs and features

 

for example filter and color for events or for a signalr or field, maybe with (X) delete all button and direction.

 

Thank you

Best regards from zurich

Murat

Completed
Last Updated: 11 Feb 2021 09:45 by ADMIN
Unplanned
Last Updated: 10 Feb 2021 06:58 by ADMIN
Created by: Patrick
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
R2 2017 release finally add a new KendoListBox component.

However, It lack some features, available in dropdownlist, like filter and item grouping who prevent me to use it for huge item list.
Completed
Last Updated: 09 Feb 2021 10:32 by ADMIN
Created by: M Aftab
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
A quick suggestion :

A very well guided experience for semi skilled developer and help him boost his capabilities up and above.

Nice to have come across your product.
Completed
Last Updated: 09 Feb 2021 09:13 by ADMIN

When using a grid with locked columns if the unlocked area is scrollable once scrolled horizontally the resize handle keeps it's original absolute positioning and doesn't respect the change in scroll. 

When hovering over the edge of the column I can no longer see the resize handle. I can hover to the left where it would have been with no scrolling and then see it. 

On DOM inspection I see the event to update the handle's position STILL FIRES when hovering the edge of a column header, but the position is based on scrollLeft() === 0. 

I will assume the needed left position for each column is calculated on creation but is not re-calculated for horizontal scroll. 

 

This can be reproduced in the live demos on Telerik's site. 

 

https://demos.telerik.com/kendo-ui/grid/frozen-columns

 

Completed
Last Updated: 04 Feb 2021 14:05 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
7
You should be able to define a row template which uses the field templates. E.g. Define a Row wrapper and Column wrapper, so that kendo would automatically use the field template.
Another option would be to define an variable, which you can use to call the field templates.
Unplanned
Last Updated: 03 Feb 2021 06:20 by ADMIN

Hi,

I've notice an issue with Scheduler: the height for group slot is not correct calculated and items goes down to the next group slot.

Scheduler :

   - group vertical after a field

   - type of scheduler: "timelineWeek" or "timelineMonth"

   - items of the group have same start date and their number are bigger then 20.  

kendo ui version: 2020.1.219. Same issue with 2021.1.119

----------------------------------------------------------------------------------------------------------------------

I've created a dojo as example:  https://dojo.telerik.com/EHeNigIQ  .   Also, you can see the issue into the picture bellow.

You can modify the variable  "rows = 30;"  and you will see more items that goes wrong into the other group slot.

 

Completed
Last Updated: 02 Feb 2021 16:56 by ADMIN
Created by: Jason
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0

Your demo site is broken.

 

https://demos.telerik.com/kendo-ui/multicolumncombobox/index

Completed
Last Updated: 02 Feb 2021 16:55 by ADMIN
Created by: Rahini
Comments: 3
Category: Kendo UI for jQuery
Type: Bug Report
2

Hi Team,

 

Sorry for the confusion. I don't know where to post this content issue I saw in your website.

Have a nice day :)

 

Unplanned
Last Updated: 27 Jan 2021 13:24 by ADMIN
Created by: Danny
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
11
Slider seems to only output numbers, I want to use it for date ranges, ala mint.com.