凍結DataGrid的Header的方法

2021-04-12 20:00:36 字數 2143 閱讀 5234

費話少說先貼原始碼

<

div 

style

="z-index: 102; left: 264px; overflow: auto; width: 184px; position: relative; top: 128px; height: 216px"

ms_positioning

="gridlayout"

>

<

asp:datagrid 

id="datagrid1"

style

="z-index: 103"

runat

="server"

bordercolor

="#deba84"

borderstyle

="none"

borderwidth

="1px"

backcolor

="#deba84"

cellpadding

="0"

autogeneratecolumns

="false"

>

<

selecteditemstyle 

font-bold

="true"

forecolor

="white"

backcolor

="#738a9c"

>

selecteditemstyle

>

<

itemstyle 

forecolor

="#8c4510"

backcolor

="#fff7e7"

>

itemstyle

>

<

headerstyle 

font-bold

="true"

forecolor

="white"

backcolor

="#a55129"

>

headerstyle

>

<

footerstyle 

forecolor

="#8c4510"

backcolor

="#f7dfb5"

>

footerstyle

>

<

columns

>

<

asp:boundcolumn 

datafield

="integervalue"

headertext

="integervalue"

headerstyle-cssclass 

="fixcol"

itemstyle-cssclass

="fixcol"

>

asp:boundcolumn

>

<

asp:boundcolumn 

datafield

="stringvalue"

headertext

="stringvalue"

>

asp:boundcolumn

>

<

asp:boundcolumn 

datafield

="currencyvalue"

headertext

="currencyvalue"

>

asp:boundcolumn

>

columns

>

<

pagerstyle 

horizontalalign

="center"

forecolor

="#8c4510"

mode

="numericpages"

>

pagerstyle

>

asp:datagrid

>

div>

以前不知道從哪位高手那裡看到的fixtitle的css,在這裡謝過了!

如果你想凍結那列就把 fixcol這個css加到 那列的

headerstyle-cssclass 和  itemstyle-cssclass 中去

這裡我是凍結的第一列。

滾動的時候凍結 Paypal賬戶被凍結的原因

paypal賬戶被凍結的原因 他說從2009年開始,就自己做soho跨境電商。也就是個人用各種跨境平台,阿里巴巴速賣通,ebay,亞馬遜等等各種 個人上傳產產品,用快遞空運的方式交易,然後發貨到國外。主要做健身器材和 理療用品,有fda認證,在美國非常流行,屬於爆款的那種。每個月成交量最大的時候達到...

elasticsearch的head外掛程式安裝與使用

為了增強對elasticsearch集群的管理與操作,在社群存在很多相關的外掛程式,其中head外掛程式是其中應用得最廣泛的外掛程式之一。head外掛程式一方面可以檢視到集群的狀態,同時可以對集群上的索引進行管理,包括增加索引 刪除索引 對索引資料進行基礎查詢和復合查詢等。環境參考前一篇 1 nod...

DataGrid的列印(二)

include stdafx.h include printhelper.h include math.h include static const unsigned int grid width static const unsigned int a3 width 420 cprinthelper...