Issue with grid

Hi:

Can i change the grid header.I want set an image to the grid header,so i can touch the image and then navigate the page i need.

I try to use template property,but the header doesn’t change to what i want,only the rows of the grid are added an image.

Can you give me some hints
Thanks

Hi,

you may set label property:

fields:[
{
label:“Column Header”,

},

]
},

$$('mygrid').config.fields["columnID"].label = "any content here"; $$('mygrid').render();