This question is locked. New answers and comments are not allowed.
Hello,
Is there a way to make a DataGridTemplateColumn as in the standard Silverlightdatagrid in the RadGridView ?
Kind regards,
¨Philip
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
