Provide a built-in way to customize the dropzone area around the Select Files... button.
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
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, 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
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
I have made some predefined html and load to kendo editor for angular. Table html styles are overwritten by k-table styles and all styles are gone.Is there any possibility to adjust width , border style of table in kendo editor for angular?
I have found table wizard for insert table for kendo editor in JQuery. Is there possibility to add this feature for angular kendo editor?
While the grid is initially loading data, the "No records available." message is confusing and provides no useful information.
Expected behavior - when the grid is initially loading, don't display the message as the rows/data might very well appear
To reproduce basically just go to the grid demo page (refresh if needed) and pay attention to the grid loading: https://www.telerik.com/kendo-angular-ui/components/grid/data-binding/
Example in our project - intuitively you'd think that the grid has no records until you see the loader; in any case, the message looks out of place:
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