Anyone have a good way to display images using the datagrid widget? Or if there is a better way to accomplish the same goal?
The goal being: Easiest way to provide an end user with a method of choosing images from a directory to be included in an image gallery.
I’ve tried creating a TV with the following:
Input Type: Listbox (Multi-Select)
Input Option Values: @DIRECTORY assets/images/
Widget: Data Grid
If I change the widget type to Image this works fine. But if I choose Data Grid then it puts the text value of the directory+filenames one character in each cell of the data grid. ie: a s s e t s / i ....etc. in each cell.
If anyone has any suggestions of a better/easier way to do this and make it easy for a user to choose images to display I’ll definitely change my approach.
thanks.