Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1763
WinGrid to html
posted

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.

Parents
No Data
Reply
  • 3707
    posted

    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.

Children
No Data