I have a requirement to set the ultrawingrid's content as the body for an e-mail. Is this somehow possible? I think I could loop through the rows to create an html table an pass the code (as a string) as the body of the email, but I could be missing lots of styling. I'm just wondering if this is the best approach or if there's something Infragistics came up that could help me in this case.
Thanks.
It's not a current feature, so you'll have to process the grid manually by looping through the rows. Since you know the specific formatting that occurs in your grid, you can probably place that information in the properties of the TD tag or TR tag if it affects the whole row.