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

Visibility of coloumn in telerik redgridview

0 Answers 33 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Himanshu
Top achievements
Rank 1
Himanshu asked on 18 May 2012, 12:23 PM
i have a telerik radgridview , i want to set the visibility of gridview column, i used isvisible property but when i bind with this property the visibility is not hendled. Please any body suggest some work around for how to make the column visibity collesped , i m using silverlight4 mvvm

<

 

 

telerik:RadGridView Grid.Row="0" EnableRowVirtualization="False" Width="auto" x:Name="radGridView" SelectionUnit="FullRow" SelectionMode="Single" CanUserSelect="True" ItemsSource="{Binding Path=DocumentClaimsEntities}" IsFilteringAllowed="False" AutoGenerateColumns="False" Height="150" Foreground="Black" GroupPanelForeground="White" FontFamily="Arial" FontSize="12" ShowGroupPanel="False" IsReadOnly="True" RowIndicatorVisibility="Collapsed" Grid.Column="0" >

 

 

 

 

<telerik:RadGridView.Columns>

 

 

 

 

<telerik:GridViewDataColumn IsReadOnly="True" DataMemberBinding="{Binding Description}" Header="Description" MinWidth="150" Width="200" TextWrapping="Wrap" IsVisible="{Binding Test, Mode twoway"} />

 

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Himanshu
Top achievements
Rank 1
Share this question
or