Hi,
Am trying to create a Delete Selected Button on and Interactive Grid with the instructions I received from a previous discussion but the page won't load.
Am using this code in the Javascript Initialization Code of the interactive grid:
// add a new "delete" button
toolbarGroup.controls.push({type: "BUTTON",
action: "selection-delete",
label: "test"
});
Am I missing something here?
Thanks for any help!
Javier