HI,
Apps seems to be(come) really awesome, but I’m having trouble using the Advanced List when databinding to icons based on an incoming datatable argument.
My case: I want to list a number of .csv files that are stored in a folder. In a database, I have information about some validations performed on each of the files, and I want to show the results of those validations alongside the file.
Here is the datatable that I want to bind to:
And this is how I would like the template in the advanced list to show my data:
The text databindings (to the labels in the top of each item) are simple enough, but I can’t figure out how to get the images to bind at all.
Any ideas?
-Jeppe