Hello All,
I have a RadGrid with EditCommand Column as the first column in the grid. I have a edit image set for all the rows in that column. I did this by putting the editImageURL property.
Now. My question is, Is there a way to change the Image of that column dynamically based on the value of other column in the grid?
I want to change the first column's image of a grid based on other column value. Can i do it in the aspx page or Is it best way to do it from code behind?
If I have to do it from Code behind, How can I access the image folder( which has all the images I am using in the project) in my project from code behind. If it is aspx page we can set the property like editImageUrl .
I have a RadGrid with EditCommand Column as the first column in the grid. I have a edit image set for all the rows in that column. I did this by putting the editImageURL property.
Now. My question is, Is there a way to change the Image of that column dynamically based on the value of other column in the grid?
I want to change the first column's image of a grid based on other column value. Can i do it in the aspx page or Is it best way to do it from code behind?
If I have to do it from Code behind, How can I access the image folder( which has all the images I am using in the project) in my project from code behind. If it is aspx page we can set the property like editImageUrl .