Unplanned
Last Updated: 27 May 2025 16:28 by Allan
Allan
Created on: 27 May 2025 16:28
Category: TreeList
Type: Feature Request
0
TreeList Global Columns Menu

Can you implement the global columns menu that is available in the Grid?

For example:

$("#treeList").kendoTreeList({
    toolbar: [
      "columns" // default built-in button to open the global columns menu
    ]
   ...
});

0 comments