:: Forum >>

Hide a column

Hi

I wanted to hide some cols in my grid and found this code in the forum

obj.setColumnValues([0,2,4]);

Unfortunately this does not work in V2

Any help appreciated

Paul
Paul
Thursday, December 1, 2005
Try this

obj.setColumnIndices([0, 2, 3, 4]); // hide column 1
Rob Francis
Thursday, December 1, 2005
How ti hide "INDEX" column ? thanks
Tina
Tuesday, December 6, 2005

This topic is archived.


Back to support forum

Forum search