This question is locked. New answers and comments are not allowed.
Hi,
How do i dynamically change the image of the radgrid view template column?
How do i dynamically change the image of the radgrid view template column?
<telerikGridView:GridViewColumn Header="pic" > <telerikGridView:GridViewColumn.CellTemplate> <DataTemplate x:Name="dtProjectEdit"> <Button x:Name="btnimg"> <Image x:Name="img" Source="/Images/pic.jpg" /> </Button> </DataTemplate> </telerikGridView:GridViewColumn.CellTemplate> </telerikGridView:GridViewColumn>