
Hilda Kenny
Top achievements
Rank 1
Hilda Kenny
asked on 16 Aug 2010, 04:54 PM
Hi,
Another problem with 2010 Q2, when I 'Hide column', it doesn't show in the column chooser. Any ideas?
Another problem with 2010 Q2, when I 'Hide column', it doesn't show in the column chooser. Any ideas?
4 Answers, 1 is accepted
0

Eric
Top achievements
Rank 1
answered on 16 Aug 2010, 06:07 PM
Are you using SP or the original July release? This works for me with Q SP.
Me.RadGridView.Columns().IsVisible = False
It still shows the column in the column chooser
However, I am having other issues with SP so....
Eric
0
Hello everyone,
Thanks for writing.
I am not able to reproduce the described issue with Q2 2010 SP1. Would you please download the latest version (2010.2 10.806) and check whether your issue persists?
Let me know if you experience any difficulties.
All the best,
Martin Vasilev
the Telerik team
Thanks for writing.
I am not able to reproduce the described issue with Q2 2010 SP1. Would you please download the latest version (2010.2 10.806) and check whether your issue persists?
Let me know if you experience any difficulties.
All the best,
Martin Vasilev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

Hilda Kenny
Top achievements
Rank 1
answered on 20 Aug 2010, 04:58 PM
The issue still persists with Build 813. I initially set the column visibility to false, but it doesn't even appear in the column chooser.
0
Hello Hilda Kenny,
If the issue continues to appear, please open a new ticket, send me your application and I will try to locate it.
I am looking forward to your reply.
Jack
the Telerik team
There is a property in GridViewColumn that hides a particular column from the column chooser. This property is named VisibleInColumnChooser. Could you please confirm that this property is set to false? If this is the case you can simply set it back to true:
this
.radGridView1.Columns[0].VisibleInColumnChooser =
true
;
If the issue continues to appear, please open a new ticket, send me your application and I will try to locate it.
I am looking forward to your reply.
Best wishes,
Jack
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items