I need to create a pivoted grid where the contents of each grid contains multiple pieces of information (in other words - data from more than one field in the database). The contents of each cell will contain multiple hyperlinks (to click on for additional detail).
Is there a clean way to get multiple field values into each cell? I essentially took the key value and did a bunch of calls to table adapters and bound the data that way. Seems very messy, like there should be a better way to do it.
Also, I have a few scenarios I'd like to merge a few adjoining cells and have the text span across. Is this possible? Any suggestions on how to garner when this merging would need to ocurr (use code to check if the next cell has the same text?)
I'd rather not post the link to the page publicly, but I can PM it if you'd like to see the example of what I'm talking about.
Thanks for any suggestions.
Is there a clean way to get multiple field values into each cell? I essentially took the key value and did a bunch of calls to table adapters and bound the data that way. Seems very messy, like there should be a better way to do it.
Also, I have a few scenarios I'd like to merge a few adjoining cells and have the text span across. Is this possible? Any suggestions on how to garner when this merging would need to ocurr (use code to check if the next cell has the same text?)
I'd rather not post the link to the page publicly, but I can PM it if you'd like to see the example of what I'm talking about.
Thanks for any suggestions.