Page 1 of 1

Adding additional list grid buttons

Posted: Thu Feb 20, 2014 6:12 am
by teja22060
Hi the List Grid screen in Admin, how to add a specific action for each row.
I tried to add using the below code

Code: Select all

      ListGrid listGrid = formService.buildMainListGrid(drs, cmd, sectionKey);
        listGrid.addRowAction(DefaultListGridActions.ADD);
        listGrid.addRowAction(DefaultListGridActions.UPDATE);
        listGrid.addToolbarAction(DefaultListGridActions.ADD);


But this is not working any ideas would be of great help

Thanks,
Raviteja