This question is locked. New answers and comments are not allowed.
Hi,
Can you show me how to execute the the following xaml or equivalent in code. I need to execute this in the
Can you show me how to execute the the following xaml or equivalent in code. I need to execute this in the
RadGridView_DataLoading event.
Thanks
Rich
<telerik:GridViewColumn Header=""> <telerik:GridViewColumn.CellTemplate> <DataTemplate> <telerik:RadButton Click="Button_Click" Name="Expression" IsBackgroundVisible="False" ToolTipService.ToolTip="Add column" Margin="0"> <Image Source="Images/Expression_16.png" Height="16" Width="16"></Image> </telerik:RadButton> </DataTemplate> </telerik:GridViewColumn.CellTemplate> </telerik:GridViewColumn>