Select all option in kendo-column-menu-chooser

1 Answer 154 Views
Grid
Naveen
Top achievements
Rank 1
Naveen asked on 13 Jun 2022, 02:19 PM | edited on 13 Jun 2022, 02:22 PM


 

We are trying to implement the select all option in kendo angular grid column menu chooser (angular 12) as above (the above one is implemented in angular js).. We could not find any corresponding inbuilt customizations provided.

https://docs.telerik.com/kendo-ui/knowledge-base/grid-include-selectall-in-columnmenu  This link refers to kendo jquery which implements the required function . Is there any similar event in kendo angular to implement the same.

 

 

1 Answer, 1 is accepted

Sort by
0
Hetali
Telerik team
answered on 13 Jun 2022, 05:53 PM

Hi Naveen,

The Column Chooser of the Kendo UI Grid (in Angular) does not have a built-in feature to add Select All option.

I have created this feature request on your behalf and added a vote for a Select All option in the Column Chooser of the Grid.

As a workaround, I would suggest creating a custom component by adding an Icon Button in the Toolbar Template or the Header Template. On click of the button, the Kendo UI Popup containing the Kendo UI TreeView can toggle. Based on the boolean value of the Checkbox, show/hide the Grid column using the NgIf structural directive.

This example from an existing feedback portal thread shows a similar custom approach that can help you create a custom component with the Select All option.

I hope the provided information helps. Please let me know if I can further assist you.

Regards,
Hetali
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.

Tags
Grid
Asked by
Naveen
Top achievements
Rank 1
Answers by
Hetali
Telerik team
Share this question
or