2
votes

I want to change default header template of grid. I do not know what config or property to set. I tried "renderTpl" , "tpl" , "metaRowTpl" but these property related to row in grid, where i want to change header.

headerView

Any example or link would be great.

Like above image, I want extra header/row/column-header in between where text will come from database (and basically it is filter information).

1

1 Answers

1
votes

You change the header text with the following command

yourGrid.getView().getHeaderAtIndex(columnIndex).setText('Header Text');

http://jsfiddle.net/alexrom7/YNTuN/3/