In my RadGrid I have a master table and a detail table. I need the first column of the detail table to display an image that rowspans the entire detail table. The url of the image to be displayed is a datakeyvalue from the mastertable row.
So, if the detail table has 2 records, the image will rowspan 2 rows; if the detail table has 10 records, the image will rowspan all 10 records.
I've seen some code for setting a rowspan in a master table, but I can't seem to get it work for a detail table.
Any help would be greatly appreciated!
So, if the detail table has 2 records, the image will rowspan 2 rows; if the detail table has 10 records, the image will rowspan all 10 records.
I've seen some code for setting a rowspan in a master table, but I can't seem to get it work for a detail table.
Any help would be greatly appreciated!