Hi Team,
Requesting a feature to grid rows merge like below example for similar data. And by when we can expect this feature in Kendo grid.
Col1 | Col2 | Col3 | Col4 | Col5 | Col6 |
Row1 | Row1 | Row1 | Row1 | Row1 | Merge1 |
Row2 | Row2 | Row2 | Row2 | Row2 | |
Row3 | Row3 | Row3 | Row3 | Row3 | Merge2 |
Row4 | Row4 | Row4 | Row4 | Row4 | |
Row5 | Row5 | Row5 | Row5 | Row5 | |
Row6 | Row6 | Row6 | Row6 | Row6 | Merge3 |
Row7 | Row7 | Row7 | Row7 | Row7 | |
Row8 | Row8 | Row8 | Row8 | Row8 | Merge4 |
Row9 | Row9 | Row9 | Row9 | Row9 |
Thanks!
Hi,
I am looking to have a MultiSelect which not allows do add Tags by Typing and still allows the tags to be removed.
So flagging MultiSelect as disabled or readonly is not an option as removing the tags is not possible anymore.
My i think legimate scenario is:
https://www.telerik.com/forums/remove-typing-box-from-multiselect-component
An extra option or config scenario to achieve this would be appreciated.
If you look at your competition, there it's possible to do that:
https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxTagBox/
Thanks and Regards
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.
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!
I need an Angular control works pretty much like Kendo-JQuery Autocomplete control or Telerik Asp.Net Auto Complete text box.
I understand that Kendo-Angular currently have an "auto complete" control based on a dropdown. However, it is missing some core features I am looking for:
1. It needs to accept multiple inputs.
2. It needs to eliminate unmatched results based on user input.
3. It needs to call a server side API to get the available items dynamically after input changes.
The current Kendo-Angular AutoComplete MIGHT have the 3rd point since I have not yet to try with all the events, but I am pretty sure that the first 2 points are not there. If they do exist, please provide demo or documentation link.
Thank you.
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.
Hello
I have a grid cell with filter set to menu. So the popup appears with the list of default operators that are needed to be included in the popup.
Something like below:
<ng-template
kendoGridFilterMenuTemplate
...
>
<kendo-grid-numeric-filter-menu
...
>
<kendo-filter-eq-operator> </kendo-filter-eq-operator>
<kendo-filter-neq-operator> </kendo-filter-neq-operator>
<kendo-filter-gte-operator> </kendo-filter-gte-operator>
<kendo-filter-lte-operator> </kendo-filter-lte-operator>
<kendo-filter-isnull-operator> </kendo-filter-isnull-operator>
<kendo-filter-isnotnull-operator> </kendo-filter-isnotnull-operator>
</kendo-grid-numeric-filter-menu>
</ng-template>
What i am trying to achieve is to add another operator like 'In' that can accept comma separated values. Something like:
<kendo-filter-in-operator> </kendo-filter-in-operator>
I have looked at the doc (https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-row/#toc-custom-filter-row-components/)
But i dont see a custom filter operator example.
Could you please let me know if its possible to do that or is there anyway i can achieve this.
Thanks
SM
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