Declined
Last Updated: 23 Jan 2024 10:14 by ADMIN
Created by: Imported User
Comments: 12
Category: Kendo UI for Angular
Type: Feature Request
36
I need access to Sketch support files containing the existing UI elements for Kendo for Angular so that I can create comps for my design. 

Ideally this would be a collection of sketch symbols that match the current Kendo UI design. 
Declined
Last Updated: 06 Feb 2024 00:08 by Sergey
Created by: Arsham
Comments: 5
Category: Grid
Type: Feature Request
31
hello 
i`m always using kendo grid in my project
but i can`t import excel to kendo grid 
please make it possible to import excel file and select specific sheet to kendo grid
Declined
Last Updated: 12 Aug 2021 12:35 by ADMIN
Created by: Jonas
Comments: 2
Category: Grid
Type: Feature Request
27
We would like to have the possibilty to create custom implementation of grid columns (or any other control/component). Because we also have this in our WPF projects and it was very useful to minimize the redundant code and also the "initialization code". This can't be done in a simple template, for example we need to inject services and get data etc..

Example:
In our WPF project have lots of different grids with values related to units. The cell can convert this unit to and other unit itself, it can localize the texts, it shows the information in some kind of "progress bar", has a tooltip, etc... And all we have to do in the code is to set a column like this <custom-column valueField="test" unitField="test2" />.

It would be great to have this feature in the Angular 2 grid as well.
Declined
Last Updated: 27 Jul 2021 15:15 by ADMIN
Created by: Imported User
Comments: 3
Category: Grid
Type: Feature Request
19
Since column reordering is now avaialble, could you implement a way to set column index as an Input property, so it can be saved and loaded later?
Declined
Last Updated: 14 Dec 2022 22:19 by John
Created by: Holger
Comments: 13
Category: Grid
Type: Feature Request
18

Current behavior
The grid component already has the functionality to resize and reorder columns by the user, but is missing functionality for saving an restoring columns configuration, so that changes done by the user are lost after a page change.

There is the Persist the State article in the "How to section" in the documentation, but the described solution is only applicable when adding grid columns by using *ngFor. When defining columns in the markup, due to extensive usage of templates (kendoGridColumnMenuTemplate, kendoGridFilterMenuTemplate, kendoGridCellTemplate, ..), there is no reasonable solution available.

Expected behavior
Provide methods, similar to the jQuery grid, to save and restore columns configuration. This should at least include the column's order, width and sort.

 

PS: This is not a duplicate of the feature request Add persistent state for grid (and other components). The latter one has been marked as "Completed" but does not include the needed functionality.

Declined
Last Updated: 29 Jul 2021 13:11 by ADMIN
Created by: Imported User
Comments: 3
Category: Dialog
Type: Feature Request
17
I would like to dialog can drag and set position.
Declined
Last Updated: 20 Apr 2022 18:20 by Key
Created by: jean-philippe
Comments: 7
Category: Kendo UI for Angular
Type: Feature Request
15
Allow using current switch in a trivalent state (i.e. : true,false,undefined)
Declined
Last Updated: 16 Jun 2021 14:49 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
13
Refresh button like the one in the jQuery version
 http://demos.telerik.com/kendo-ui/grid/index

Example:
<ng-template kendoPagerTemplate>
     <kendo-pager-refresh-button (onRefresh)="refreshGrid()"></kendo-pager-refresh-button>
</ng-template>
Declined
Last Updated: 12 Aug 2021 12:42 by ADMIN
Created by: Michael
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
13
Currently, controls are getting their culture from the LOCALE_ID of Angular2 which is set pre-compile time.  This is good and all but there will be issues faced when the application supports multiple countries.  It isn't advisable to create different applications for different countries which have the same functionality.

