Declined
Last Updated: 09 May 2022 06:56 by ADMIN
Created by: Dmytro
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
0
Are you planning to implement accordion component? It could be very useful
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: 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.
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

 

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.

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
Declined
Last Updated: 27 Oct 2021 22:20 by ADMIN
Created by: Rajesh
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
0

Can i reorder tabs using drag and drop in angular ?

How i need to close kendo sortable item in angular? is there any event for that?

Declined
Last Updated: 13 Aug 2021 11:26 by ADMIN
Created by: Otto Neff
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
4
so test won't fail if you don't add CUSTOM_ELEMENTS_SCHEMA
Declined
Last Updated: 12 Aug 2021 13:54 by ADMIN
The fromDate method of the kendo-intl package allows to use a skeleton format to provide a generic mask that is applied to the current locale.
It would be great to get this functionality for the format string of the date-inputs to gain the possibility to define a locale independent format.
E.g yMMMM will show year and month with respect to the current locale.
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: 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: 27 Jul 2021 14:14 by ADMIN
Created by: Suman
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
It'll be awesome if you can have required packages in the package.json file in StackBlitz based on sample. An example, If I'm looking at Kendo Menu sample code in StackBlitz I can just go to package.json and see all the required packages I need to work with Kendo Menu.
Declined
Last Updated: 27 Jul 2021 13:29 by ADMIN
Created by: Markus
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
To change the topView or bottomView property I have to set the value as string. E.g. topView="month". To be typesave I like to use the CalendarViewEnum in my typescript code. When I bind the enum in the view, the enum-value is set.
But unfortunately the enum value is a number and not a string.
I must convert the enum value like:

public getBottomView(): string {
     return CalendarViewEnum[this._bottomView];
}

Live would be easier if string enums would be used.
Declined
Last Updated: 27 Jul 2021 12:50 by ADMIN
Multiple date picker, single date pick, date range pick. Please add all functionality in angular date component.
Declined
Last Updated: 26 Jul 2021 13:37 by ADMIN
Created by: Jaap
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
Same layout as TimePicker, except:
- first part (hours) allows negative sign. Popup will display hours from -23 through 23.
- boolean 'allowDays'. Displays a "days.hours:minutes" format. Negative sign still allowed on first part (which is now days instead of hours).
- boolean 'allowSeconds'. Displays also a seconds part.
- number 'value' property containing the current value. The integer part is days, the fractional part the hours and minutes. (Date object would also be nice, I don't see how to specify a negative value.)
Declined
Last Updated: 13 Jul 2021 13:58 by ADMIN
Created by: Andrew
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
We have a regular need for a non-grid scroller that scrolls over a list of items, virtualizing the instances of the item renderers. The grid does this of course, but it would be quite a hack to implement this for non-grid situations such as a list of cards or panels. Ideally this would work similarly to the grid and support infinite scrolling via the calculated dispatching of pagination events. Also would be great if it supported variable height item renderers. 
Declined
Last Updated: 22 Jun 2021 14:22 by ADMIN
Created by: Stacey
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
The check-box styles for the Kendo themes are beautiful, but they are still static in size. As anyone who has tried can assert, it is very difficult to scale and resize check-boxes, since they don't behave the same way as most other controls.

It would be absolutely wonderful if the Kendo suite had a way to do this, such as ...

```
<form class="k-form">
    <div class="k-form-field">
        <input type="checkbox" id="ch1" class="k-checkbox" checked />
        <label class="k-checkbox-label" for="ch1">Checkbox 1</label>

        <input type="checkbox" id="ch2" class="k-checkbox" checked disabled />
        <label class="k-checkbox-label" for="ch2">Checkbox 2</label>

        <input type="checkbox" id="ch3" class="k-checkbox">
        <label class="k-checkbox-label" for="ch3" [scale]="2">Checkbox 3</label>
    </div>
</form>
```
Declined
Last Updated: 21 Jun 2021 14:34 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
There is page includes 2 component: 
1. DatePicker with placeHolder is 'placeHolder first value'
2. Button to handle event onChange when clicked.
When the button is clicked, change the placeholder value to 'placeHolder second value'

How to do that with Kendo UI for Angular 2+. ?
Thank you. 
Contact via skype quanhungbang | email : quanhungbang@gmail.com
Declined
Last Updated: 21 Jun 2021 14:17 by ADMIN
Created by: Mikael
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
Range picker for numeric values
Declined
Last Updated: 15 Jun 2021 14:40 by ADMIN
Be able to turn off Keyboard Navigation for Kendo Component for Angular 4. (Not just for buttons)

Sometimes, our app may certain key down registered for other events but Kendo's component's keyboard navigation can't be turned off easily and will take over our app's keydown.

For now,  we have to write wrapper for every component that we don't want keyboard navigation like this:
http://plnkr.co/edit/yBAvnQ63yg9Y0REMcnRS?p=preview