I have created a grid and I have needed to use a template to create the toolbar. I want to be able to batch edit then save back to the server.
If I weren't using a template I could simply use
toolbar: ["create", "save", "cancel"],
To do what I need, however I need the template as I have a dropdown box in the toolbar and some other html.
How do I tap into these events from a control inside my custom toolbar?
Any help would be great!