实现步骤:
1. 使用GridView_RowCellStyle事件
2.通过对应列确定单元格
if (e.Column.FieldName == "FieldName") {
}
转载于:https://www.cnblogs.com/gg_lihui/p/8278720.html