Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 07, 2007 11:58
open dhtmlx forum
Quick question : is there a way to add a link or button to the header (for example to an image in the header...

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.
Answer posted on Mar 07, 2007 12:05

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

                grid.setHeader("<img src='i_src' id='i_id'> 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.

Answer posted by Embre (Support) on Dec 06, 2014 14:35

To find more precise comments upon this issue, we can offer you read about ajax php toolkit and tree javascript example.