I bet I have overlooked something, but I have spent tons of time searching and reading posts and haven't found what I need. I have two grids. One grid is based on a table that contains a list of 1 to 20 parts that belong to a particular widget. Each of these parts may have 0 to 15 jpgs. These jpg file locations are in another table which is related by an id. I would like the second grid to display the images that belong to the part displayed in the first grid. The built in functionality does a great job of manipulating the two grids and it displays the filenames beautifully.
My problem is that I am trying to display a jpg in the grid cell based on the filename/location in another cell. It sounded like it should be easy, but I am really struggling with this.I must be overlooking the obvious, because it seems like this should be common.
Can anyone point me to an example or something.
Figured it out. Some kind of example would have saved me a ton of time.