This is a migrated thread and some comments may be shown as answers.

Implementing components along with each other

1 Answer 40 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Charles
Top achievements
Rank 1
Veteran
Charles asked on 05 May 2020, 02:29 AM

Problem: I would like to use a kendo-combobox with the grid, so that it can interact with it. Please see image for my ideal approach.

Question: Is there a way to properly place the kendo-combobox component from within the right corner of the kendo-grid-group-panel of the kendo grid?

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 06 May 2020, 06:59 AM

Hi Charles,

Thank you for the provided screenshot.

I am afraid that the kendo-grid-group-panel cannot be customized as it is intended for grouping functionality only. What can be done to achieve a similar functionality is to utilize the kendoGridToolbarTemplatethat which allows the developer to add any custom code on top of the Grid:

https://www.telerik.com/kendo-angular-ui/components/grid/advanced-features/toolbar-template/

Here is an example that shows the template in action:

https://stackblitz.com/edit/angular-vtg9d8?file=app/app.component.ts

Let me know if I can provide any further assistance.

Regards,
Martin
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
General Discussions
Asked by
Charles
Top achievements
Rank 1
Veteran
Answers by
Martin
Telerik team
Share this question
or