checkbox in kendoGridToolbarTemplate

1 Answer 102 Views
Grid
ixen
Top achievements
Rank 1
Iron
Iron
Iron
ixen asked on 02 Nov 2021, 04:04 PM

Hi

Could i add two checkbox in an  kendoGridToolbarTemplate  position=top ?

 

Regards

 

1 Answer, 1 is accepted

Sort by
0
Hetali
Telerik team
answered on 03 Nov 2021, 09:48 PM

Hello Ixen,

Yes, you can add two checkboxes in the kendoGridToolbarTemplate at the top position. Use the following snippet:

<kendo-grid [data]="gridData">
  <ng-template kendoGridToolbarTemplate>
    <kendo-label text="Checkbox 1:">
    </kendo-label> 
    <input type="checkbox" kendoCheckBox />

    <kendo-label text="Checkbox 2:">
    </kendo-label> 
    <input type="checkbox" kendoCheckBox />
  </ng-template>
</kendo-grid>

In this StackBlitz example, I have added two checkboxes in the Kendo UI Grid Toolbar positioned at the top.

I hope this helps. Please let me know if I can further assist you.

Regards,
Hetali
Progress Telerik

Remote troubleshooting is now easier with Telerik Fiddler Jam. Get the full context to end-users' issues in just three steps! Start your trial here - https://www.telerik.com/fiddler-jam.
Tags
Grid
Asked by
ixen
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Hetali
Telerik team
Share this question
or