回答編集履歴
1
誤記訂正
answer
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
if (e.Row.RowType == DataControlRowType.DataRow)
|
15
15
|
{
|
16
16
|
DataRowView view = (DataRowView)e.Row.DataItem;
|
17
|
-
if ((bool)view["
|
17
|
+
if ((bool)view["FLG"])
|
18
18
|
{
|
19
19
|
e.Row.CssClass = "style1";
|
20
20
|
}
|