Hiding Grid header

Hi,



i have a 1 column grid and don’t want the header to show. is there a way to hide the grid header



thanks

You can use
grid.setNoHeader(true);
this command need to be executed before grid.init

ok thanks