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:
I would like to have Captcha component in Angular similar to Telerik ASP.NET Captcha component.
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/
The Toolbar was recently release with R2 2018. We were looking forward to this component but noted that the "Overflow" anchor property has not been implemented. This is the most compelling feature on the JQuery version. Can you revisit the toolbar code and add this feature?
There appear to be no decent solutions for PDF viewing in Angular in handling viewing of downloaded PDF files that works intelligently and consistently across all desktop and mobile browsers, and supports navigation, saving, and printing. 1. The Angular Kendo Report Viewer is limited to Telerik reports generated using the Telerik Report web infrastructure and doesn't handle PDFs from other sources. 2. There is an open source Angular viewer, that provides reasonable viewing and navigation, but doesn't support save to file. or print. https://github.com/VadimDez/ng2-pdf-viewer 3. Syncfusion have a very nice Angular PDF viewer, but requires buying there whole Angular suite. https://help.syncfusion.com/angular/pdfviewer/getting-started A Kendo Angular PDF Viewer Component
Multiple date picker, single date pick, date range pick. Please add all functionality in angular date component.
Hello Team, I would like to request for Card View Just like List View in Kendo UI Jquery. So that, users can interchange between kendo grid and card view. Also, I would like to have all the features provided by grid. EG: https://demos.telerik.com/kendo-ui/listview/editing
I am trying to access the documentation for Kendo UI for Angular and I am getting a redirect error in the browser (Chrome and Firefox), specific to the Kendo Grid documentation for filtering: https://www.telerik.com/kendo-angular-ui/components/grid/data-operations/filtering/
Create a Overlay Component for Waiting Screens when you load Data from Backend Services, .... - With Flexible Loading Icon - Perhaps as ngRx Extension, - Inceting a service where you can just call ShowOverlay or HideOverlay, ...
momentjs is a widely used date library which makes handling dates much more comfortable, and all Date components should support it
Range picker for numeric values
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.