This is a migrated thread and some comments may be shown as answers.

Hidden columns

2 Answers 180 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Emanuele Savarese
Top achievements
Rank 1
Emanuele Savarese asked on 11 Aug 2007, 06:21 PM
In my program user can add/remove columns to grid.
I defined all columns via code.
Not all columns are visible as default.

I try to add column with IsVisible property set to False but will disappear both in GridView and ColumnChooserForm. In this case user cannot view data and cannot add columns via ColumnChooserForm.

Please, help me
Emanuele

2 Answers, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 13 Aug 2007, 02:18 PM
Hello Arcangelo,

We have a feeling that you are using am older version of our controls, where this functionality was not finished. In SP2 (v 3.5.0.0) everything is finished and operational. In SP2  you'll find one more property - GridViewColumn.VisibleInColumnChooser. This property controls the availability of the column in the column chooser if it is not visible (IsVisible is set to false). By default it is true.

Let us know if you still find problems in the latest SP2 release.
 

Regards,
Georgi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Emanuele Savarese
Top achievements
Rank 1
answered on 20 Aug 2007, 02:40 PM
I just installed new version 3.5.0.0
Some properties and event handler changed and... all rights!!!

Thanks,
Emanuele
Tags
GridView
Asked by
Emanuele Savarese
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Emanuele Savarese
Top achievements
Rank 1
Share this question
or