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
Karthik K
1k
738
192.4k
how to do gridview view header freeze ?..
Aug 21 2013 6:24 AM
Dear All ,
I want to do the Gridview Header Freeze..I had one Javascript
<script src="JavaScript/jquery-1.4.1.min.js" type="text/javascript"></script>
<script src="JavaScript/ScrollableGridViewPlugin_ASP.NetAJAXmin.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#<%=grdImmediate.ClientID %>').Scrollable({
ScrollHeight: 250,
IsInUpdatePanel: true
});
});
</script>
The above Coding Working fine but The Header not in the order..Its little bit moved between the Gridview Cell Data..i Would like to need solution for this issue...
Thanks in advance
Reply
Answers (
1
)
add textbox and multiply the textbox
how to merge gridview row for particular id in .net?