庫版本10.2.2.8css
- <dx:ASPxGridViewExporter ID="ASPxgveOperationHistory" PaperKind="Custom" BottomMargin="0" TopMargin="10" LeftMargin="10" RightMargin="0" MaxColumnWidth="200" Landscape="true" GridViewID="agvOperationHistory" runat="server">
- <Styles>
- <Cell Font-Size="7px" BackColor="#fffff0" ForeColor="#000000" Font-Names="Arial" VerticalAlign="Top" />
- <AlternatingRowCell BackColor="#feae30" />
- <Default BorderWidth="0" Font-Size="7px" Wrap="False" BackColor="Red" VerticalAlign="Top" />
- <Header BackColor="#feae30" Font-Size="8px" ForeColor="#000000" Font-Names="Arial" Font-Bold="false" />
- </Styles>
- </dx:ASPxGridViewExporter>
存在的問題:ide
1.可控制樣式不是不少,相比css.
spa
控件不支持主題設置,因此每一個控件須要單獨設置樣式。server
2.導出的grid若是表列太多的話,會跨多個頁,沒法徹底在一行顯示(難道考慮打印?)xml
3.暫時不知道border顏色怎麼設置,默認灰色的。it
4.設置交替行怎麼沒起做用。難道不是這樣用?io