Ajax DataGrid Support Product Page
Answered
Display an image in a grid
Asked 11 years ago
1
has this question
11 years ago james oppenheim posted:
Is there a way to convert the contents of a field to display an image in a grid.In other words contents="image.jpg"
would display the image.jpg file in the cell.
Replies
Replied 11 years ago
11 years ago Miroslav Zografski replied:
Hello James,
You can achieve this using the before and after inputs in data grid Dialogue.
Add in before : <img src="
add in after : " width="" height="" class=""/> (the attributes are optional set just in case you need to have them).
Regards.
You can achieve this using the before and after inputs in data grid Dialogue.
Add in before : <img src="
add in after : " width="" height="" class=""/> (the attributes are optional set just in case you need to have them).
Regards.