Hi,
Now columns show/hide panel is visible through column header menu
menuIcon: true,
menuUI:{
tabs: ['hideCols']
},
But if to disable "menuIcon: false,", then I can't to use columns show/hide ...
Let say that I have outside button, there I can to call this column show/hide dialog. Not in the grid toolbar, but with outside of the grid ...
Of course I can play with context menu - hiding from them is easy. But if to show ... So maybe exist possibility to call this dialog from outside button or from contextmenu ?
Thanks ...