max_coder
10 Dec 2007, 8:03 AM
I want to have same checkboxes like in grid header. I need it, because of some reasons checkboxes from the header menu do not good for me
My grid is
Ext.presets.ReportGrid = new Ext.grid.GridPanel({
store: store,
columns: columns,
width:200,
height:500
})
and I try
columns[1].hidden = true;
But after that disapear only column with data, but header of the column does not disapear.
Help me, please
My grid is
Ext.presets.ReportGrid = new Ext.grid.GridPanel({
store: store,
columns: columns,
width:200,
height:500
})
and I try
columns[1].hidden = true;
But after that disapear only column with data, but header of the column does not disapear.
Help me, please