Is there a way to print only the information from selected rows in a GridView? I know how to print an ENTIRE GridView, by giving its div an ID…but I can’t seem to figure out how I could extract just the information from each selected row.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I imagine you can do this by adding a style to row the user has selected (ie class=”printMe”). Your print style sheet can have a style with display none for all the rows in the gridview, except for the style which you have added to the row.