Login Register

Image in grid header

Hi
Is there a way to put an image in grid header ?
something like get functions maybe ?

thnx

I believe one poster in the

I believe one poster in the forums, when defining the view/layout did something similar to:

{name:"<a href='a link to somewhere'>Go Here</a>",field:link ...},{name:"<img src='path to img' />",field:img, ...

Haven't tried it...

You r right, I start using

You r right, I start using name:<img src=../img /> in header and it does the trick