We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon