toolbar:[{
text: "Go to Add User Page",
className: "k-grid-custom",
imageClass: "k-add"
}], function createUser(){ alert('Hello World'); }
function test(e){
return '<
a
class
=
"k-button"
href
"#"
id
"toolbar-add_user"
onclick
"test_fn()"
>Add User</
>';
};
function test_fn(){
window.location = "http://www.google.com";
name:'add_user',
template:'#= test()#'
}],