hide columns

How to hide a column in gridDataBoundGrid?

3 Replies

AD Administrator Syncfusion Team January 31, 2005 12:41 PM UTC

Try //hide column 2 this.grid.Model.Cols.Hidden[2] = true;


AB Anatolii B. February 9, 2005 11:00 PM UTC

I am trying this in release 3.0.1.0, it''s doesn''t have an effect. has that changed in 3.0? -Anatolii >Try > >//hide column 2 >this.grid.Model.Cols.Hidden[2] = true; >


AD Administrator Syncfusion Team February 9, 2005 11:58 PM UTC

I checked with RecordNavDataBound sample and it is fine there. Are there any special settings in your grid that you can think of that might affect this? Stefan >I am trying this in release 3.0.1.0, it''s doesn''t have an effect. > >has that changed in 3.0? > >-Anatolii > > >>Try >> >>//hide column 2 >>this.grid.Model.Cols.Hidden[2] = true; >>

Loader.
Up arrow icon