Is it possible to add a duration input control in format HH. I´m not talking about a time picker, but a way to choose how much time will last doing something.
The value could be in minutes or hours (fractional minutes).
Here is a discussion on this topic on
https://stackoverflow.com/questions/17428387/hows-a-duration-picker-called-and-does-it-exist
When both virtual scrolling and grouping are enabled via the kendoGridGroupBinding directive, and the Grid is navigable
, focus is trapped in the header row when down or up arrow is pressed:
https://stackblitz.com/edit/angular-icxejq?file=app/app.component.ts
Focus any content cell
Press up/down - focus goes to the header cell of the respective column and is trapped in the header row
Intruduce Mobile Touch Events for Angular2 as in https://docs.telerik.com/kendo-ui/api/javascript/mobile/ui/touch
I requested help in the Forum for an example of using JSDO in a Service under Angular for my grid.component.ts
https://www.telerik.com/forums/angular-7-kendo-grid-using-jsdo-service-component
Please look into building some sample source for an Angular / JSDO Service component.
Thanks
On a feedback portal search and paging is not working.
Open feedback portal and enter search criteria with more then five item. example
When you want to view result for second page, search is not preserved (it is empty).
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.
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.
Please add support to the @progress/kendo-angular-intl library for the following Norwegian locales: Norwegian, Nynorsk (Norway) Sami (Northern) (Norway) Sami (Southern) (Norway) Sami (Lule) (Norway)
Could you please migrate Kendo UI Spreadsheet from jQuery version to Angular?
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.
Regarding not only DateTime Pickers, but Data Query in general, it would be great if you could offer the option to automatically remove the time offset in OData path. Please find an example below: We need to retrieve all data concerning the date "2000-01-01". Data are stored as shown below: Date1: "2000-01-01T00:00:00+02:00" Date2: "2000-01-01T00:00:00+03:00" The OData path constructed is the following: "... or cfTrade/TradeDate eq 2000-01-01T00:00:00.000Z..." So, no Date is actually retrieved.
We would like to be able to tab to elements with tooltips which would open the tooltip and be readable by screen readers such as JAWS, etc.
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.
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> ```
A brand new component to crop, rotate and resize an image before upload. I think almost every CMS that uses kendo components will make use of such a component.
For reference Kendo UI jQuery ImageEditor component:
It would be nice to have a QRCode Component like the one in Kendo UI https://demos.telerik.com/kendo-ui/qrcode/index
Fix rxjs imports and usage to comply with version 6 so I don't have to bloat my app with the rxjs-compat lib.
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
State: MA Comments: http://www.telerik.com/kendo-angular-ui/getting-started/#toc-project-setup states: "The latest versions of the packages target Angular v4.4.6 (latest LTS) and v5.x (latest official)." I believe this is somewhat dated - it doesn't match the information at https://angular.io/guide/releases Also, the same Getting Started page refers to Angular 6 ("...As of the Angular 6 release, Angular CLI introduces the ng add command..."), which kind of implies you're supporting 5.x (the current latest LTS) and 6.x. utm_source: