Unplanned
Last Updated: 13 Jul 2022 08:42 by ADMIN
Created by: Georgi
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1

Currently, the Button component supports appearance options such as size, fillMode, and rounded.

This request is about a way to set those appearance options globally for the entire app, in a single location, so that the user does not have to pass all of these settings every time they use a button.

I know this could be achieved by wrapping the Button component in another component, but that may lead to an unnecessary performance hit.

Another option would be to use the ThemeBuilder and set some variables, but that would not behave in the exact same way as the appearance options - for example, it is not so dynamic.

Declined
Last Updated: 06 Jul 2022 12:00 by ADMIN
Created by: Jignesh
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
It will be nice to use Kendo UI Angular components with other Web components without Angular framework like this Lit example.
Declined
Last Updated: 06 Jul 2022 09:56 by ADMIN

The kendo scheduler when opened in the mobile view the events tittle inside the month view texts are broken and hide in responsive design.

The user did not see the full event tittle texts in month view in responsive Design. 

please refer below  attachments here.

 

Declined
Last Updated: 05 Jul 2022 13:41 by ADMIN

The Scheduler recurrence editor numeric inputs automatically change leading 0 inputs via keydown or pasting to 1's or empty values. 

 

Extend the ability to disable the mandatory autocorrection for all recurrence editor inputs so any numeric value can be entered.

 

 

Declined
Last Updated: 06 Jun 2022 05:58 by ADMIN
Created by: cuong
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
0

When I create a widget and design widget with image field.

Step 1: I use this widget in CMS=> click edit content => select data for the image field.

Step 2: Click advanced to see the id of image 

Step 3: I select simple to view image agian =>  the image has clear item

I don't know how it happen.

Please help me about this issue

Declined
Last Updated: 01 Jun 2022 23:45 by ADMIN
Unplanned
Last Updated: 01 Jun 2022 07:42 by ADMIN
TimeSelectorComponent
It is used by DateTimeInput and TimeInput.
But there are use cases where you need the time selector inline - without the input or popup.

The component exists and is exported but is not documented. 
Unplanned
Last Updated: 05 May 2022 10:47 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
4

Please provide a mechanic for dynamic messages translations and/or more seamless integration with established third-party libraries like ngx-translate.

Currently the only available option is using a customized messages service, but this approach has multiple shortcomings

- all messages for all locales need to be recreated one by one in the service

- is not integrated with third-party libraries used to translate the rest of the application

A detailed discussion regarding the necessity of similar enhancement is available in the following GitHub thread:

https://github.com/telerik/kendo-angular/issues/362

P.S.: A possible workaround available for integration with ngx-translate involve adding the desired Kendo messages in the JSON files containing all translations for each supported language, and using the custom messages service to obtain and return the ngx service translation. Recreating the page each time the JSON data for the respective language is loaded is necessary to ensure that the correct messages will be available and used in the Kendo components.

The following example demonstrates a sample implementation of this approach:

https://stackblitz.com/edit/angular-kzirzx?file=src%2Fapp%2Fapp.component.ts

Unplanned
Last Updated: 26 Apr 2022 08:07 by ADMIN

Add selectOnFocus option for AutoComplete, ComboBox and MultiColumnComboBox.

The same is available for the TextBox component:

https://www.telerik.com/kendo-angular-ui/components/inputs/api/TextBoxComponent/#toc-selectonfocus

Unplanned
Last Updated: 25 Apr 2022 06:16 by ADMIN
Created by: Kevin
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1

Re https://github.com/telerik/kendo-angular/issues/3649

The FilterableComponent has been removed from the dropdowns public API.

This is important to us as it allows us to create a directive that targets all the filterable components, similar to FilterDirective.

Can this be made public?

Unplanned
Last Updated: 12 Apr 2022 06:53 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
4

Please introduce an option to perform accent-insensitive search using the Grid built-in string filtering.

If a user attempts to have a Kendo Grid column filter match Pare, ideally it should find Paré (with the accented é).

A similar FR is already available for the DropDownList:

https://feedback.telerik.com/kendo-angular-ui/1503741-filtering-should-support-accent-insensitive-search

Declined
Last Updated: 12 Apr 2022 10:23 by ADMIN
Created by: Mauro
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
1

https://stackblitz.com/edit/angular-oc4d4c-ss8dyk?file=app/app.component.ts

  1. If a detail row is expanded, the entire virtual scroll fails - showing whitespace/not loading new data once you scroll enough to trigger pagination/new dataset load. It remains broken even after collapsing the details row.
  2. Scroll down and filter - you see white area. You need to scroll until it triggers data load to fix it.
Unplanned
Last Updated: 12 Apr 2022 07:33 by ADMIN
Currently, there is no out-of-the-box approach to add a separator line between two menu items in the kendo-splitbutton component's popup, so we would like request this feature.
Declined
Last Updated: 11 Apr 2022 09:06 by ADMIN

Hi

It would be great if KendoGrid export to Excel and PDF like excelExport, saveAsExcel, saveAsPDF etc should had options to include all records of the grid and to apply the persistent filters, grouping, sorting etc

Something like:

<kendo-grid-excel fileName="test.xlsx" filteredData="true" allRows="true">

</kendo-grid-excel>

filteredData="true"
Exports exactly what the user has filtered, sorted, grouped, etc. and sees in the view

allRows="true"
Ignores the paging and includes all the data/rows

 

Unplanned
Last Updated: 05 Apr 2022 07:37 by ADMIN

Currently toODataString constructs the entire query string used to make a request. When API endpoints are automatically generated (using swagger/OpenAPI for example), this makes toODataString less helpful. I would like a function that exposes the individual properties generated by toODataString

For example, toODataString currently produces something like

'$skip=0&$top=20&$orderby=quantity&$filter=date ge 2020-01-01T00:00:00.000Z'

I'd like something like toODataObject that produces something like

{$skip: 0, $top: 20, $orderby: 'quantity', $filter: 'date ge 2020-01-01T00:00:00.000Z'}

so that I could pass individual properties as parameters to generated API functions.

Thanks.

Completed
Last Updated: 15 Apr 2022 10:14 by ADMIN
Created by: Justin
Comments: 3
Category: Kendo UI for Angular
Type: Feature Request
1

Would really like a Kendo UI version of the Chip Input like the one from Angular Material https://material.angular.io/components/chips/overview#chip-input

I was surprised looking through all the components that something like this didn't already exist

Unplanned
Last Updated: 30 Mar 2022 06:05 by ADMIN
Created by: Eran Weiser
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
0

The nodeViews feature of proseMirror can't be used if not exposed as an input as it should be set in construction of the EditorView which is done internally the component.

We would like to supply it as an input to your component

Declined
Last Updated: 25 Mar 2022 10:47 by ADMIN
Created by: Mauro
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
0
    .k-coloreditor-header {
        padding: $coloreditor-header-padding-y $coloreditor-header-padding-x 0;
    }

The style rule uses the two variables - with x and y respectively, yet has a hardcoded 0px value as a third parameter.

This causes x to only apply top padding, which is misleading.

Unplanned
Last Updated: 15 Mar 2022 16:11 by ADMIN

Currently the Filtering functionality of the Kendo UI for Angular TreeView is not compatible with the built-in Drag'n'Drop.

Please make it possible to use both directives simultaneously.

Declined
Last Updated: 15 Mar 2022 13:17 by ADMIN
Created by: Anatoli
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
0
Support for building mobile apps using Angular Capacitor