サイトアイコン INFRAGISTICS ナレッジ ベース

WebDataGrid アクティブセルのスタイリング

次のセレクターを使用することで、WebDataGrid のアクティブセルに対してスタイルを適用することができます。

<style>
    tbody > tr > td.igg_ActiveCell {
        background-color: lightpink !important;
    }
</style>

サンプル

モバイルバージョンを終了