There was an error while loading. Please reload this page.
Add additional extra buttons to the grid navigator.
<sjg:grid ... id="gridWithButtons" navigator="true" navigatorExtraButtons="{ seperator: { title : 'seperator' }, hide : { title : 'Show/Hide', icon: 'ui-icon-wrench', topic: 'showcolumns' }, alert : { title : 'Alert', caption : 'Show Alert!', onclick: function(){ alert('Grid Button clicked!') } } }" >