I have a grid with a detail table. I can expand each row and see the cooresponding detail record. I have a custom procedure on the grid event OnItemDataBound. I wanted to turn a couple images on or off based on a value in the database as well has build a URL for another hyperlink control. When the image control visibility is set to false or the navigateurl on the hyperlink is set, the row will not expand. I have verified that the page is posting back and making a call to the database when I attempt to expand the row. Any other row that I did not touch the image or hyperlink control still expands without a problem.
Thanks in advance.
Thanks in advance.