TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ashok kumar
NA
89
36.1k
Hide the asp gridview lines using javascript or jquery
Mar 31 2014 7:35 AM
IAm using the grdiview ,in which iam using the print option,problem is i want to remove the gridlines using javascript or jquery, i dont want the code in the codebehind or in the gridview property,when the printdiv function is called the grdilines should disappear.grd is the asp gridview name.kindly provide some suggestions.
function printDiv(divID) {
$("
<%
=grd.ClientID
%>
tr").css({ 'border-color': 'White', 'border-width': '0px' });
$("
<%
=grd.ClientID
%>
").attr("border", "0");
}
Reply
Answers (
2
)
how to validate a form using jquery? help me where i mistake
How to force IE11 that it renders as IE 8, javascript