Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. WPF Datagrid: change image source on row clicked

WPF Datagrid: change image source on row clicked

Scheduled Pinned Locked Moved WPF
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    johnsontroye
    wrote on last edited by
    #1

    I have a datagrid with a DataGridTemplateColumn. The DataTemplate is a Image wrapped by a Button. <wpftoolkit:DataGridTemplateColumn Header="Search Type" IsReadOnly="True" > wpftoolkit:DataGridTemplateColumn.CellTemplate <DataTemplate> <Button x:Name="btn" Width="25" Height="25" > <Image x:Name="icoDisplay" Source="../Resources/plus.png"></Image> </Button> </DataTemplate> </wpftoolkit:DataGridTemplateColumn.CellTemplate> </wpftoolkit:DataGridTemplateColumn> I'm trying to change the image source when a row is selected. I want to show an image with a "+" when the details for a row are not showing. I want to show an image with a "-" when the details for a row are showing. I want to change the image source when the row is selected in any cell of the row, not just when the button/image are selected. I don't have to have the button there if it can be done without it. Any help with this would be greatly appreciated.

    Troy Johnson www.anothercodesite.com/blog

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups