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

DataGridTemplateColumn in RadgridView

1 Answer 138 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Philip
Top achievements
Rank 1
Philip asked on 13 Jun 2011, 06:12 PM
Hello,

Is there a way to make a DataGridTemplateColumn as in the standard Silverlightdatagrid in the RadGridView ?


<data:DataGridTemplateColumn.CellTemplate>
                                        <DataTemplate>
                                            <StackPanel Orientation="Horizontal">
                                                <Button Content="Details" Click="Button_click" Height="20"></Button>
                                                <Button Content="Chart" Margin="8,0,0,0" Click="Chart_click" Height="20"></Button>
                                            </StackPanel>
                                        </DataTemplate>
                                    </data:DataGridTemplateColumn.CellTemplate>



Kind regards,

¨Philip

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 14 Jun 2011, 06:39 AM
Hello Philip,

 You can use GridViewDataColumn with CellTemplate to achieve your goal. Please check our demos and documentation for more info. 

Regards,
Vlad
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
Tags
GridView
Asked by
Philip
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or