Unplanned
Last Updated: 04 Oct 2023 13:10 by Nolan
Created by: Nolan
Comments: 0
Category: PDFViewer
Type: Feature Request
1

Hello Team, 

I would like to request functionality in the Kendo UI for Angular PDFViewer such that it would allow the component to support fillable inputs.

Unplanned
Last Updated: 02 Oct 2023 10:03 by Zeeshan
Created by: Zeeshan
Comments: 0
Category: Gauges
Type: Feature Request
1

Hi,

Please provide more shapes or an option to change the default pointer shape of the Linear gauge. Currently, the supported shapes are arrow and barIndicator:

https://www.telerik.com/kendo-angular-ui/components/gauges/api/LinearPointerShape/

But many use cases require different pointer shapes.

 

Unplanned
Last Updated: 02 Oct 2023 07:39 by ADMIN
Created by: Dimiter
Comments: 0
Category: PDFViewer
Type: Feature Request
2

Please provide a sidebar with content thumbnails similar to the one available in PDF.js:

https://mozilla.github.io/pdf.js/web/viewer.html

Unplanned
Last Updated: 29 Sep 2023 06:03 by ADMIN
Created by: Clint Singer
Comments: 8
Category: Kendo UI for Angular
Type: Feature Request
9
A docking layout manager like RadDocking for WPF or Golden Layout for jQuery.
Unplanned
Last Updated: 28 Sep 2023 10:06 by Dimitris
Created by: Dimitris
Comments: 0
Category: TreeView
Type: Feature Request
1

Since the itemLookup as the selectedKeys works with index and is not able to search the tree by a key value, which in my opinion is really a must-have feature for the tree.

It would be by far easier if we could have a method findParentsByKey and findParentItemsByKey and define a key and values and get the full results.

Like for example

findParentsByKey(id,  123)  - this could return an array of objects of the key/values of the parents of the node with id: 123.

findParentItemsByKey(id,  123) - return only the parent nodes (only those with children), an array of objects with the key/values of each parent item.

Unplanned
Last Updated: 27 Sep 2023 05:37 by Steve
Created by: Steve
Comments: 0
Category: Scheduler
Type: Feature Request
1
Implement an hourly recurrence editor within the Scheduler for enhanced scheduling flexibility.
Unplanned
Last Updated: 25 Sep 2023 14:25 by Roy
Created by: -
Comments: 1
Category: PivotGrid
Type: Feature Request
7

Hi,

The cell template would be a good addition to the PivotGrid component allowing developers to customize the cell content.

Thank you for your consideration.

Unplanned
Last Updated: 25 Sep 2023 10:05 by Varun
Created by: Varun
Comments: 0
Category: ExcelExport
Type: Feature Request
11
It would be nice if the exported Excel document supports images.
Unplanned
Last Updated: 20 Sep 2023 06:45 by ADMIN

Hello,

I would like to request a way to have the selected/unselected column menu sorted separately from the table's columns.

Here is our table which demonstrates the current behavior.

When first rendered on the page:

After re-arranging the columns:

However, it'd be nice to have the column menu sorted separately from the table's columns. Thank you.

Unplanned
Last Updated: 19 Sep 2023 18:40 by Mohamed
Created by: Mohamed
Comments: 0
Category: Charts
Type: Bug Report
1

Hello ,

Kindly Have issue with stacked bar when try to draw two items in chart  with specified with as the below  

<kendo-chart-series>
  <kendo-chart-series-item type="bar" [stack]="{ type: '100%' }" [data]="[97]">
  </kendo-chart-series-item>
  <kendo-chart-series-item type="bar" [stack]="{ type: '100%' }" [data]="[7]">
  </kendo-chart-series-item>
</kendo-chart-series>
the width of the first element is less than the second element as the below screen 



Can Anyone help on that ?

Unplanned
Last Updated: 18 Sep 2023 10:50 by Daniel
Created by: Daniel
Comments: 0
Category: Filter
Type: Feature Request
1

Hi,

Please add an expression preview property like the one in Kendo UI for jQuery:

https://docs.telerik.com/kendo-ui/controls/filter/expressionpreview

Unplanned
Last Updated: 14 Sep 2023 07:05 by ADMIN
Created by: samer
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
7

Hello,

we are searching for two components that we don’t find in your ANGULAR Library.

These components are:

  • KANBAN Cards / TASK LISTS   
  • Docking Manager

I have attached some print screens for existing components on the market...

Could you please check if there are any future/planned  developments concerning these two components with Telerik?

Thank you in advance…

Unplanned
Last Updated: 12 Sep 2023 07:09 by Jérémy

Hi,

It will be a nice feature to have the ability to customize the drag hint of the built-in row reordering similar to the hintTemplate.

Unplanned
Last Updated: 11 Sep 2023 06:47 by Maciej
Created by: Maciej
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
2

Hi, Team!

I would like to have a designated component in the Kendo UI for Angular suite that would provide built-in syntax highlighting and code editing experience for popular programming languages.

Similar to the WPF SyntaxEditor: https://www.telerik.com/products/wpf/syntaxeditor.aspx

Unplanned
Last Updated: 07 Sep 2023 06:55 by ADMIN
Created by: Loic
Comments: 3
Category: Scheduler
Type: Feature Request
8

Hello, Team!

I would like to have a timeline view with custom number of days/weeks.

Unplanned
Last Updated: 01 Sep 2023 06:31 by ADMIN
Created by: Jaroslav
Comments: 3
Category: Kendo UI for Angular
Type: Bug Report
0

We are exporting an Excel from a treelist -> there are merged cells, and the table has lots of rows (~20k).

It's taking forever (it's unusable) and the reason is that there is an O(N^2) bug in the toXML function: each row adds a merged cell range, and the mergedCells array is scanned linearly for every new row.

I was able to fix this by adding a mergedCells hash (I would be happy to create a pull request).

Also, as a related issue, it would be nice to be able to change the compression level on the generated zip file, because the default again takes forever for large enough files.

Unplanned
Last Updated: 29 Aug 2023 09:08 by BOBY
Created by: BOBY
Comments: 4
Category: Scheduler
Type: Feature Request
0
Allow the Scheduler PDF to export to multiple pages.   This is very important for us...
Unplanned
Last Updated: 29 Aug 2023 07:29 by ADMIN
Created by: Bill
Comments: 2
Category: Filter
Type: Feature Request
8

Ability to customize the fields control of the FilterExressions:

Unplanned
Last Updated: 28 Aug 2023 20:59 by Le-Or
It would be nice if you supported specific row selection based on user-defined conditions, without disabling the entire row. The goal is to eliminate the need for additional customization required to handle multi selection behavior on the user's end.

Implementing this functionality would greatly benefit applications that heavily rely on grid usage. Currently, each usage of the grid component requires a custom implementation to override default behavior.
Unplanned
Last Updated: 25 Aug 2023 07:11 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Menu
Type: Feature Request
0


Currently, there is no easy way to add attributes to the <li> elements of the ContextMenu items. It will be a nice addition, which will allow additional customization of the list items.

 
1 2 3 4 5 6