Fixed GridView Header with horizontal and vertical scrolling in asp.net

前端 未结 6 2039
慢半拍i
慢半拍i 2020-12-11 20:18

I want to fix(Freeze) gridview header while vertical scrolling.

I also want to fix first column while horizontal scrolling.

I want this in both chrome and IE

6条回答
  •  囚心锁ツ
    2020-12-11 20:31

    I was looking for a solution for this for a long time and found most of the answers are not working or not suitable for my situation i also find most of the java script code for that they worked but only with the vertical scroll not with the horizontal scroll and also combination of header and rows doesn't match.

    Finally i have found a solution with javascript here is the link bellow :-

    scrollable horizontal and vertical grid view with fixed headers

提交回复
热议问题