I have a page that has a series of grids on it. These grids are set up to have three rows and a variable number of rows. Each cell displays a picture and 3 lines of text, if that data is available for that particular cell.
My problem is that the grid isn't expanding to accommodate the data in it. If one cell has an image and 3 lines of text, it can get longer than the bounds of the grid and overlap with the row beneath it. How do I force the grid to grow to accommodate the contents of the grid?