How to load a icon in attachHeader?

Hello.

My table: exall.ru/new/table /

In the second column (3 line - attachHeader) instead of a picture is highlighted an inscription: “img: [/table/codebase/imgs/book.gif]”

Thus in the second column (1 line - setHeader) all is normal. The picture is shown.

The picture can be loaded only in setHeader? How to load a picture in attachHeader?

Thanks.


To set header image using attachHeader() method you can use the following:


mygrid.attachHeader(",2,3,4,5,6");

Thank’s a lot!