When filter popup is opened, it need to be closed by click outside of it
However, popup is closed only after second click outside.
After popup was opened and closed for the first time - next times everything works correctly, so it can be reproduced only after refreshing the page with this component
It can be reproduced in example in your documentation: https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-menu/#toc-custom-filters/
Use the basic usage example from https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/
Click in the area next to the baseball chip.
The list with available objects pops up.
Click in the place where the cursor is, the popup won't close.
Click in the right half of the component, the popup closes.
It seems it's the input element which swallows the click event.
I would expect the popup to be closed, no mather where I click in the component
Allow rotating the pins, based on a filed value in the markers objects:
public markers = [
{ latlng: [30.2675, -97.7409], name: 'Zevo Toys', rotateAngle: 90},
{ latlng: [30.2707, -97.7490], name: 'Foo Bars', rotateAngle: 20 },
];
Hi, Team!
As of now, the TreeList component does not have a designated property that allows the developers to modify its sizing. Similarly to the Grid, I would like to ask for the implementation of such a property.
Hi,
Please provide an option that allows forcing the chart to use whole numbers for its value axis when zooming in or out. It's not something uncommon to have charts that can't have decimals (eg. number of people).
Thank you
Hi,
It will be a nice addition to the PivotGrid toolkit to have a built-in PDF Export module.
Hi,
It will be a good component enhancement if selection and multi selection was introduced to the ListBox component. Like Kendo UI for React and jQuery:
https://www.telerik.com/kendo-react-ui/components/listbox/selection/
https://docs.telerik.com/kendo-ui/api/javascript/ui/listbox/configuration/selectable
Thank you for your consideration.
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:
Hi,
It will be a good addition to the component if separate events are fired when the user makes choice inside the `Edit Recurring Item` dialog.
That will help developers to execute additional logic upon user interaction.
Thank you for your consideration.
Hi, Team!
As of now, the selectItem method selects an item in the ListBox, however, when the element is located at the bottom of the component and is hidden because of the scroll, the method only selects the item but does not scroll to it. I would like to have the method scroll the ListBox to the selected item.
Hi,
It will be a good addition to the component if there is a way to set the animation duration of the opening and closing of the popup as currently there isn't such a control for the component. Similar to the standalone Popup component:
https://www.telerik.com/kendo-angular-ui/components/popup/api/PopupAnimation/
Thank you for your consideration.
https://stackblitz.com/edit/angular-botsaf?file=src/app/app.component.ts
The internal element has a calculated width - but it only grows in value if slider width changes (responsive or even in CSS with media queries etc).
It permanently stays at the largest size.
Hi team,
Please provide options to configure the Notification slide position - like sliding the Notification from bottom left to bottom center.
Currently it is not possible to customize the content of the built-in Gantt editing Dialog, and the only option is creating a custom Dialog, and opening it by handling other Gantt events like taskClick/taskDblClick.
Adding a Dialog template that will be rendered within the built-in editing Dialog would be a nice enhancement enabling developers to have their custom content while still keeping the built-in Gantt editing mechanics and events.
For further fine-grained tuning, separate templates for the content of each TabStrip tab (General, Predecessors, Successors) would also prove useful.
Hi, Team!
I would like to have a designated Timeline View that displays a whole year.
Best regards!
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.
Currently, the Expansion Panel provides a single property that allows developers to use custom icons and built-in Kendo icons. In order to use a built-in icon the developer should use the whole class name rather than just the name of the icon. In contrast, the Drawer provides icon and iconClass properties that allow developers to specify whether they want to use built-in icons or custom icons:
https://www.telerik.com/kendo-angular-ui/components/layout/api/DrawerItem/#toc-icon
https://www.telerik.com/kendo-angular-ui/components/layout/api/DrawerItem/#toc-iconclass
Hi Team,
I would like to request a new event for the Kendo UI Grid which will determine when the Grid has been resized in height. Right now, I have created a custom directive which uses the changeNotification property to handle when the scrollbar is shown. But it would be nice if there was something built in.
Thanks!