It would be better if we can simply pass an optional parameter to the control and set the culture that we want to be used.
Declined
Last Updated: 29 Jul 2021 13:07 by ADMIN
Created by: Imported User
Comments: 2
Category: Grid
Type: Feature Request
10
In a Kendo grid, Angular/MVC/JS/Whatever;
When using multi check filter.
----
Only show those values that are still useful to filter on!!!
---

When filtering is done(one to many columns) - ONLY the remaining options should be seen when setting the NEXT filter (not all possible values in the database) of course distinct and sorted

(the grid could have an option of doing it this way or the old way)
 

example:

let's say we have 5 numbers of categories, each category have 20 different details.

when filtering is set on one category, then when filtering on details - only the 20 remaining details should be seen, not 100(5*20)

and vice verse, if filtering one detail - only one category should be seen when filtering on category.

Declined
Last Updated: 09 Aug 2021 07:11 by ADMIN
Created by: Tom
Comments: 2
Category: Sortable
Type: Feature Request
9
Support selecting multiple items to be dragged/dropped.
Declined
Last Updated: 27 Jul 2021 15:22 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
8
Date/Time components currently only support date objects for binding, but API calls typically return dates as strings. I would like the option to enable any date/time component to convert strings to date objects during binding. A boolean property such as AllowDateTypeConversion would be nice and allow developers to avoid boilerplate code in all their http service calls.
Declined
Last Updated: 26 Jul 2021 13:32 by ADMIN
Currently there is no way to ged rid of 'x' closing button in top right corner. It can be hacked by css globally, but if using the DialogService yoy can not configure if the closing 'x' should be present or not - that would be nice feature
Declined
Last Updated: 16 Jun 2021 06:10 by ADMIN

Hi Team,

Could you please add feature for Kendo Editor in angular -

  1. Paste image such as signature.
  2. Able to resize image using mouse select rather than from the image toolbar.
  3. Need toolbar for font color.

 

Thanks

Declined
Last Updated: 07 May 2019 07:05 by ADMIN
Created by: Deepak Shakya
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
7
Is there a plan to release Diagram component for Angular? I am looking at converting Silverlight application into Angular that used the diagram compoment. Diagram is missing. I can see other third-party vendor providing this component.
Declined
Last Updated: 28 Jul 2022 08:31 by ADMIN
Created by: Seyfor
Comments: 2
Category: Window
Type: Feature Request
7

Please support out of the box support for modality. I know there is how to, but out of the box, for such basic feature seems reasonable.

Also suggested how to doesn't work for windows initialised through service.

This would also align Angular Window component with KendoUI Window component modality.

Declined
Last Updated: 02 Aug 2021 09:14 by ADMIN
Created by: GT
Comments: 1
Category: Menu
Type: Feature Request
7
It will be helpful if the menu component can be responsive similar to this example: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_responsive_navbar_dropdown
Declined
Last Updated: 18 May 2021 14:39 by ADMIN
Created by: Imported User
Comments: 2
Category: DropDownList
Type: Feature Request
7
the value should be selected only by direct click on the option in the popup or with the enter or the tab keyboard button.

e.g.

- I open the options popup, I navigate with arrows and select a value A with enter.
- I reopen the options popup, I navigate with arrows until value B and I close the popup clicking away from it (or pressing Esc)

The selected value should be A, but it's B because the valueChanged event is fired anyway on the popup closing
Declined
Last Updated: 14 Jun 2018 17:07 by ADMIN
Created by: Imported User
Comments: 2
Category: Grid
Type: Feature Request
6
Once in a while, I try out a new Version to see, whether performance has improved. and constantly, I find that this is not the case.
The best treeshaking technique from Angular is spoilt by KendoUI components because of all the millions of bytes of script code that get downloaded by your components and lead to a desastrous client experience!
Optimization would be as simple as a good redesign. I wonder, why this still did not happen over the last year!
Declined
Last Updated: 29 Jul 2021 13:57 by ADMIN
Created by: Mohsen
Comments: 1
Category: Grid
Type: Feature Request
5
Just like KendoUI supports offline datasource sync.
1 2 3 4 5 6