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
Hello,
I want to request a new control (Powerpoint Viewer) that we can use to slide show Powerpoint (ppt or pptx) files.
the main purpose is to handle the previous and next clicks of slides.
Thanks,
Chakshuta Desai
Hi,
It will be a great addition if the `in` and `notin` (SQL-related) operators are added to the FilterDescriptor.
Convert YAML file to JSON, so they can be used to translate the built-in messages in the components to desired locale.
For example: It would be convenient to use this YAML file if it was available in JSON to translate the messages to German instead of creating my own custom message service.
Ditto this request for the Angular version of Kendo UI: http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/2870874-drag-and-drop-dock-portal-like-telerik-raddock-con This is exactly what I want however it's not available for Angular 2+. http://golden-layout.com/examples/
Please add width configuration on dialog service
We're providing a month by month summary of some information and would like to allow navigation and high level event occurrence using the Calendar. Currently the Calendar doesn't provide an event on visible date changes to figure out when we should change the summary information.
Similar to bootstrap btn-success, btn-danger, etc there should be different styling themes for buttons and other components.
Intruduce Mobile Touch Events for Angular2 as in https://docs.telerik.com/kendo-ui/api/javascript/mobile/ui/touch
Please add the ability to disable snapping to slots while dragging/resizing events in the Kendo Angular Scheduler. This would improve usability greatly.
This feature exists in the JQuery version with the "Snap events to slot boundaries" checkbox seen here: https://demos.telerik.com/kendo-ui/scheduler/move-resize
We do not want to use the all day functionality.
When an event is 24 hours or longer, it does not render in the time slots, rather than the all day slot.
Hiding the all day slot does not work, as that not render the event.
https://stackblitz.com/edit/angular-jpj9fl?file=app/app.component.ts
when someone clicks on a date in the middle of the component, it will scroll the component instead of selecting the date.
This occurs in chrome and edge. In firefox this issue is not observed.
Steps:
1. Open a datepicker (https://www.telerik.com/kendo-angular-ui/components/dateinputs/datepicker/)
2. Hover over tuesday (bootstrap theme), between tuesday and wednesday in default theme.
3. Click on the date.
4. The component scrolls instead of selecting the date.
The cursor also changes from pointer to default. It seems another component is on top of the tuesday column.
Currently the Treelist uses the `k-grid-md` class by default and does not provide a way to change this.
Since the Treelist uses looks and feels just like the Grid component and it uses the same classes, it should (imo) provide the same options for sizing as the Grid component.
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
It will be a good addition to the date formatting options if the week of year format is supported.
Current supported formats:
https://github.com/telerik/kendo-intl/blob/master/docs/date-formatting/index.md