Hide Grid Column

Hi,
I want to hide specifics column of grid. how I can hide column of grid any one help to me.

Regard,
Niaz Ahmad

You can use this.

grid.setColumnHidden(index,true);

index is the column position of you grid.