WebDataGridの一括更新行の文字色は以下のように変更いただけます。
.igg_UpdatedRow td {
color: red !important;
}
.igg_Alt.igg_UpdatedRow td {
color: red !important;
}
.igg_UpdatedRow th {
color: red !important;
}
.igg_Alt.igg_UpdatedRow th {
color: red !important;
}
.igg_UpdatedRow .igg_ActiveRowSelectorImage {
color: red !important;
}
結果