The toggleToolbar function is failing with the latest build.
In the console I get an error:
Uncaught TypeError: $(…)[0].toggleToolbar is not a function
2 Answers
If you using toolbar button and calling it on it’s click, you need to put it inside setTimeout.
https://www.gridphp.com/docs/setup/#upgrading-to-v28-from-previous-versions
https://www.gridphp.com/demo/demos/appearance/toolbar-button.phps Line 121
Your Answer