Adding additional list grid buttons
Posted: Thu Feb 20, 2014 6:12 am
Hi the List Grid screen in Admin, how to add a specific action for each row.
I tried to add using the below code
But this is not working any ideas would be of great help
Thanks,
Raviteja
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