I was able to show it like this. Is there a cleaner way to do it?
I am new to UI development. :(
$(document).ready(
function
() {
$(
".k-grid-toolbar"
).prepend(
"<div class='gridTitle'><h1>Grid Title</h1></div>"
);
});
Updated dojo sample:
http://dojo.telerik.com/OFAwu/3
Thanks,
Rahul