Unplanned
Last Updated: 27 May 2025 16:28 by Allan
Created by: Allan
Comments: 0
Category: TreeList
Type: Feature Request
0

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
    ]
   ...
});

1 2 3 4 5 6