gd.toolbar.disable
Hide particular buttons on the grid toolbar
Class | Grid Display |
---|---|
Property | gd.toolbar.disable |
Formal specification | gd.toolabr.disable = (<option>) (,<option>)* |
Required | no |
Default | no |
Version | 1.20.0 |
Comment | Hide some buttons on the grid toolbar. Value must be a comma-separated list of button names. It allows to hide several buttons, but not all of them. Use properties gd.allowAddRows, gd.delete.allowed to hide the rest of the buttons |
Example | gd.toolbar.disable=addrows,clearalldups,clearallnonmodified,clearalldata,reloadgrid,fullscreen |
Reference | Grid Display Parameters |