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

[Solved] Search GridViewSelectColumn in Q2 and Silverlight 2

1 Answer 40 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Willy Laroche
Top achievements
Rank 1
Willy Laroche asked on 08 Dec 2009, 09:47 AM
Hello,

I would like to know if the property GridViewSelectColumn exists in Telerik Q2 ?

<UserControl x:Class="IDA.GUI.MetaResourceDetail_UC" 
             xmlns:gui="clr-namespace:IDA.GUI" 
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"  
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"  
             xmlns:x1="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls" 
             xmlns:telerikGrid="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView" 
             xmlns:telerikChart="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Charting" 
             SizeChanged="UserControl_SizeChanged" 
             > 



<
telerikGrid:RadGridView Grid.Row="1" x:Name="dgEditors" MinHeight="300" AutoGenerateColumns="False"  
                                                        ShowColumnFooters="False" ShowGroupFooters="False" ShowGroupPanel="False" 
                                                         ColumnsWidthMode="Auto" CanUserReorderColumns="False"  
                                                         HorizontalAlignment="Center" Background="#FFAAC5EF" UseAlternateRowStyle="True"  
                                                          Visibility="Visible" CanUserSortColumns="True"  
                                                          AlternateRowStyle="{StaticResource Alternate}" RowStyle="{StaticResource Row}" 
                                                          IsReadOnly="True" > 
                                    <telerikGrid:RadGridView.Columns> 
                                        <telerikGrid:GridViewDataColumn UniqueName="IsChecked" Width="20" /> 
                                        <telerikGrid:GridViewDataColumn Header="Name" DataMemberBinding="{Binding Name}" Width="50"/> 
                                        <telerikGrid:GridViewDataColumn Header="Identifier" DataMemberBinding="{Binding Identifier}" Width="50"/> 
                                        <telerikGrid:GridViewDataColumn Header="Definition" DataMemberBinding="{Binding Definition}" Width="50"/> 
</telerikGrid:RadGridView.Columns> 
</telerikGrid:RadGridView> 

Because I would like to add a checkbox here : <telerikGrid:GridViewDataColumn UniqueName="IsChecked" Width="20" />
and I don't know how to do.

Is it possible ?

Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Rossen Hristov
Telerik team
answered on 08 Dec 2009, 11:33 AM
Hello Willy Laroche,

The GridViewSelectColumn was introduced with the Q3 Release so we would suggest upgrading to the latest available version.

Best wishes,
Ross
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Willy Laroche
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or