Gridview Icon Change

Trying to set up a gridview for my fan speed selection. I want to use images and I want the image to change when it’s selected. I can get the images just fine, it’s getting the image to change when I select it that I can’t get to work. In the collection editor I’ve created an event trigger and under the event trigger I’ve created a property trigger. Am I missing something?


Would it be better for you to change the icon based on the actual status of the device? You can do this using a DataTrigger.

It probably would be since I was going to add data triggers anyways to get the current status on going to the page. I still think I should be able to change the image using an event trigger.