We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Is it possible to hide the toolbar programatically

Resolved
Samuel Engelman asked on February 1, 2017

I would like to provide the user a button to show/hide the toolbar of the pivot grid. Can this be done?

1 answer

Public
Roman Petrusha Roman Petrusha Flexmonster February 2, 2017

Hi Samuel!
We don't have a special API call but you can try standard jquery approach

$("#fm-toolbar-wrapper").show() 

to show toolbar and

$("#fm-toolbar-wrapper").hide()

to hide it.
Regards,
 Roman

Please login or Register to Submit Answer