I succesfully integrated chromatable plugin with my gridview. It supports scrolling with a fixed header but it does not support a footer. My gridview has a pager row. I need to fix it in the bottom while scrolling like the header.
Does anybody have an extension of chromatable to achieve this?
I think, for gridview footer row is different and pager row comes below of it.
Paging is used to avoid lengthy table or scrollbar.
either u can decrease the paging size or
customize the Chromatable code to support footer(ask the author).
For a fixed footer, you may try CSS position: fixed; or position: absolute; to the pager bar, so it may be sticked to a place when the other content is scrolling.
knbinoj
Member
7 Points
85 Posts
Chromatable plugin with footer extension
May 20, 2012 04:01 AM|LINK
Hi all
I succesfully integrated chromatable plugin with my gridview. It supports scrolling with a fixed header but it does not support a footer. My gridview has a pager row. I need to fix it in the bottom while scrolling like the header.
Does anybody have an extension of chromatable to achieve this?
Thanks in advance
binoj k n
asteranup
All-Star
30184 Points
4906 Posts
Re: Chromatable plugin with footer extension
May 21, 2012 06:23 AM|LINK
Hi,
You can simply use this-
http://forums.asp.net/p/1682935/4427877.aspx/1?Re+Fixed+footer+in+gridview+using+jquery
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
raju dasa
Star
14392 Points
2447 Posts
Re: Chromatable plugin with footer extension
May 21, 2012 10:04 AM|LINK
Hi,
I think, for gridview footer row is different and pager row comes below of it.
Paging is used to avoid lengthy table or scrollbar.
either u can decrease the paging size or
customize the Chromatable code to support footer(ask the author).
rajudasa.blogspot.com || blog@opera
BU XI - MSFT
All-Star
22367 Points
2704 Posts
Microsoft
Re: Chromatable plugin with footer extension
May 22, 2012 07:08 AM|LINK
Hello
For a fixed footer, you may try CSS position: fixed; or position: absolute; to the pager bar, so it may be sticked to a place when the other content is scrolling.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework
knbinoj
Member
7 Points
85 Posts
Re: Chromatable plugin with footer extension
May 23, 2012 08:31 AM|LINK
Thank you
This is the simplest solution for scrolling gridview I have ever seen...