作成日: 2014/10/07 最終更新日: 2014/10/07
文書種別
使用方法
詳細
GridViewにおいて、ヘッダーテキスト文字の色を変更するには下記のようにCSSにて指定します。
◎サンプルコード (CSS)
◎サンプルコード (CSS)
<style type="text/css">
.wijmo-wijgrid-headertext {
color: Blue !important;
}
</style>
.wijmo-wijgrid-headertext {
color: Blue !important;
}
</style>
旧文書番号
80981