Ajax DataGrid Support Product Page
Answered
Display an image in a grid
Asked 28 Jul 2013 17:27:22
1
has this question
28 Jul 2013 17:27:22 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 29 Jul 2013 07:30:33
29 Jul 2013 07:30:33 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.