Popular Posts

Wednesday, September 23, 2015

Freeze GridView Header While Scrolling

First create a CSS class as following.

.HeaderFreez { position:relative ; top:expression(this.offsetParent.scrollTop); z-index: 10; } and Set Gridview’s HeaderStyle CssClass as below. CssClass="HeaderFreez"

No comments:

Post a Comment