Quick question : is there a way to add a link or button to

Quick question : is
there a way to add a link or button to the header (for example to an image in
the header) ? We’d like to add an “Add item” button somewhere at the
top of the grid.


Grid
treats header content as HTML, so any kind of content can be attached to
header.


                grid.setHeader(" Header A,Header B");


 


The
grid also has native support for images in headers (described in guide) but
it’s not very useful if you want to assign some action to such image.<o:p></o:p>