Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Hide particular buttons on the grid toolbar

Class

Grid Display

Property

gd.toolbar.disable

Formal specification

gd.toolabr.disable = (<option>) (,<option>)*
<option> = addrows | clearalldups | clearallnonmodified | clearalldata | reloadgrid | fullscreen | duplicaterow

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
gd.allowAddRows
gd.delete.allowed
gd.hideFooter
gd.hideHeader

  • No labels