Can we disable the gridview horizontal line ? I want to display grid without horizontal lines
help me thank you.
Can we disable the gridview horizontal line ? I want to display grid without
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.
The GridView renders as a table so wrap your GridView in a
<div>with a class that sets the border of all contained<td>to 0Kindness,
Dan