Extracting all values from a grid "email" column and send email
Hello
Use Case:
This is the sample use case of my application.I have a grid which displays a candidate list fetched from database,with personal details like name,phone,email etc.
Now, I want to click on a button(Say "Send an Email") below the grid and submit the entire "email" grid column to a form with send mail functionality, with all email address in comma separated format.
How can I get the column values in the required format and pass it to the next form??
The email form will have :
To:(Pre-configured to some id)
From:(Comma separated values from grid column.)
Email Subject :
Body of email.
Any help appreciated.
Regards
Sach