Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

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


Code Block
gd.toolbar.disable=addrows,clearalldups,clearallnonmodified,clearalldata,reloadgrid,fullscreen
Image Modified

Reference

Grid Display Parameters
gd.allowAddRows
gd.delete.allowed
gd.hideFooter
gd.hideHeader