Toolbar directives inside Grid not found

1 Answer 13 Views
Grid ToolBar
monkeyWithGlasses
Top achievements
Rank 1
monkeyWithGlasses asked on 17 Jun 2025, 09:21 AM

Hey,

I tried to play around with the new Toolbar inside the Grid.

From the documentation I copied:

<kendo-grid
    [data]="gridData"
    [selectable]="false"
    (selectionChange)="onRowSelected()"
    [filterable]="true"
  >

<kendo-toolbar overflow="scroll">
      <kendo-toolbar-button kendoGridFilterTool></kendo-toolbar-button>
      <kendo-toolbar-button kendoGridSortTool></kendo-toolbar-button>
      <kendo-toolbar-button kendoGridGroupTool></kendo-toolbar-button>
      <kendo-toolbar-separator></kendo-toolbar-separator>
      <kendo-toolbar-button kendoGridColumnChooserTool></kendo-toolbar-button>
      <kendo-toolbar-spacer></kendo-toolbar-spacer>
      <kendo-toolbar-button kendoGridPDFTool></kendo-toolbar-button>
      <kendo-toolbar-button kendoGridExcelTool></kendo-toolbar-button>
    </kendo-toolbar>

...

Sadly, I can't seem to get the first three directives (kendoGridFilterTool, kendoGridSortTool, kendoGridGroupTool) to work.

I'm in Webstorm which tells me: "Attribute kendoGridFilterTool is not allowed here".


Am I missing an import or something?

Please help.

1 Answer, 1 is accepted

Sort by
0
Accepted
Yanmario
Telerik team
answered on 20 Jun 2025, 05:30 AM

Hi Ingolf,

These tools are available from Kendo UI for Angular component version 19. I will recommend updating to our latest version for the ability to use them.

I hope this helps.

Regards,
Yanmario
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

monkeyWithGlasses
Top achievements
Rank 1
commented on 20 Jun 2025, 08:49 AM

Thanks for the hint. It works after updating.
Tags
Grid ToolBar
Asked by
monkeyWithGlasses
Top achievements
Rank 1
Answers by
Yanmario
Telerik team
Share this question
or